am 2927223e: Merge "Better isolate ResearchLogging data"

* commit '2927223edde78f495d53b27d26524baa8ade5db6':
  Better isolate ResearchLogging data
main
Kurt Partridge 2013-04-11 14:58:44 -07:00 committed by Android Git Automerger
commit bdce031e00
1 changed files with 3 additions and 0 deletions

View File

@ -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);
}