Merge "logcat: Add missing newline to read failure"

am: d1c73b57b5

Change-Id: I899e173ce3018435507a6fa1f6e9ca4782eec342
This commit is contained in:
Luca Stefani 2017-07-17 18:40:33 +00:00 committed by android-build-merger
commit 1c9f387b9a

View file

@ -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;
}