mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 19:38:21 +00:00
Dump some bubble data to dumpsys
Flag: NONE added dump logs
Bug: 350753857
Test: manual
- adb shell dumpsys activity service com.android.quickstep
Change-Id: I19d328f99e5ba887aa508ea9ab16e9778f13698b
This commit is contained in:
@@ -282,6 +282,11 @@ public class TaskbarControllers {
|
||||
}
|
||||
uiController.dumpLogs(prefix + "\t", pw);
|
||||
rotationButtonController.dumpLogs(prefix + "\t", pw);
|
||||
if (bubbleControllers.isPresent()) {
|
||||
bubbleControllers.get().dump(pw);
|
||||
} else {
|
||||
pw.println(String.format("%s\t%s", prefix, "Bubble controllers are empty."));
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user