LatinIME portion of StatsUtil change.

Bug 22010482.

Change-Id: Iaed8abfb13cf4c87895a968d545dca3e5fcf9081
main
Dan Zivkovic 2015-06-23 13:06:06 -07:00
parent ee6de1466b
commit 79e7cb7501
1 changed files with 3 additions and 0 deletions

View File

@ -104,4 +104,7 @@ public final class StatsUtils {
public static void onInputConnectionLaggy(final int operation, final long duration) {
}
public static void onDecoderLaggy(final int operation, final long duration) {
}
}