Merge "Add space to log." into rvc-dev am: bdd4f85bcd am: eba71e8fa3

Change-Id: I96c338a27b05b828a25c60a27331cdf9176bcff5
This commit is contained in:
TreeHugger Robot
2020-04-21 22:29:00 +00:00
committed by Automerger Merge Worker

View File

@@ -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();