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:
@@ -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();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user