commit | 3b8711b331969a4f19cfc394ec3348ffb3356faa | [log] [tgz] |
---|---|---|
author | Lais Andrade <lsandrade@google.com> | Mon Nov 15 18:36:35 2021 +0000 |
committer | Lais Andrade <lsandrade@google.com> | Fri Nov 19 14:24:01 2021 +0000 |
tree | 2a33e388c8c3cfdbe02d3735c76777fbf6d7e3d6 | |
parent | 86ef373a37df7d3cc923eecba6b40a7b7548f3d9 [diff] |
Move interaction with vibrator HAL outside VibratorController lock The vibrator HAL is getting stuck to a call to IVibrator.on, which is done inside the VibratorController.mLock. This causes any read call, including toString, to be blocked on the vibrator HAL. Also introduding more debug logs to the service and thread. Bug: 205323128 Test: manual Change-Id: I2783bc17782c19defe04d4298a165d84751ddde9