Loading packages/SystemUI/src/com/android/systemui/SystemUIService.java +3 −5 Original line number Diff line number Diff line Loading @@ -67,14 +67,12 @@ public class SystemUIService extends Service { @Override protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { if (args != null && args.length > 0 && args[0].equals("--config")) { dumpConfig(pw); return; } dumpServices(((SystemUIApplication) getApplication()).getServices(), fd, pw, args); if (args == null || args.length == 0 || args[0].equals("--config")) { dumpConfig(pw); } } static void dumpServices( SystemUI[] services, FileDescriptor fd, PrintWriter pw, String[] args) { Loading Loading
packages/SystemUI/src/com/android/systemui/SystemUIService.java +3 −5 Original line number Diff line number Diff line Loading @@ -67,14 +67,12 @@ public class SystemUIService extends Service { @Override protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) { if (args != null && args.length > 0 && args[0].equals("--config")) { dumpConfig(pw); return; } dumpServices(((SystemUIApplication) getApplication()).getServices(), fd, pw, args); if (args == null || args.length == 0 || args[0].equals("--config")) { dumpConfig(pw); } } static void dumpServices( SystemUI[] services, FileDescriptor fd, PrintWriter pw, String[] args) { Loading