summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndroid (Google) Code Review <android-gerrit@google.com>2009-12-21 16:31:54 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2009-12-21 16:31:54 -0800
commit1d2f5c39bbc50f0cae1daf77c9df6fc2dd5954a2 (patch)
tree664ab1575d890eb7f88507f5605b403a15ab92d5
parent69e0eae003707146a2719a9bd818c458d04b7c7f (diff)
parent76d2295c8e01a21e9574adb81bdca0894a51af54 (diff)
downloadframeworks_base-1d2f5c39bbc50f0cae1daf77c9df6fc2dd5954a2.zip
frameworks_base-1d2f5c39bbc50f0cae1daf77c9df6fc2dd5954a2.tar.gz
frameworks_base-1d2f5c39bbc50f0cae1daf77c9df6fc2dd5954a2.tar.bz2
Merge change I76d2295c
* changes: SIM toolkit: Phone app crashes while reading SIM card
-rw-r--r--telephony/java/com/android/internal/telephony/gsm/stk/StkService.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/telephony/java/com/android/internal/telephony/gsm/stk/StkService.java b/telephony/java/com/android/internal/telephony/gsm/stk/StkService.java
index 9268037..29ed95c 100644
--- a/telephony/java/com/android/internal/telephony/gsm/stk/StkService.java
+++ b/telephony/java/com/android/internal/telephony/gsm/stk/StkService.java
@@ -467,8 +467,7 @@ public class StkService extends Handler implements AppInterface {
sInstance = new StkService(ci, sr, context, fh, sc);
StkLog.d(sInstance, "NEW sInstance");
} else if ((sr != null) && (mSimRecords != sr)) {
- StkLog.d(sInstance, String.format(
- "Reinitialize the Service with SIMRecords sr=0x%x.", sr));
+ StkLog.d(sInstance, "Reinitialize the Service with SIMRecords");
mSimRecords = sr;
// re-Register for SIM ready event.