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

Commit 463af857 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

Change-Id: I57b630e56b8d2ce9c53cb2b7a3e8d88965d19bfa
parents 6e563448 1c9f387b
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;
        }