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

Commit 9668b01e 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

Change-Id: Ib540613de02da7e3518f23e8c0493d49485dd18f
parents ee1c4000 a9e8836f
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;
                }