Merge "Small fix to logged output"
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user