diff options
| author | 2018-02-27 22:36:11 +0000 | |
|---|---|---|
| committer | 2018-02-27 22:36:11 +0000 | |
| commit | 5f96cb6159f28b64ea9f15b3d29951cce812100c (patch) | |
| tree | c4043dc5c7c619e24e5117e09fb1890a400242fa | |
| parent | 197156a622d7fed46a1e5e9af76748c58ce91fd1 (diff) | |
| parent | 55d7a1cbdf42e190098980c74cb0c564a3c3fbc2 (diff) | |
Merge "added usage of dumpstateService to bugreportwear option" am: 361f2e0366
am: 55d7a1cbdf
Change-Id: Ie3dfd7444eaf62ccb2d08af6b4db84ca6931cd94
| -rw-r--r-- | cmds/dumpstate/dumpstate.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/dumpstate/dumpstate.cpp b/cmds/dumpstate/dumpstate.cpp index 8258c454ad..98ad138d5d 100644 --- a/cmds/dumpstate/dumpstate.cpp +++ b/cmds/dumpstate/dumpstate.cpp @@ -1585,6 +1585,7 @@ int main(int argc, char *argv[]) { is_remote_mode = 1; do_fb = 0; } else if (ds.extra_options_ == "bugreportwear") { + do_start_service = true; ds.update_progress_ = true; } else if (ds.extra_options_ == "bugreporttelephony") { telephony_only = true; |