diff options
author | Makoto Onuki <omakoto@google.com> | 2018-04-27 13:28:46 -0700 |
---|---|---|
committer | Makoto Onuki <omakoto@google.com> | 2018-04-27 13:32:49 -0700 |
commit | e08a5c21688416cb07ae1dfda8009dd792d809ea (patch) | |
tree | 25e2ce7512e0c52f79813bfda362cfbc2db3e437 /tools/aapt2/java/JavaClassGenerator_test.cpp | |
parent | 5d8dfe17c814abbdb3268041b2f319697632cfa2 (diff) |
Use dedicated thread for sync manager
We get WTF indicating that a message posted onto the BG handler thread wasn't
processed in 10 minutes...
It's either there's some race in SyncJobService, or sometimes the BG thread
is actually very crowded and a message won't be delivered in 10 minutes.
Both are hard to think but let's assign a different thread to exclude the
later hypothesis.
Bug: 78590632
Test: boot and make sure various syncs run.
Change-Id: If63d03885ba0d126a5aac196d3b8a2bc7bd2525d
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions