am d117c1a1: Merge "Do not record log split time when handling separator"
* commit 'd117c1a11635d6389f63ce939f5f15c7cc6a0bba': Do not record log split time when handling separatormain
commit
ae144fe9c3
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue