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

Commit 3619b9ab authored by Kenny Root's avatar Kenny Root
Browse files

Fix dumpsys activity service <name>

Refactoring of the dumpsys framework introduced a comparison that
always made the action dump all the services.

Change-Id: I1f3ac2bd903e39e2a6e8632e8cbb23a982dfe0c6
parent 62ed7a6d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9493,7 +9493,7 @@ public final class ActivityManagerService extends ActivityManagerNative implemen
        String[] newArgs;
        String componentNameString;
        ServiceRecord r;
        if (opti <= args.length) {
        if (opti >= args.length) {
            componentNameString = null;
            newArgs = EMPTY_STRING_ARRAY;
            r = null;