Merge "logcat: test: rotated logs can exceed size during crash"
am: 55c636a29f
* commit '55c636a29f87049af75bb8198d031ae9fb7039e5':
logcat: test: rotated logs can exceed size during crash
This commit is contained in:
commit
0b57d1efcc
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue