am 8f4ccd6c: Merge "Reduce log noise." into mnc-dev
* commit '8f4ccd6c968b9488bbf74431fb20e9de144772af': Reduce log noise.
This commit is contained in:
@@ -8270,7 +8270,7 @@ public final class ActivityManagerService extends ActivityManagerNative
|
||||
try {
|
||||
if (AppGlobals.getPackageManager().isUidPrivileged(callingUid)) {
|
||||
allowed = true;
|
||||
Slog.w(TAG, caller + ": caller " + callingUid
|
||||
if (DEBUG_TASKS) Slog.w(TAG, caller + ": caller " + callingUid
|
||||
+ " is using old GET_TASKS but privileged; allowing");
|
||||
}
|
||||
} catch (RemoteException e) {
|
||||
@@ -8278,7 +8278,7 @@ public final class ActivityManagerService extends ActivityManagerNative
|
||||
}
|
||||
}
|
||||
if (!allowed) {
|
||||
Slog.w(TAG, caller + ": caller " + callingUid
|
||||
if (DEBUG_TASKS) Slog.w(TAG, caller + ": caller " + callingUid
|
||||
+ " does not hold REAL_GET_TASKS; limiting output");
|
||||
}
|
||||
return allowed;
|
||||
|
||||
Reference in New Issue
Block a user