| Index: src/log-utils.h
|
| diff --git a/src/log-utils.h b/src/log-utils.h
|
| index 059e5a53c5cab58a811acc01cf90c76eded501e1..b165b3ee9a7a3951412aac5f704fe8a9b0451340 100644
|
| --- a/src/log-utils.h
|
| +++ b/src/log-utils.h
|
| @@ -30,8 +30,8 @@ class Log {
|
|
|
| static bool InitLogAtStart() {
|
| return FLAG_log || FLAG_log_api || FLAG_log_code || FLAG_log_gc ||
|
| - FLAG_log_handles || FLAG_log_suspect || FLAG_log_regexp ||
|
| - FLAG_ll_prof || FLAG_perf_basic_prof || FLAG_perf_prof ||
|
| + FLAG_log_handles || FLAG_log_suspect || FLAG_ll_prof ||
|
| + FLAG_perf_basic_prof || FLAG_perf_prof ||
|
| FLAG_log_internal_timer_events || FLAG_prof_cpp;
|
| }
|
|
|
|
|