Log recents listener when dumping
Bug: 242377577 Test: dumpsys activity service SystemUIService WMShell Change-Id: I4fcb7e42cf128558c0a4340291dcc21d7a4c4bb3
This commit is contained in:
@@ -367,6 +367,8 @@ public class RecentTasksController implements TaskStackListenerCallback,
|
||||
public void dump(@NonNull PrintWriter pw, String prefix) {
|
||||
final String innerPrefix = prefix + " ";
|
||||
pw.println(prefix + TAG);
|
||||
pw.println(prefix + " mListener=" + mListener);
|
||||
pw.println(prefix + "Tasks:");
|
||||
ArrayList<GroupedRecentTaskInfo> recentTasks = getRecentTasks(Integer.MAX_VALUE,
|
||||
ActivityManager.RECENT_IGNORE_UNAVAILABLE, ActivityManager.getCurrentUser());
|
||||
for (int i = 0; i < recentTasks.size(); i++) {
|
||||
|
||||
Reference in New Issue
Block a user