Skip to content
Snippets Groups Projects
Commit a5613e63 authored by Kurt Partridge's avatar Kurt Partridge Committed by Android Git Automerger
Browse files

am bdce031e: am 2927223e: Merge "Better isolate ResearchLogging data"

* commit 'bdce031e':
  Better isolate ResearchLogging data
parents dfc81359 bdce031e
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment