Merge "Enhance adding subscription logs"

am: 263913016f

Change-Id: Ie8b1cf1c4e50ea1b7e9eafb59259848428484a3e
This commit is contained in:
Shuo Qian
2018-05-10 15:00:24 -07:00
committed by android-build-merger

View File

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