Android – activitymanager does not save real_ GET_ Tasks warning
I received a warning message on the Android phone (Nexus 5) on activitymanager. It doesn't seem to come from any specific application. And it keeps displaying for about 2 seconds. Does anyone know why? Or should I investigate for more information?
resolvent:
It looks like the application is using get_ Permissions for tasks, which are already in lollipop: http://developer.android.com/reference/android/Manifest.permission.html#GET_ Deprecated in tasks
The error is specifying the use of real_ GET_ Tasks and there is an error report on this problem (although I didn't take the time to see if it's exactly the same): https://code.google.com/p/android-developer-preview/issues/detail?id=2347
Sorry (I checked it now), according to the code 10078, it is uid:
private boolean isGetTasksAllowed(String caller, int callingPid, int callingUid) {
...
if (!allowed) {
Slog.w(TAG, caller + ": caller " + callingUid
+ " does not hold GET_TASKS; limiting output");
}
https://github.com/android/platform_ frameworks_ base/blob/master/services/core/java/com/android/server/am/ActivityManagerService.java
Invalid Sign
I don't know what 10078 uid is on your device. You can try 'ADB shell' and 'ID' and want it to appear