Merge "Small fix to logged output" am: 24f6cd29aa
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12535223 Change-Id: I2f9c78252c7746039f6ca4825edc3bb181596980
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