Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6402ac45 authored by Amit Mahajan's avatar Amit Mahajan Committed by Android (Google) Code Review
Browse files

Merge "Fix incorrect logging." into sc-dev

parents 0ddacf11 e22567d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();
    }