commit | 3281437213dd9d8dce1e12f9141b71104f198738 | [log] [tgz] |
---|---|---|
author | Andrei Homescu <ah@immunant.com> | Thu Aug 20 15:36:08 2020 -0700 |
committer | Andrei Homescu <ah@immunant.com> | Fri Sep 11 12:24:38 2020 -0700 |
tree | 2abb80d8acfea3e9c9a35d35d0c84fa7eabab408 | |
parent | e51e48b0f04d5ef2350308dde2a118cad690723b [diff] |
Changes to UNEXPECTED_NULL handling in libbinder_rs. Two changes related to UNEXPECTED_NULL in libbinder_rs: 1) Return UNEXPECTED_NULL from Deserialize for SpIBinder instead of panicking 2) Convert UNEXPECTED_NULL status codes to NULL_POINTER exceptions, for compatibility with C++ and Java services. Test: atest aidl_integration_test with 1406447 applied Change-Id: I2e7cc92b2e1cf08a35968f675827d7d917144110