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

Commit ab4b7308 authored by Mark Salyzyn's avatar Mark Salyzyn
Browse files

logd: used before set warning

Change-Id: I30c078f8b22ebe4dcb48d57adf88b3e51b4fa202
parent 5ce75751
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -174,7 +174,7 @@ void LogBuffer::log(log_id_t log_id, log_time realtime,
    if (last == mLogElements.end()) {
        mLogElements.push_back(elem);
    } else {
        log_time end;
        log_time end = log_time::EPOCH;
        bool end_set = false;
        bool end_always = false;