Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 297f149e authored by Felipe Leme's avatar Felipe Leme
Browse files

Fixes dumpsys activity --list-dumpables

It was listing the dumpables twice.

Test: adb shell dumpsys activity com.android.car.carlauncher/.CarLauncher --list-dumpables
Fixes: 221376952

Change-Id: Ia1004b449d10e559e6b6f968bc2cb61547f74a65
parent 087244c9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -7416,7 +7416,6 @@ public class Activity extends ContextThemeWrapper
                    } else {
                        mDumpableContainer.listDumpables(prefix, writer);
                    }
                    mDumpableContainer.listDumpables(prefix, writer);
                    return;
                case DUMP_ARG_DUMP_DUMPABLE:
                    if (args.length == 1) {