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

automerge: 4eed340

* commit '4eed340437d23a9b4fabf2881557325b863af23c':
  Suppress phone number from logcat.
This commit is contained in:
Sanket Padawe
2015-02-05 23:10:57 +00:00
committed by android-build-merger

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