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

Commit 135e3153 authored by Wink Saville's avatar Wink Saville Committed by Android Git Automerger
Browse files

am 106a9b72: Merge "Fix double DBG check." into lmp-dev

* commit '106a9b72aea449d2484d7373d7c42d7c2fa2692f':
  Fix double DBG check.
parents ad7cc9bb bfa96fb3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -239,7 +239,7 @@ public class PhoneStateListener {
        mHandler = new Handler(looper) {
            public void handleMessage(Message msg) {
                if (DBG) {
                    if (DBG) log("mSubId=" + mSubId + " what=0x" + Integer.toHexString(msg.what)
                    log("mSubId=" + mSubId + " what=0x" + Integer.toHexString(msg.what)
                            + " msg=" + msg);
                }
                switch (msg.what) {