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

Commit bfa96fb3 authored by Wink Saville's avatar Wink Saville Committed by Android (Google) Code Review
Browse files

Merge "Fix double DBG check." into lmp-dev

parents 3f55577b 063b8d66
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) {