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

Commit f868abae authored by Yohei Yukawa's avatar Yohei Yukawa
Browse files

Drop some unuseful logs from IMM#doDump()

This CL does nothing but removes the following fields from

  adb shell dumpsys input_method

as they are not that useful.

 - InputMethodManager#mService
 - InputMethodManager#mMainLooper

Other than that, there is no behavior change in this CL.

Bug: 234882948
Test: adb shell dumpsys input_method
Change-Id: I82a2c37c19c28a10f52fd41581f3e11d9459f8f5
parent cded73ae
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -3591,9 +3591,6 @@ public final class InputMethodManager {

        final Printer p = new PrintWriterPrinter(fout);
        p.println("Input method client state for " + this + ":");

        p.println("  mService=" + mService);
        p.println("  mMainLooper=" + mMainLooper);
        p.println("  mFallbackInputConnection=" + mFallbackInputConnection);
        p.println("  mActive=" + mActive
                + " mRestartOnNextWindowFocus=" + mRestartOnNextWindowFocus