Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a51fbd92 authored by Kurt Partridge's avatar Kurt Partridge Committed by Android (Google) Code Review
Browse files

Merge "[Rlog20] Remove duplicate logStatistics"

parents f0d626ec 522d7395
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();
    }