Cleaning up logging in TelephonyManager.
Bug: 21474174 Change-Id: I4555ada69c233ee9e9d9e45c1d619e8b779d9016
This commit is contained in:
@@ -1563,7 +1563,6 @@ public class TelephonyManager {
|
||||
return SIM_STATE_UNKNOWN;
|
||||
}
|
||||
int simState = SubscriptionManager.getSimStateForSubscriber(subId[0]);
|
||||
Rlog.d(TAG, "getSimState: simState=" + simState + " slotIdx=" + slotIdx);
|
||||
return simState;
|
||||
}
|
||||
|
||||
@@ -1614,7 +1613,6 @@ public class TelephonyManager {
|
||||
}
|
||||
}
|
||||
}
|
||||
Rlog.d(TAG, "getSimOperatorNumeric(): default subId=" + subId);
|
||||
return getSimOperatorNumericForSubscription(subId);
|
||||
}
|
||||
|
||||
@@ -3032,8 +3030,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