Merge "logcat: Add missing newline to read failure" am: d1c73b57b5
am: 1c9f387b9a
am: 463af85726
am: fc218f891d
Change-Id: I082683238edd2745d52ab24cccf552f37dc36688
This commit is contained in:
commit
fd8d9906e3
|
@ -1638,7 +1638,7 @@ static int __logcat(android_logcat_context_internal* context) {
|
|||
logcat_panic(context, HELP_FALSE, "read: unexpected length.\n");
|
||||
break;
|
||||
}
|
||||
logcat_panic(context, HELP_FALSE, "logcat read failure");
|
||||
logcat_panic(context, HELP_FALSE, "logcat read failure\n");
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue