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

Commit 165e4d22 authored by Mark Salyzyn's avatar Mark Salyzyn
Browse files

resolved conflicts for merge of e4ec1e94 to lmp-dev-plus-aosp

Change-Id: Iec97b6a1cb7c29073bf9d1ae37d8600ff2ae9a8b
parents d1d0e2bc e4ec1e94
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -119,8 +119,7 @@ void *LogTimeEntry::threadStart(void *obj) {
    SocketClient *client = me->mClient;
    if (!client) {
        me->error();
        pthread_exit(NULL);
        // NOTREACH
        return NULL;
    }

    LogBuffer &logbuf = me->mReader.logbuf();
@@ -154,9 +153,6 @@ void *LogTimeEntry::threadStart(void *obj) {

    unlock();

    pthread_exit(NULL);

    // NOTREACH
    pthread_cleanup_pop(true);

    return NULL;