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

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

Change-Id: I4c7de39fbde8342019be357b5bf72b8d6d527f27
This commit is contained in:
Amit Mahajan
2021-04-29 17:14:00 +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();
}