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

Commit a9e8836f authored by Chen Xu's avatar Chen Xu Committed by Android (Google) Code Review
Browse files

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

parents fc83e5e8 02f9d4b3
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;
                }