[Rlog20] Remove duplicate logStatistics
Change-Id: I31c5520598269a83ab218e3a024bff0a625c2770
This commit is contained in:
parent
5a7ac3bf2a
commit
522d739524
1 changed files with 1 additions and 1 deletions
|
@ -378,7 +378,6 @@ public class ResearchLogger implements SharedPreferences.OnSharedPreferenceChang
|
|||
if (DEBUG) {
|
||||
Log.d(TAG, "stop called");
|
||||
}
|
||||
logStatistics();
|
||||
commitCurrentLogUnit();
|
||||
|
||||
if (mMainLogBuffer != null) {
|
||||
|
@ -840,6 +839,7 @@ public class ResearchLogger implements SharedPreferences.OnSharedPreferenceChang
|
|||
}
|
||||
|
||||
public void latinIME_onFinishInputViewInternal() {
|
||||
logStatistics();
|
||||
stop();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue