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

Change-Id: Ic3708581f9d42ea6cb8fd38bf990509d43bfbf2e
This commit is contained in:
Treehugger Robot 2020-02-18 20:51:30 +00:00
commit b149d7a2bf
1 changed files with 1 additions and 1 deletions

View File

@ -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");