Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 58e1c93c authored by haoranzhang's avatar haoranzhang Committed by Haoran Zhang
Browse files

Resolve session linger caused by RemoteFillService.

Alert shows there are cases of ~400 lingering session objects held by RemoteFillService.

RemoteFillService references Session by mCallbacks variable (Session
implements FillServiceCallbacks interface). This CL sets reference to
mCallbacks to null when doing unbind(), and hope to reduce lingering session objects after its
due lifetime.

Bug: b/287677604
Test: atest CtsAutoFillServiceTestCases

Change-Id: I65de76ae6d8e88642658b73283a41c53fcc5d610
parent 44c44a11
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