commit | d8921f4ad2a1f63b602b74101338d984702232f8 | [log] [tgz] |
---|---|---|
author | Meng Wang <mewan@google.com> | Mon Sep 30 17:13:54 2019 -0700 |
committer | Meng Wang <mewan@google.com> | Wed Oct 02 11:51:21 2019 -0700 |
tree | 6efbe1587a0ec4d3a51069daa8053c71ced435ca | |
parent | 1f5858376280b8ff7e2f7265cc86095261f7843e [diff] |
Do not use hidden API ParcelableException ParcelableException, when written into Parcel, just keeps the excaption class name and its string representation. So we pass the same across AIDL and compose the Exception class on the other side, following how a ParcelableException is read from Parcel. Bug: 141315988 Test: make Change-Id: I549f1316824857cdb6f4bbd47e6789eda0dcadd7