summaryrefslogtreecommitdiff
path: root/startop/scripts/app_startup/lib/adb_utils.py
diff options
context:
space:
mode:
authorSvet Ganov <svetoslavganov@google.com>2019-05-03 18:50:54 -0700
committerSvetoslav Ganov <svetoslavganov@google.com>2019-05-10 14:08:26 +0000
commit4cd7c896a623efb8db3980bca9c68f928c798ddf (patch)
tree8f5c4c9fd1b0cb2e98690f02ad9eca7945c7de97 /startop/scripts/app_startup/lib/adb_utils.py
parentdb2d53578296b28343c6dde07bc99a85556824f2 (diff)
Revert "MemoryIntArray: don't double close."
The reverted change causes a regression where we can get an IllegalStateException during finalization as we are adopting the native fd in a ParcelFileDescriptor which takes ownership of the fd. However, the order of finalization is undefined and if the ParcelFileDescriptor is finalized before the MemoryIntArray we would get an exception when running the finalization of the latter. This reverts commit 89dfbfa269d32534a0b110593a2ed7e7183d21a7. bug:124056170
Diffstat (limited to 'startop/scripts/app_startup/lib/adb_utils.py')
0 files changed, 0 insertions, 0 deletions