| Index: runtime/vm/timeline.cc
|
| diff --git a/runtime/vm/timeline.cc b/runtime/vm/timeline.cc
|
| index a114c1a35359f786d372cb1c0ea673975043b75b..d9b09573e3e4a26ada188fbc38da314d3b989593 100644
|
| --- a/runtime/vm/timeline.cc
|
| +++ b/runtime/vm/timeline.cc
|
| @@ -90,7 +90,7 @@ void Timeline::InitOnce() {
|
| const bool use_ring_recorder = true;
|
| // Some flags require that we use the endless recorder.
|
| const bool use_endless_recorder =
|
| - (FLAG_timeline_dir != NULL) || FLAG_timing;
|
| + (FLAG_timeline_dir != NULL) || FLAG_timing || FLAG_complete_timeline;
|
| if (use_endless_recorder) {
|
| recorder_ = new TimelineEventEndlessRecorder();
|
| } else if (use_ring_recorder) {
|
|
|