Merge "Cleaning up logging in TelephonyManager." into mnc-dev
This commit is contained in:
@@ -1644,7 +1644,6 @@ public class TelephonyManager {
|
||||
return SIM_STATE_UNKNOWN;
|
||||
}
|
||||
int simState = SubscriptionManager.getSimStateForSubscriber(subId[0]);
|
||||
Rlog.d(TAG, "getSimState: simState=" + simState + " slotIdx=" + slotIdx);
|
||||
return simState;
|
||||
}
|
||||
|
||||
@@ -1695,7 +1694,6 @@ public class TelephonyManager {
|
||||
}
|
||||
}
|
||||
}
|
||||
Rlog.d(TAG, "getSimOperatorNumeric(): default subId=" + subId);
|
||||
return getSimOperatorNumericForSubscription(subId);
|
||||
}
|
||||
|
||||
@@ -3237,8 +3235,6 @@ public class TelephonyManager {
|
||||
propVal = values[phoneId];
|
||||
}
|
||||
}
|
||||
Rlog.d(TAG, "getTelephonyProperty: return propVal='" + propVal + "' phoneId=" + phoneId
|
||||
+ " property='" + property + "' defaultVal='" + defaultVal + "' prop=" + prop);
|
||||
return propVal == null ? defaultVal : propVal;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user