summaryrefslogtreecommitdiff
path: root/tests/DynamicCodeLoggerIntegrationTests/src/cpp/test_executable.cpp
diff options
context:
space:
mode:
authorRiddle Hsu <riddlehsu@google.com>2020-04-11 01:27:24 +0800
committerRiddle Hsu <riddlehsu@google.com>2020-04-11 02:21:10 +0800
commit3c3e0c659a8df3ce75d630e1a4c9adbc3bcf5d70 (patch)
tree67f4f1f1f489ddbcc3b1e5f4e7cae9b4bda1b559 /tests/DynamicCodeLoggerIntegrationTests/src/cpp/test_executable.cpp
parent93b7e70d9f670f38875a5629f09fa3c0972b9df2 (diff)
Do not unparcel bundle from application in LaunchActivityItem
The bundle fields may contain custom Parcelables. And Bundle#size will call unparcel that causes BadParcelableException from LaunchActivityItem#hashCode and LaunchActivityItem#equals. Since the bundle fields of LaunchActivityItem may not be significant for being the accurate identity of the item, the bundle fields can be treated roughly (empty or not) to avoid unparceling. Fixes: 153737846 Test: atest FrameworksCoreTests:TransactionParcelTests#testLaunch Change-Id: I7ec55bbfcffcd47cfb586ede8053ab411891902d
Diffstat (limited to 'tests/DynamicCodeLoggerIntegrationTests/src/cpp/test_executable.cpp')
0 files changed, 0 insertions, 0 deletions