Suppress phone number from logcat.
Bug: 19251204 Change-Id: I042bc3c0a89967eeae547b059f06cf05de005b25
This commit is contained in:
@@ -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 = "";
|
||||
|
||||
Reference in New Issue
Block a user