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

Commit 8bf26cec authored by Lorenzo Colitti's avatar Lorenzo Colitti Committed by android-build-merger
Browse files

Merge "If we want to release the lock, release instead of acquiring it." into nyc-dev

am: 3395ed14

* commit '3395ed14':
  If we want to release the lock, release instead of acquiring it.

Change-Id: I816cd1ff8ba6312d76ca33f6232582e9fa539b64
parents fae3f9c5 3395ed14
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -243,7 +243,7 @@ final class NativeDaemonConnector implements Runnable, Handler.Callback, Watchdo
                            log("Problem parsing message " + e);
                            log("Problem parsing message " + e);
                        } finally {
                        } finally {
                            if (releaseWl) {
                            if (releaseWl) {
                                mWakeLock.acquire();
                                mWakeLock.release();
                            }
                            }
                        }
                        }