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

Commit 54e46497 authored by Shuo Qian's avatar Shuo Qian Committed by android-build-merger
Browse files

Merge "Enhance adding subscription logs"

am: 26391301

Change-Id: Ie8b1cf1c4e50ea1b7e9eafb59259848428484a3e
parents de5eb7d2 26391301
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -945,6 +945,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