am a51fbd92: Merge "[Rlog20] Remove duplicate logStatistics"

* commit 'a51fbd92a537e0a8b8be217f3663542821002769':
  [Rlog20] Remove duplicate logStatistics
main
Kurt Partridge 2012-12-23 09:07:28 -08:00 committed by Android Git Automerger
commit 66216a3bb5
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) {
@ -856,6 +855,7 @@ public class ResearchLogger implements SharedPreferences.OnSharedPreferenceChang
} }
public void latinIME_onFinishInputViewInternal() { public void latinIME_onFinishInputViewInternal() {
logStatistics();
stop(); stop();
} }