diff options
| author | 2015-02-05 20:56:31 +0000 | |
|---|---|---|
| committer | 2015-02-05 20:56:31 +0000 | |
| commit | 4eed340437d23a9b4fabf2881557325b863af23c (patch) | |
| tree | 7cc7bd679594515e5b108e39b08269b8b1f094c2 | |
| parent | 29fabd8988b95e5ff41167a74dfc67937988b3db (diff) | |
| parent | 04db979728ce0c2ea67c5ac5d7a1c2f02f53863d (diff) | |
am 04db9797: Merge "Suppress phone number from logcat." into lmp-mr1-dev
* commit '04db979728ce0c2ea67c5ac5d7a1c2f02f53863d':
Suppress phone number from logcat.
| -rw-r--r-- | telephony/java/android/telephony/PhoneNumberUtils.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telephony/java/android/telephony/PhoneNumberUtils.java b/telephony/java/android/telephony/PhoneNumberUtils.java index f3b7129db9c5..c043659f15a9 100644 --- a/telephony/java/android/telephony/PhoneNumberUtils.java +++ b/telephony/java/android/telephony/PhoneNumberUtils.java @@ -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 = ""; |