* commit 'bdce031e00876df72e10b5c4e9c0ae9ff03153d1': Better isolate ResearchLogging data
This commit is contained in:
commit
a5613e634a
1 changed files with 3 additions and 0 deletions
|
@ -1089,6 +1089,9 @@ public class ResearchLogger implements SharedPreferences.OnSharedPreferenceChang
|
||||||
Build.DISPLAY, Build.MODEL, prefs, versionCode, versionName,
|
Build.DISPLAY, Build.MODEL, prefs, versionCode, versionName,
|
||||||
OUTPUT_FORMAT_VERSION, IS_LOGGING_EVERYTHING,
|
OUTPUT_FORMAT_VERSION, IS_LOGGING_EVERYTHING,
|
||||||
researchLogger.isDevTeamBuild());
|
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) {
|
} catch (final NameNotFoundException e) {
|
||||||
Log.e(TAG, "NameNotFound", e);
|
Log.e(TAG, "NameNotFound", e);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue