diff options
| author | 2019-06-14 11:20:38 -0700 | |
|---|---|---|
| committer | 2019-06-14 11:20:38 -0700 | |
| commit | 9246f4bea73f05aa702cb940dc63c0526160f093 (patch) | |
| tree | 5885621c1e1e7badf4b60214970745dfe553e5e9 | |
| parent | 4d1051308b7a04fbf65c6cd099374e8695e659cc (diff) | |
| parent | c5c8b2cdb53c9934b8f9c5e46915fcfb1a39b77e (diff) | |
Merge "Revert "dumpstate: Always vibrate, even in DND"" am: 1453e8a259
am: c5c8b2cdb5
Change-Id: I9e2907791a4dc9fb71365dcaf7399c4cb381e97f
| -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 8448d4d00b..320ebf8b37 100644 --- a/cmds/dumpstate/dumpstate.cpp +++ b/cmds/dumpstate/dumpstate.cpp @@ -1922,7 +1922,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() |