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

Commit 03c88874 authored by Shuo Qian's avatar Shuo Qian Committed by android-build-merger
Browse files

Merge "Enhance adding subscription logs" into pi-dev

am: e62c41ef

Change-Id: I041315a7371c79924443dcb07842444f26446a75
parents 018765f4 e62c41ef
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1016,6 +1016,8 @@ public class SubscriptionManager {
            if (iSub != null) {
                // FIXME: This returns 1 on success, 0 on error should should we return it?
                iSub.addSubInfoRecord(iccId, slotIndex);
            } else {
                logd("[addSubscriptionInfoRecord]- ISub service is null");
            }
        } catch (RemoteException ex) {
            // ignore it