Fix incorrect logging.

Test: none
Bug: 182326102
Change-Id: Ibe9b4dd26eb92327d32dc3447c5a613c3fefa46e
This commit is contained in:
Amit Mahajan
2021-04-27 17:43:13 -07:00
parent e14cc634dc
commit e22567d44e

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();
}