Merge "Adding additional log to track down crash" into sc-v2-dev am: a9831fcd24 am: 7e986248fa
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16551868 Change-Id: I410bc4f47760a04a8d989f46b90462dc17e549e9
This commit is contained in:
@@ -292,6 +292,7 @@ public class RecentTasksController implements TaskStackListenerCallback,
|
||||
* Invalidates this instance, preventing future calls from updating the controller.
|
||||
*/
|
||||
void invalidate() {
|
||||
Slog.d("b/206648922", "invalidating controller: " + mController);
|
||||
mController = null;
|
||||
}
|
||||
|
||||
@@ -317,7 +318,8 @@ public class RecentTasksController implements TaskStackListenerCallback,
|
||||
(controller) -> out[0] = controller.getRecentTasks(maxNum, flags, userId)
|
||||
.toArray(new GroupedRecentTaskInfo[0]),
|
||||
true /* blocking */);
|
||||
Slog.d("b/206648922", "getRecentTasks(" + maxNum + "): " + out[0]);
|
||||
Slog.d("b/206648922", "getRecentTasks(" + maxNum + "): " + out[0]
|
||||
+ " mController=" + mController);
|
||||
return out[0];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user