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

Commit 4a5cc174 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "logcat: add 'device shut down' to error message upon EOF" am:...

Merge "logcat: add 'device shut down' to error message upon EOF" am: 48621274 am: b149d7a2 am: bc615f64

Change-Id: Iaa96cbc08c823114e0ea65a2f73107cb4a2e4382
parents da7ff346 bc615f64
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1129,7 +1129,7 @@ int Logcat::Run(int argc, char** argv) {
        if (!ret) {
            error(EXIT_FAILURE, 0, R"init(Unexpected EOF!

This means that either logd crashed, or more likely, this instance of logcat was unable to read log
This means that either the device shut down, logd crashed, or this instance of logcat was unable to read log
messages as quickly as they were being produced.

If you have enabled significant logging, look into using the -G option to increase log buffer sizes.)init");