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

Commit 1f9a13b1 authored by Amit Mahajan's avatar Amit Mahajan
Browse files

Avoid logging exception stack trace unnecessarily.

Test: none
Bug: 72944241
Change-Id: I99e88a8e4fbb68027434d5228d3844709218b8a4
parent 06bf7483
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 "