Merge "Enhance adding subscription logs" into pi-dev

This commit is contained in:
Shuo Qian
2018-05-10 04:32:36 +00:00
committed by Android (Google) Code Review

View File

@@ -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