Merge "Enhance adding subscription logs" into pi-dev

am: e62c41ef3e

Change-Id: I041315a7371c79924443dcb07842444f26446a75
This commit is contained in:
Shuo Qian
2018-05-09 21:44:48 -07:00
committed by android-build-merger

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