Loading src/java/com/android/internal/telephony/uicc/UiccController.java +1 −1 Original line number Diff line number Diff line Loading @@ -509,7 +509,7 @@ public class UiccController extends Handler { != CommandException.Error.REQUEST_NOT_SUPPORTED) { // this is not expected; there should be no exception other than // REQUEST_NOT_SUPPORTED Rlog.e(LOG_TAG, "Unexpected error getting slot status.", ar.exception); Rlog.e(LOG_TAG, "Unexpected error getting slot status: " + ar.exception); } else { // REQUEST_NOT_SUPPORTED log("onGetSlotStatusDone: request not supported; marking mIsSlotStatusSupported " Loading Loading
src/java/com/android/internal/telephony/uicc/UiccController.java +1 −1 Original line number Diff line number Diff line Loading @@ -509,7 +509,7 @@ public class UiccController extends Handler { != CommandException.Error.REQUEST_NOT_SUPPORTED) { // this is not expected; there should be no exception other than // REQUEST_NOT_SUPPORTED Rlog.e(LOG_TAG, "Unexpected error getting slot status.", ar.exception); Rlog.e(LOG_TAG, "Unexpected error getting slot status: " + ar.exception); } else { // REQUEST_NOT_SUPPORTED log("onGetSlotStatusDone: request not supported; marking mIsSlotStatusSupported " Loading