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

Commit 2356f38f authored by Steven Moreland's avatar Steven Moreland Committed by Automerger Merge Worker
Browse files

Merge "dumpstate: Log an error when we fail to start a dump thread" am:...

Merge "dumpstate: Log an error when we fail to start a dump thread" am: 729b8cfd am: 0b7fa4d6 am: 318c1dde am: 94f69c87

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2494516



Change-Id: I90d9e34ecb4712171ffc3b855f453f259ce592c6
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 6f5c6614 94f69c87
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1273,6 +1273,9 @@ static Dumpstate::RunStatus RunDumpsysTextByPriority(const std::string& title, i
                dumpsys.writeDumpFooter(STDOUT_FILENO, service, elapsed_seconds);
                bool dump_complete = (status == OK);
                dumpsys.stopDumpThread(dump_complete);
            } else {
                MYLOGE("Failed to start dump thread for service: %s, status: %d",
                       String8(service).c_str(), status);
            }
        }