* commit 'd3df99c474b8e267cead8382912b083b6f6ebe3d': Add debug for 12987986.
This commit is contained in:
@@ -4529,6 +4529,10 @@ public class WindowManagerService extends IWindowManager.Stub
|
|||||||
final Task task = mTaskIdToTask.get(wtoken.groupId);
|
final Task task = mTaskIdToTask.get(wtoken.groupId);
|
||||||
if (task != null) {
|
if (task != null) {
|
||||||
task.removeAppToken(wtoken);
|
task.removeAppToken(wtoken);
|
||||||
|
// Remove after bug resolved.
|
||||||
|
Slog.d(TAG, "removeAppFromTaskLocked: wtoken=" + wtoken
|
||||||
|
+ " numTokens left=" + task.mAppTokens.size()
|
||||||
|
+ " Callers=" + Debug.getCallers(5));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user