summaryrefslogtreecommitdiff
path: root/opengl/java
diff options
context:
space:
mode:
author Ashok Mutyala <quic_amutyala@quicinc.com> 2024-01-08 06:33:03 +0000
committer Alejandro Nijamkin <nijamkin@google.com> 2024-01-24 11:18:02 -0800
commitd98371fb06c7fa07e00ba15fb0ef6b7495c34aa8 (patch)
tree15e87eda11416affa8df30c0a245e6c97c74409a /opengl/java
parent417fc153215ee1361f365cc9e515b9212e8a376a (diff)
Fix User Switch Timeout Issue
[This is a manual cherrypick of aosp/2898333] 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 Flag: NONE Change-Id: I0d83bb51b63d49e0a69a143c834572c4192c9f24
Diffstat (limited to 'opengl/java')
0 files changed, 0 insertions, 0 deletions