[Rlog20] Remove duplicate logStatistics

Change-Id: I31c5520598269a83ab218e3a024bff0a625c2770
main
Kurt Partridge 2012-08-23 20:49:34 -07:00
parent 5a7ac3bf2a
commit 522d739524
1 changed files with 1 additions and 1 deletions

View File

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