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

Commit 01026716 authored by Amit Mahajan's avatar Amit Mahajan Committed by android-build-merger
Browse files

Merge "Avoid logging exception stack trace unnecessarily." am: eef2607f am: f28ebd86

am: 2acc822b

Change-Id: I601669f8bd2d5c889175c3dc749cc4e51c38555d
parents a1a741e5 2acc822b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 "