Suppress phone number from logcat.

Bug: 19251204
Change-Id: I042bc3c0a89967eeae547b059f06cf05de005b25
This commit is contained in:
Sanket Padawe
2015-02-05 11:45:27 -08:00
parent ded133c446
commit 1acdd4b1f4

View File

@@ -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 = "";