Merge "Add debug for 12987986." into klp-modular-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
4b79f8380c
@@ -4529,6 +4529,10 @@ public class WindowManagerService extends IWindowManager.Stub
|
||||
final Task task = mTaskIdToTask.get(wtoken.groupId);
|
||||
if (task != null) {
|
||||
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