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

Commit 0a4c2646 authored by Sanket Padawe's avatar Sanket Padawe Committed by android-build-merger
Browse files

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

automerge: 4eed3404

* commit '4eed3404':
  Suppress phone number from logcat.
parents c46b68c7 4eed3404
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1815,7 +1815,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 = "";