Merge "Enhance adding subscription logs"

This commit is contained in:
Shuo Qian
2018-05-10 20:56:06 +00:00
committed by Gerrit Code Review

View File

@@ -945,6 +945,8 @@ public class SubscriptionManager {
if (iSub != null) { if (iSub != null) {
// FIXME: This returns 1 on success, 0 on error should should we return it? // FIXME: This returns 1 on success, 0 on error should should we return it?
iSub.addSubInfoRecord(iccId, slotIndex); iSub.addSubInfoRecord(iccId, slotIndex);
} else {
logd("[addSubscriptionInfoRecord]- ISub service is null");
} }
} catch (RemoteException ex) { } catch (RemoteException ex) {
// ignore it // ignore it