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

Commit 8fecf6ff authored by Antonio Kantek's avatar Antonio Kantek Committed by Android (Google) Code Review
Browse files

Merge "Dump client's selfReportedDisplayId, uid, and pid" into main

parents fa67ab53 c7de312a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -5856,6 +5856,7 @@ public final class InputMethodManagerService implements IInputMethodManagerImpl.
            @SuppressWarnings("GuardedBy") Consumer<ClientState> clientControllerDump = c -> {
                p.println("  " + c + ":");
                p.println("    client=" + c.mClient);

                p.println("    fallbackInputConnection="
                        + c.mFallbackInputConnection);
                p.println("    sessionRequested="
@@ -5864,6 +5865,9 @@ public final class InputMethodManagerService implements IInputMethodManagerImpl.
                        "    sessionRequestedForAccessibility="
                                + c.mSessionRequestedForAccessibility);
                p.println("    curSession=" + c.mCurSession);
                p.println("    selfReportedDisplayId=" + c.mSelfReportedDisplayId);
                p.println("    uid=" + c.mUid);
                p.println("    pid=" + c.mPid);
            };
            mClientController.forAllClients(clientControllerDump);
            p.println("  mCurrentUserId=" + mCurrentUserId);