Loading logd/LogListener.cpp +1 −5 Original line number Diff line number Diff line Loading @@ -45,11 +45,7 @@ bool LogListener::StartListener() { } void LogListener::ThreadFunction() { static bool name_set; if (!name_set) { prctl(PR_SET_NAME, "logd.writer"); name_set = true; } while (true) { HandleData(); Loading Loading
logd/LogListener.cpp +1 −5 Original line number Diff line number Diff line Loading @@ -45,11 +45,7 @@ bool LogListener::StartListener() { } void LogListener::ThreadFunction() { static bool name_set; if (!name_set) { prctl(PR_SET_NAME, "logd.writer"); name_set = true; } while (true) { HandleData(); Loading