Skip to content
Snippets Groups Projects
Commit 79e7cb75 authored by Dan Zivkovic's avatar Dan Zivkovic
Browse files

LatinIME portion of StatsUtil change.

Bug 22010482.

Change-Id: Iaed8abfb13cf4c87895a968d545dca3e5fcf9081
parent ee6de146
No related branches found
No related tags found
No related merge requests found
...@@ -104,4 +104,7 @@ public final class StatsUtils { ...@@ -104,4 +104,7 @@ public final class StatsUtils {
public static void onInputConnectionLaggy(final int operation, final long duration) { public static void onInputConnectionLaggy(final int operation, final long duration) {
} }
public static void onDecoderLaggy(final int operation, final long duration) {
}
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment