summaryrefslogtreecommitdiff
path: root/cmds/dumpstate/dumpstate.cpp
diff options
context:
space:
mode:
author Chris Fries <cfries@google.com> 2019-06-14 11:12:46 -0700
committer android-build-merger <android-build-merger@google.com> 2019-06-14 11:12:46 -0700
commitc5c8b2cdb53c9934b8f9c5e46915fcfb1a39b77e (patch)
tree13acde8f8647c4bf7ab73382e6f6c83ff92fd255 /cmds/dumpstate/dumpstate.cpp
parentac672cd9419d59b7587fae6bd54c81b456237c3e (diff)
parent1453e8a259785e62321988db2b624a80913353d6 (diff)
Merge "Revert "dumpstate: Always vibrate, even in DND""
am: 1453e8a259 Change-Id: I1f01d7860628d2ebf09db559008589c2ecfc6b7a
Diffstat (limited to 'cmds/dumpstate/dumpstate.cpp')
-rw-r--r--cmds/dumpstate/dumpstate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/dumpstate/dumpstate.cpp b/cmds/dumpstate/dumpstate.cpp
index 7d6dc4cb4a..6e99f1d7eb 100644
--- a/cmds/dumpstate/dumpstate.cpp
+++ b/cmds/dumpstate/dumpstate.cpp
@@ -1885,7 +1885,7 @@ static void SendBroadcast(const std::string& action, const std::vector<std::stri
static void Vibrate(int duration_ms) {
// clang-format off
- RunCommand("", {"cmd", "vibrator", "vibrate", "-f", std::to_string(duration_ms), "dumpstate"},
+ RunCommand("", {"cmd", "vibrator", "vibrate", std::to_string(duration_ms), "dumpstate"},
CommandOptions::WithTimeout(10)
.Log("Vibrate: '%s'\n")
.Always()