diff options
| author | 2018-02-27 22:31:25 +0000 | |
|---|---|---|
| committer | 2018-02-27 22:31:25 +0000 | |
| commit | 55d7a1cbdf42e190098980c74cb0c564a3c3fbc2 (patch) | |
| tree | f91065d89887bd7fd7f0508977328c06f01bedfe /cmds/dumpstate/dumpstate.cpp | |
| parent | f6ef48e87840d7ed535b2120ea65f0115b0fcfe7 (diff) | |
| parent | 361f2e0366dec3560664dc20c9834f31c505814a (diff) | |
Merge "added usage of dumpstateService to bugreportwear option"
am: 361f2e0366
Change-Id: I1d5936b4bc5a0e343a85f2ad937620b878197caf
Diffstat (limited to 'cmds/dumpstate/dumpstate.cpp')
| -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; |