Remove DestroyActivityItem object pooling (4/n).
Remove the use of ObjectPool in the creation and management of DestroyActivityItem object. Instead of being obtained from the pool, these objects are now directly instantiated, simplifying their handling and aligning with the broader removal of the object pooling mechanism. Bug: 311089192 Test: atest FrameworksCoreTests:ClientTransactionItemTest Test: atest FrameworksCoreTests:ObjectPoolTests Test: atest FrameworksCoreTests:TransactionExecutorTests Test: atest FrameworksCoreTests:TransactionParcelTests Flag: EXEMPT removing com.android.window.flags.disable_object_pool Change-Id: I2045956a4a3bb52fe9db987f5d1c565793081872
Loading
Please register or sign in to comment