Small fix to logged output

Add a space to a logged string.

Test: Build only
Change-Id: Ib5e005141af2eea7bcac7a8d8d6a93020bfdd4ca
This commit is contained in:
Neil Fuller
2020-09-08 11:29:23 +01:00
parent 60c547b473
commit 5773bc8e24

View File

@@ -3926,7 +3926,7 @@ public class AppOpsService extends IAppOpsService.Stub {
if (!isAttributionTagValid) {
String msg = "attributionTag " + attributionTag + " not declared in"
+ "manifest of " + packageName;
+ " manifest of " + packageName;
try {
if (mPlatformCompat.isChangeEnabledByPackageName(
SECURITY_EXCEPTION_ON_INVALID_ATTRIBUTION_TAG_CHANGE, packageName,