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

Commit b2e00e58 authored by Chen Xu's avatar Chen Xu Committed by android-build-merger
Browse files

Merge "add debugging log for ADN record loading" into oc-mr1-dev am: a9e8836f

am: 9668b01e

Change-Id: Ic5e59090258dad3cc6d9bcc3b1cc1c22f6960afb
parents 26842040 9668b01e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -523,6 +523,7 @@ public class UsimPhoneBookManager extends Handler implements IccConstants {

        switch(msg.what) {
        case EVENT_PBR_LOAD_DONE:
            log("Loading PBR records done");
            ar = (AsyncResult) msg.obj;
            if (ar.exception == null) {
                createPbrFile((ArrayList<byte[]>)ar.result);
+1 −0
Original line number Diff line number Diff line
@@ -471,6 +471,7 @@ public abstract class IccFileHandler extends Handler implements IccConstants {
                response = lc.mOnLoaded;

                if (processException(response, (AsyncResult) msg.obj)) {
                    loge("exception caught from EVENT_GET_RECORD_SIZE");
                    break;
                }