Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 6c7958ca authored by Lucas Dupin's avatar Lucas Dupin
Browse files

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
parent e75afe61
Loading
Loading
Loading
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