Make bug report vibrations more noticeable
Increase vibration lengths for starting and finishing a bug report. Change-Id: I903f18f8c187681591acd283a321a71cc515eb4a
This commit is contained in:
parent
f7274fca5e
commit
6caf749d0f
1 changed files with 2 additions and 2 deletions
|
@ -3314,7 +3314,7 @@ Dumpstate::RunStatus Dumpstate::RunInternal(int32_t calling_uid,
|
|||
}
|
||||
|
||||
if (options_->do_vibrate) {
|
||||
Vibrate(150);
|
||||
Vibrate(500);
|
||||
}
|
||||
|
||||
if (zip_file != nullptr) {
|
||||
|
@ -3452,7 +3452,7 @@ Dumpstate::RunStatus Dumpstate::RunInternal(int32_t calling_uid,
|
|||
/* vibrate a few but shortly times to let user know it's finished */
|
||||
if (options_->do_vibrate) {
|
||||
for (int i = 0; i < 3; i++) {
|
||||
Vibrate(75);
|
||||
Vibrate(500);
|
||||
usleep((75 + 50) * 1000);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue