Remove ResumeActivityItem object pooling (5/n).
Remove the use of ObjectPool in the creation and management of ResumeActivityItem 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:ActivityThreadTest Test: atest FrameworksCoreTests:ObjectPoolTests Test: atest FrameworksCoreTests:TransactionParcelTests Test: atest WmTests:ActivityRefresherTests Test: atest WmTests:CameraCompatFreeformPolicyTests Test: atest WmTests:DisplayRotationCompatPolicyTests Flag: EXEMPT removing com.android.window.flags.disable_object_pool Change-Id: I959904ca72c70ba1c4b0b54ddb203ea99e971dde
Loading
Please register or sign in to comment