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

Commit 729b8cfd authored by Steven Moreland's avatar Steven Moreland Committed by Gerrit Code Review
Browse files

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

parents b2b348f8 cdfa460c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1271,6 +1271,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);
            }
        }