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

Commit f959d108 authored by Robert Greenwalt's avatar Robert Greenwalt Committed by The Android Automerger
Browse files

Fix a logging NPE problem

bug:6864064
Change-Id: I3237e55cb164462b9616515b0de009bf687f1dca
parent 0e51c94c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1378,7 +1378,8 @@ public class CdmaServiceStateTracker extends ServiceStateTracker {
                mZoneTime    = c.getTimeInMillis();
            }
            if (DBG) {
                log("NITZ: tzOffset=" + tzOffset + " dst=" + dst + " zone=" + zone.getID() +
                log("NITZ: tzOffset=" + tzOffset + " dst=" + dst + " zone=" +
                        (zone!=null ? zone.getID() : "NULL") +
                        " iso=" + iso + " mGotCountryCode=" + mGotCountryCode +
                        " mNeedFixZone=" + mNeedFixZone);
            }