diff options
| -rw-r--r-- | telephony/java/com/android/internal/telephony/gsm/stk/StkService.java | 3 |
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. |
