| Index: runtime/vm/flag_list.h
|
| diff --git a/runtime/vm/flag_list.h b/runtime/vm/flag_list.h
|
| index 3a54ca88584e35a7a5183f240f2dcc10166805f8..c8ceb68fb9622333f1d3f65acd36e0b469690ffd 100644
|
| --- a/runtime/vm/flag_list.h
|
| +++ b/runtime/vm/flag_list.h
|
| @@ -170,8 +170,10 @@ D(trace_isolates, bool, false, \
|
| "Trace isolate creation and shut down.") \
|
| D(trace_handles, bool, false, \
|
| "Traces allocation of handles.") \
|
| +D(trace_kernel_binary, bool, false, \
|
| + "Trace Kernel reader/writer.") \
|
| D(trace_optimization, bool, false, \
|
| - "Print optimization details."); \
|
| + "Print optimization details.") \
|
| R(trace_profiler, false, bool, false, \
|
| "Profiler trace") \
|
| D(trace_profiler_verbose, bool, false, \
|
|
|