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

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

am 04db9797: Merge "Suppress phone number from logcat." into lmp-mr1-dev

* commit '04db9797':
  Suppress phone number from logcat.
parents 47baf09c 04db9797
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1815,7 +1815,7 @@ public class PhoneNumberUtils
        // to the list.
        // to the list.
        number = extractNetworkPortionAlt(number);
        number = extractNetworkPortionAlt(number);


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


        String emergencyNumbers = "";
        String emergencyNumbers = "";