commit | c02f068bf10496086c33dcc3256bc05913af1df2 | [log] [tgz] |
---|---|---|
author | Riddle Hsu <riddlehsu@google.com> | Wed Feb 03 12:56:18 2021 +0800 |
committer | Riddle Hsu <riddlehsu@google.com> | Wed Feb 03 12:56:18 2021 +0800 |
tree | bc578ae58a2c64c33c5c092922aa2df66b01fa6a | |
parent | 5f6672f1717a2280dfb98cc229973cc91cfc4f8f [diff] |
Print exception log of activity task related transaction If a binder call is not one-way, the exception will be written to the reply parcel without logging on server side. If the client catches the exception silently, there is no information about what is wrong. Even if the client prints the stack trace, the trace is truncated by Parcel#writeStackTrace that may miss the important calling path. Bug: 178438487 Test: build Change-Id: Icecd4891da8b480cc8a3bf3ae2bd7df24ed4ce45