Loading services/core/java/com/android/server/inputmethod/InputMethodManagerService.java +2 −1 Original line number Original line Diff line number Diff line Loading @@ -784,6 +784,7 @@ public class InputMethodManagerService extends IInputMethodManager.Stub private static final AtomicInteger sSequenceNumber = new AtomicInteger(0); private static final AtomicInteger sSequenceNumber = new AtomicInteger(0); private static final class Entry { private static final class Entry { final int mSequenceNumber = sSequenceNumber.getAndIncrement(); final ClientState mClientState; final ClientState mClientState; @SoftInputModeFlags @SoftInputModeFlags final int mFocusedWindowSoftInputMode; final int mFocusedWindowSoftInputMode; Loading Loading @@ -831,7 +832,7 @@ public class InputMethodManagerService extends IInputMethodManager.Stub continue; continue; } } pw.print(prefix); pw.print(prefix); pw.println("SoftInputShowHideHistory #" + sSequenceNumber.getAndIncrement() + ":"); pw.println("SoftInputShowHideHistory #" + entry.mSequenceNumber + ":"); pw.print(prefix); pw.print(prefix); pw.println(" time=" + dataFormat.format(new Date(entry.mWallTime)) pw.println(" time=" + dataFormat.format(new Date(entry.mWallTime)) Loading Loading
services/core/java/com/android/server/inputmethod/InputMethodManagerService.java +2 −1 Original line number Original line Diff line number Diff line Loading @@ -784,6 +784,7 @@ public class InputMethodManagerService extends IInputMethodManager.Stub private static final AtomicInteger sSequenceNumber = new AtomicInteger(0); private static final AtomicInteger sSequenceNumber = new AtomicInteger(0); private static final class Entry { private static final class Entry { final int mSequenceNumber = sSequenceNumber.getAndIncrement(); final ClientState mClientState; final ClientState mClientState; @SoftInputModeFlags @SoftInputModeFlags final int mFocusedWindowSoftInputMode; final int mFocusedWindowSoftInputMode; Loading Loading @@ -831,7 +832,7 @@ public class InputMethodManagerService extends IInputMethodManager.Stub continue; continue; } } pw.print(prefix); pw.print(prefix); pw.println("SoftInputShowHideHistory #" + sSequenceNumber.getAndIncrement() + ":"); pw.println("SoftInputShowHideHistory #" + entry.mSequenceNumber + ":"); pw.print(prefix); pw.print(prefix); pw.println(" time=" + dataFormat.format(new Date(entry.mWallTime)) pw.println(" time=" + dataFormat.format(new Date(entry.mWallTime)) Loading