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

Commit eaf5c227 authored by Kurt Partridge's avatar Kurt Partridge Committed by Android Git Automerger
Browse files

am 026b2645: am bb17034f: Merge "Remove ref to LatinImeLogger preference."

* commit '026b2645':
  Remove ref to LatinImeLogger preference.
parents 4ee6df8d 026b2645
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -118,7 +118,6 @@ public class ResearchLogger implements SharedPreferences.OnSharedPreferenceChang
    private static final boolean FEEDBACK_DIALOG_SHOULD_PRESERVE_TEXT_FIELD = false;
    /* package */ static boolean sIsLogging = false;
    private static final int OUTPUT_FORMAT_VERSION = 5;
    private static final String PREF_USABILITY_STUDY_MODE = "usability_study_mode";
    // Whether all words should be recorded, leaving unsampled word between bigrams.  Useful for
    // testing.
    /* package for test */ static final boolean IS_LOGGING_EVERYTHING = false
@@ -466,10 +465,6 @@ public class ResearchLogger implements SharedPreferences.OnSharedPreferenceChang
        if (key == null || prefs == null) {
            return;
        }
        sIsLogging = prefs.getBoolean(PREF_USABILITY_STUDY_MODE, false);
        if (sIsLogging == false) {
            abort();
        }
        requestIndicatorRedraw();
        mPrefs = prefs;
        prefsChanged(prefs);