commit | 078b91ea547b4ac7d7c87e4dbbd61639af85ced4 | [log] [tgz] |
---|---|---|
author | Chris Phoenix <cphoenix@google.com> | Sat Jan 21 02:51:31 2017 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Sat Jan 21 02:51:35 2017 +0000 |
tree | 56f4dbc02976b8d8dcb86926300e09493e5332cc | |
parent | aec0ea56b63295fb6c0e84383eb66950145b4b50 [diff] | |
parent | 5fceed6466434fd1c863628c8bb668e773d4c70f [diff] |
Merge "vibrator HAL uses "default" service name"
diff --git a/cmds/dumpstate/dumpstate.cpp b/cmds/dumpstate/dumpstate.cpp index b70dba2..111146c 100644 --- a/cmds/dumpstate/dumpstate.cpp +++ b/cmds/dumpstate/dumpstate.cpp
@@ -1581,7 +1581,7 @@ ::android::sp<IVibrator> vibrator = nullptr; if (do_vibrate) { - vibrator = IVibrator::getService("vibrator"); + vibrator = IVibrator::getService(); if (vibrator != nullptr) { // cancel previous vibration if any