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

Commit a6932f3d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Inline IMMS#doDump() into IMMS#dump()" into sc-dev

parents 36192d40 5af6bb8d
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -5246,12 +5246,7 @@ public class InputMethodManagerService extends IInputMethodManager.Stub
                    imeTracing.startTrace(null);
                });
            }
        }
        doDump(fd, pw, args, asProto);
    }

    private void doDump(FileDescriptor fd, PrintWriter pw, String[] args, boolean useProto) {
        if (useProto) {
            final ProtoOutputStream proto = new ProtoOutputStream(fd);
            dumpDebug(proto, InputMethodManagerServiceTraceProto.INPUT_METHOD_MANAGER_SERVICE);
            proto.flush();