Merge "Add space to log." into rvc-dev am: bdd4f85bcd
Change-Id: I201620a0354e0ed5101f3a9ef5a63ca462689ebc
This commit is contained in:
@@ -1146,7 +1146,7 @@ public class TelephonyRegistry extends ITelephonyRegistry.Stub {
|
||||
&& registrationLimit >= 1
|
||||
&& numRecordsForPid >= registrationLimit) {
|
||||
String errorMsg = "Pid " + callingPid + " has exceeded the number of permissible"
|
||||
+ "registered listeners. Ignoring request to add.";
|
||||
+ " registered listeners. Ignoring request to add.";
|
||||
loge(errorMsg);
|
||||
if (mConfigurationProvider
|
||||
.isRegistrationLimitEnabledInPlatformCompat(callingUid)) {
|
||||
@@ -1157,7 +1157,7 @@ public class TelephonyRegistry extends ITelephonyRegistry.Stub {
|
||||
// Log the warning independently of the dynamically set limit -- apps shouldn't be
|
||||
// doing this regardless of whether we're throwing them an exception for it.
|
||||
Rlog.w(TAG, "Pid " + callingPid + " has exceeded half the number of permissible"
|
||||
+ "registered listeners. Now at " + numRecordsForPid);
|
||||
+ " registered listeners. Now at " + numRecordsForPid);
|
||||
}
|
||||
|
||||
r = new Record();
|
||||
|
||||
Reference in New Issue
Block a user