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

Commit 41a049a4 authored by Kurt Partridge's avatar Kurt Partridge Committed by Android Git Automerger
Browse files

am ae144fe9: am d117c1a1: Merge "Do not record log split time when handling separator"

* commit 'ae144fe9':
  Do not record log split time when handling separator
parents fb899d85 ae144fe9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1905,7 +1905,6 @@ public final class LatinIME extends InputMethodService implements KeyboardAction
    private boolean handleSeparator(final int primaryCode, final int x, final int y,
            final int spaceState) {
        if (ProductionFlag.USES_DEVELOPMENT_ONLY_DIAGNOSTICS) {
            ResearchLogger.recordTimeForLogUnitSplit();
            ResearchLogger.latinIME_handleSeparator(primaryCode, mWordComposer.isComposingWord());
        }
        boolean didAutoCorrect = false;