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

Commit a77d9d7f authored by sqian's avatar sqian Committed by Shuo Qian
Browse files

Enhance adding subscription logs

Bug: 79428110
Test: Manual
Change-Id: Ie77128f447ad0628336b2af38344d2d7a07f1eab
parent 7af8fe3e
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