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

Commit bbcea6c8 authored by Hyunho Shin's avatar Hyunho Shin Committed by Android (Google) Code Review
Browse files

Merge "Remove AnomalyReporter code" into udc-dev

parents bddd8a8d 1a8a14cd
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -1073,9 +1073,8 @@ public class EuiccConnector extends StateMachine implements ServiceConnection {
        for (int slotIndex = 0; slotIndex < slotInfos.length; slotIndex++) {
            // Report Anomaly in case UiccSlotInfo is not.
            if (slotInfos[slotIndex] == null) {
                AnomalyReporter.reportAnomaly(
                        UUID.fromString("4195b83d-6cee-4999-a02f-d0b9f7079b9d"),
                        "EuiccConnector: Found UiccSlotInfo Null object.");
                Log.i(TAG, "No UiccSlotInfo found for slotIndex: " + slotIndex);
                return SubscriptionManager.INVALID_SIM_SLOT_INDEX;
            }
            String retrievedCardId = slotInfos[slotIndex] != null
                    ? slotInfos[slotIndex].getCardId() : null;