Merge "Small fix to logged output"

This commit is contained in:
Neil Fuller
2020-09-09 08:40:47 +00:00
committed by Android (Google) Code Review

View File

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