Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 76d2295c authored by John Joseph's avatar John Joseph Committed by Wink Saville
Browse files

SIM toolkit: Phone app crashes while reading SIM card

Incorrect log message results in an IllegalFormatConversionException
when trying to print SIMRecords Object as an integer.
parent 4845ce31
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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.