Merge "Suppress phone number from logcat." into lmp-mr1-dev

This commit is contained in:
Sanket Padawe
2015-02-05 20:51:09 +00:00
committed by Android (Google) Code Review

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