diff options
| author | 2022-11-14 11:21:01 -0800 | |
|---|---|---|
| committer | 2022-11-15 00:05:19 +0000 | |
| commit | 6c7958ca9aa39dcec2ba2d44a9abc22ca7f65221 (patch) | |
| tree | a77c9bc9e59d7db7ea8f0748e98ce5b93e589f8b /services/coverage/java | |
| parent | e75afe61a2894fedf44f6ecda9c724d43304d66f (diff) | |
Move VibratorHelper to a single threaded executor
VibratorHelper has been using the @Background Executor, but the
background thread has often been saturated.
This causes vibrations to be delayed.
Ideally we need a oneway call to Vibrator, that doesn't block our main
thread, but until then we'll use a single thread Executor.
Bug: 245528624
Test: manual
Test: atest VibratorHelperTest
Change-Id: I7349c24c1c6ed5cfa658e7055126103f4d16dee6
Diffstat (limited to 'services/coverage/java')
0 files changed, 0 insertions, 0 deletions