Merge "[Rlog20] Remove duplicate logStatistics"

main
Kurt Partridge 2012-12-23 09:04:58 -08:00 committed by Android (Google) Code Review
commit a51fbd92a5
1 changed files with 1 additions and 1 deletions

View File

@ -378,7 +378,6 @@ public class ResearchLogger implements SharedPreferences.OnSharedPreferenceChang
if (DEBUG) {
Log.d(TAG, "stop called");
}
logStatistics();
commitCurrentLogUnit();
if (mMainLogBuffer != null) {
@ -856,6 +855,7 @@ public class ResearchLogger implements SharedPreferences.OnSharedPreferenceChang
}
public void latinIME_onFinishInputViewInternal() {
logStatistics();
stop();
}