Merge "[Rlog39] Remove unnecessary commitCurrentLogUnit() call"

main
Kurt Partridge 2013-01-31 18:52:31 +00:00 committed by Android (Google) Code Review
commit 6b574f8056
1 changed files with 0 additions and 1 deletions

View File

@ -614,7 +614,6 @@ public class ResearchLogger implements SharedPreferences.OnSharedPreferenceChang
}
private void startRecordingInternal() {
commitCurrentLogUnit();
if (mUserRecordingLog != null) {
mUserRecordingLog.abort();
}