commit | 0b2dac4f3f289448e5728e6c2f7d9ac04cdafdeb | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Mon Jul 07 08:55:53 2014 -0700 |
committer | Mark Salyzyn <salyzyn@google.com> | Mon Jul 07 18:04:32 2014 +0000 |
tree | e3a8e4f8285f535f31b26dc6866d955c81c801a8 | |
parent | 5529de0fa3f41edb72737b00be13ef77b33d0a2b [diff] |
logcat: parse failure for -n <KBsize> and -r <rotate limit> Bug: https://code.google.com/p/android/issues/detail?id=72867 Change-Id: Id0c988543ecfccc5054d15d4195ef578468d50af
diff --git a/logcat/logcat.cpp b/logcat/logcat.cpp index 16fe7ee..7c6af42 100644 --- a/logcat/logcat.cpp +++ b/logcat/logcat.cpp
@@ -336,7 +336,7 @@ for (;;) { int ret; - ret = getopt(argc, argv, "cdt:T:gG:sQf:r::n:v:b:BSpP:"); + ret = getopt(argc, argv, "cdt:T:gG:sQf:r:n:v:b:BSpP:"); if (ret < 0) { break;