Add dump for PredictionRowView.

adb shell dumpsys activity NexusLauncherActivity : https://paste.googleplex.com/4907497231482880

When AllApps prediction is off : https://paste.googleplex.com/5930628737925120

Bug: 332171918
Test: Manual
Flag: NA
Change-Id: I753ff876aab162026d99fd1b35f63edf2e712f70
This commit is contained in:
Anushree Ganjam
2024-04-03 18:28:11 -07:00
parent e0330e17e3
commit 1115b416bb
2 changed files with 12 additions and 1 deletions
@@ -1411,6 +1411,10 @@ public class QuickstepLauncher extends Launcher {
if (mHotseatPredictionController != null) {
mHotseatPredictionController.dump(prefix, writer);
}
PredictionRowView<?> predictionRowView =
getAppsView().getFloatingHeaderView().findFixedRowByType(
PredictionRowView.class);
predictionRowView.dump(prefix, writer);
}
@Override