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

Commit c8672edd authored by Fabian Kozynski's avatar Fabian Kozynski Committed by Android (Google) Code Review
Browse files

Merge "Fix dump Dependency"

parents f646df16 429f160f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@ public class SystemUIService extends Service {
            }
        } else {
            String svc = args[0].toLowerCase();
            if (Dependency.class.getName().endsWith(svc)) {
            if (Dependency.class.getName().toLowerCase().endsWith(svc)) {
                Dependency.staticDump(fd, pw, args);
            }
            for (SystemUI ui: services) {