am 04db9797
: Merge "Suppress phone number from logcat." into lmp-mr1-dev
* commit '04db979728ce0c2ea67c5ac5d7a1c2f02f53863d': Suppress phone number from logcat.
This commit is contained in:
@ -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 = "";
|
||||||
|
Reference in New Issue
Block a user