diff options
author | 2017-10-27 18:42:20 +0000 | |
---|---|---|
committer | 2017-10-27 18:42:20 +0000 | |
commit | 026bb7e036acdeb32e2a1d6bcd90f7031299aee5 (patch) | |
tree | 6b86f3436164561757a653de2093d22ef1592c3f | |
parent | 0ff5f3c694464a3d791b0e435a595965e37767b7 (diff) | |
parent | 46edde3cd8d4bb4eb3765ba5760591127f2e57fd (diff) |
Merge "dumpstate: zip bugreport when bugreportwear is in the extra_options."
-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 b1a03fa0f0..0d3cb329e4 100644 --- a/cmds/dumpstate/dumpstate.cpp +++ b/cmds/dumpstate/dumpstate.cpp @@ -1613,6 +1613,7 @@ int main(int argc, char *argv[]) { do_fb = 0; } else if (ds.extra_options_ == "bugreportwear") { ds.update_progress_ = true; + do_zip_file = 1; } else if (ds.extra_options_ == "bugreporttelephony") { telephony_only = true; } else { |