Small fix to logged output
Add a space to a logged string. Test: Build only Change-Id: Ib5e005141af2eea7bcac7a8d8d6a93020bfdd4ca
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user