Merge "Enhance adding subscription logs"
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user