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

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

Merge "Avoid logging exception stack trace unnecessarily."

am: eef2607f

Change-Id: Ic767c57ba344987cea5307c1d2a586b92525d4ce
parents e11e5c67 eef2607f
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 "