commit | d4a941eb7bf04ad9298f5f598dd64dcb01783110 | [log] [tgz] |
---|---|---|
author | Brad Ebinger <breadley@google.com> | Mon Nov 04 15:25:57 2024 -0800 |
committer | Brad Ebinger <breadley@google.com> | Tue Nov 05 14:47:53 2024 -0800 |
tree | 404a2309021b109ded46dcfc8c23d7dd3b099f39 | |
parent | 29e461a65749d107b47baf270147432b094492f8 [diff] |
Speculative fix for concurrency SessionManager issue Change the constraints for the session cleanup runnable to not synchronize on the global instance. Instead, synchronize on the Handler object to remove pressure on the hot path. Flag: com.android.internal.telephony.flags.ims_resolver_user_aware Bug: 375088362 Test: atest TelecomUnitTests Change-Id: I65b82c1c8b74367d5611f6c3582a27073a2af6f2