Merge "logcat: test: rotated logs can exceed size during crash" am: 55c636a29f

am: 0b57d1efcc

* commit '0b57d1efcc1d3e584297078d23e10cd1f4676167':
  logcat: test: rotated logs can exceed size during crash
This commit is contained in:
Mark Salyzyn 2015-12-18 21:05:46 +00:00 committed by android-build-merger
commit b098418872
1 changed files with 1 additions and 1 deletions

View File

@ -605,7 +605,7 @@ TEST(logcat, logrotate) {
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);