commit | da58bae2e47ae8afe895c6ae6eb3b86a0fe97461 | [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 | c54141f427f6e56e1068273f50f1d64cc0beb183 [diff] | |
parent | 53fdb03559dffd61a262b91a344463be8e054128 [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);