Chromium Code Reviews| Index: runtime/vm/profiler.cc |
| diff --git a/runtime/vm/profiler.cc b/runtime/vm/profiler.cc |
| index f5703160eeb5c53585785658ebe728e12870a8d5..394d795eb80e82fae2ff3bfc4d3c89bbf3cfdc1d 100644 |
| --- a/runtime/vm/profiler.cc |
| +++ b/runtime/vm/profiler.cc |
| @@ -1006,6 +1006,7 @@ void Profiler::DumpStackTrace(bool native_stack_trace) { |
| fp, |
| sp); |
| } |
| + OS::Print("-- End of DumpStackTrace"); |
| } |