diff options
| author | 2019-06-14 11:12:46 -0700 | |
|---|---|---|
| committer | 2019-06-14 11:12:46 -0700 | |
| commit | c5c8b2cdb53c9934b8f9c5e46915fcfb1a39b77e (patch) | |
| tree | 13acde8f8647c4bf7ab73382e6f6c83ff92fd255 /cmds/dumpstate/dumpstate.cpp | |
| parent | ac672cd9419d59b7587fae6bd54c81b456237c3e (diff) | |
| parent | 1453e8a259785e62321988db2b624a80913353d6 (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.cpp | 2 |
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() |