Merge "Fix incorrect logging." into sc-dev am: 6402ac45e6 am: 748bbd8a06

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14330728

Change-Id: If36d6a5884bfbc76ebf52736b864cc50ecaf6ff9
This commit is contained in:
Amit Mahajan
2021-04-29 17:46:56 +00:00
committed by Automerger Merge Worker

View File

@@ -156,7 +156,7 @@ public class BackupCallingPreferenceController extends TelephonyTogglePreference
}
// TODO: remove log after fixing b/182326102
Log.d(LOG_TAG, "config " + CarrierConfigManager.KEY_CARRIER_CROSS_SIM_IMS_AVAILABLE_BOOL
+ "=" + featureEnableStatus + " for subId=" + mSubId);
+ "=" + featureEnableStatus + " for subId=" + subscriptionId);
return (featureEnableStatus != null) && featureEnableStatus.booleanValue();
}