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

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

am 2927223e: Merge "Better isolate ResearchLogging data"

* commit '2927223e':
  Better isolate ResearchLogging data
parents 3d6b7431 2927223e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1089,6 +1089,9 @@ public class ResearchLogger implements SharedPreferences.OnSharedPreferenceChang
                        Build.DISPLAY, Build.MODEL, prefs, versionCode, versionName,
                        OUTPUT_FORMAT_VERSION, IS_LOGGING_EVERYTHING,
                        researchLogger.isDevTeamBuild());
                // Commit the logUnit so the LatinImeOnStartInputViewInternal event is in its own
                // logUnit at the beginning of the log.
                researchLogger.commitCurrentLogUnit();
            } catch (final NameNotFoundException e) {
                Log.e(TAG, "NameNotFound", e);
            }