Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fd8d9906 authored by Luca Stefani's avatar Luca Stefani Committed by android-build-merger
Browse files

Merge "logcat: Add missing newline to read failure" am: d1c73b57 am: 1c9f387b am: 463af857

am: fc218f89

Change-Id: I082683238edd2745d52ab24cccf552f37dc36688
parents a2c055ab fc218f89
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
        }