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

Commit b15c00a5 authored by Sanket Padawe's avatar Sanket Padawe Committed by Android Git Automerger
Browse files

am 0a4c2646: am 04db9797: Merge "Suppress phone number from logcat." into...

am 0a4c2646: am 04db9797: Merge "Suppress phone number from logcat." into lmp-mr1-dev automerge: 4eed3404

* commit '0a4c2646':
  Suppress phone number from logcat.
parents 14a9f9ca 0a4c2646
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1841,7 +1841,7 @@ public class PhoneNumberUtils
        // to the list.
        number = extractNetworkPortionAlt(number);

        Rlog.d(LOG_TAG, "subId:" + subId + ", number: " +  number + ", defaultCountryIso:" +
        Rlog.d(LOG_TAG, "subId:" + subId + ", defaultCountryIso:" +
                ((defaultCountryIso == null) ? "NULL" : defaultCountryIso));

        String emergencyNumbers = "";