commit | 55c636a29f87049af75bb8198d031ae9fb7039e5 | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Fri Dec 18 18:37:33 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Dec 18 18:37:33 2015 +0000 |
tree | e888923a6a205fdaa18488ad1e818feccccd1262 | |
parent | fb9ff0e8ade1fca7260a18686d7b02eb912bba36 [diff] | |
parent | 8beb0d3ad7b00f47e655f126d619bfaa59334b30 [diff] |
Merge "logcat: test: rotated logs can exceed size during crash"
diff --git a/logcat/tests/logcat_test.cpp b/logcat/tests/logcat_test.cpp index 61b020c..4f517bb 100644 --- a/logcat/tests/logcat_test.cpp +++ b/logcat/tests/logcat_test.cpp
@@ -605,7 +605,7 @@ char c; if ((2 == sscanf(buffer, "%d log.tx%c", &num, &c)) && - (num <= 24)) { + (num <= 40)) { ++count; } else if (strncmp(buffer, total, sizeof(total) - 1)) { fprintf(stderr, "WARNING: Parse error: %s", buffer);