commit | dda4ba2ee8caca75a62b2d2f16cb0f4b7b37850f | [log] [tgz] |
---|---|---|
author | V,Anilkumar <anilkumar.v@intel.com> | Mon Jul 18 17:03:07 2022 +0530 |
committer | charles Wei <charles.wei@gm.com> | Sun Oct 08 07:49:18 2023 +0000 |
tree | 5fc48399ac8699828d013ce4798511db0c3fe873 | |
parent | 70e090d9f169f7a97c9190ad276bec3c64091cea [diff] |
Fix CtsAppTestCases fails data value is larger than buffer The size of information intent carries is limited by binder. The data is stored in the binder delivery cache as a parcel object. if the data value is larger than the pass buffer, the pass call fails and TransactionTooLargeException is thrown. Bug: 239386647 Test: CtsAppTestCases Signed-off-by: V,Anilkumar <anilkumar.v@intel.com> Change-Id: I60d529cff95b20ed98351622f68dede4443f2b30