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

Commit a597f750 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "logd: remove unnecessary static"

parents a269c7c3 40addf79
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -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();