am a51fbd92: Merge "[Rlog20] Remove duplicate logStatistics"
* commit 'a51fbd92a537e0a8b8be217f3663542821002769': [Rlog20] Remove duplicate logStatisticsmain
commit
66216a3bb5
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue