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

Commit 84c3b96d 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

am: 8bf26cec

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

Change-Id: I88eb2adcdf59fbd6dd508e33c3d6de587c1a31a9
parents b82c55b3 8bf26cec
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();
                            }
                            }
                        }
                        }