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

Commit 8a3803d4 authored by Jack Yu's avatar Jack Yu Committed by Gerrit Code Review
Browse files

Merge "Improved telephony registry logging"

parents a303ea13 c947aed9
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -2357,9 +2357,8 @@ public class TelephonyRegistry extends ITelephonyRegistry.Stub {
            return;
        }

        if (VDBG) {
        log("notifyActiveDataSubIdChanged: activeDataSubId=" + activeDataSubId);
        }
        mLocalLog.log("notifyActiveDataSubIdChanged: activeDataSubId=" + activeDataSubId);

        mActiveDataSubId = activeDataSubId;
        synchronized (mRecords) {