commit | 02b7e00c1e1b0bf22997ab7ed913a9451e5b6b8a | [log] [tgz] |
---|---|---|
author | Felipe Leme <felipeal@google.com> | Fri Jul 22 12:03:20 2016 -0700 |
committer | Felipe Leme <felipeal@google.com> | Tue Jul 26 13:39:47 2016 -0700 |
tree | 8707cc67ee8ac22de3a20da35b2f33c9697774b8 | |
parent | 59f5af0465dcbf275a3653ac23885d12ee7e395d [diff] [blame] |
Added a -p option to bugreportz to show progress. BUG: 28609499 Change-Id: I1e60078dfda7e5679fbd19f4981a5dc7a69c4fc7
diff --git a/cmds/bugreportz/bugreportz.h b/cmds/bugreportz/bugreportz.h index d2b79b9..304e4b3 100644 --- a/cmds/bugreportz/bugreportz.h +++ b/cmds/bugreportz/bugreportz.h
@@ -16,6 +16,6 @@ #define BUGREPORTZ_H // Calls dumpstate using the given socket and output its result to stdout. -int bugreportz(int s); +int bugreportz(int s, bool show_progress); #endif // BUGREPORTZ_H