Skip to content
Snippets Groups Projects
Commit a7baceff authored by Ashok Mutyala's avatar Ashok Mutyala Committed by Ale Nijamkin
Browse files

Fix User Switch Timeout Issue

While Switching between Users, UserTracker Callbacks are taking more time which is more than 5 secs (set by AOSP) due to some usertracker callbacks are getting executed on Main Thread which is not guaranteed to execute on time. As we have a synchronization mechanism with CountDownLatch, we can safely execute on Bg Executors

Bug: 319352292
Test: Boot and Check User Switch timeout

Change-Id: I0d83bb51b63d49e0a69a143c834572c4192c9f24
Merged-In: I0d83bb51b63d49e0a69a143c834572c4192c9f24
parent 05955e38
No related branches found
No related tags found
No related merge requests found
Showing
with 60 additions and 18 deletions
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