Skip to content
Commit d2404405 authored by Svet Ganov's avatar Svet Ganov Committed by Svetoslav Ganov
Browse files

Revert "MemoryIntArray: track the owned file descriptor in a PFD."

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.

bug:124056170

This reverts commit c81f53f7.

Change-Id: I8debb9c5f4c87b1a657084139b27f40b7956fe59
parent db2d5357
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment