Chromium Code Reviews| Index: base/debug/trace_event_android.cc |
| diff --git a/base/debug/trace_event_android.cc b/base/debug/trace_event_android.cc |
| index ed6b20d0bf7cf8a8f30d4b3c0f80d373885bea35..9e0718c0ca47c3212db3ee82988a1b22db006a95 100644 |
| --- a/base/debug/trace_event_android.cc |
| +++ b/base/debug/trace_event_android.cc |
| @@ -98,7 +98,8 @@ void TraceLog::StartATrace() { |
| } |
| SetEnabled(CategoryFilter(CategoryFilter::kDefaultCategoryFilterString), |
| base::debug::TraceLog::RECORDING_MODE, |
| - RECORD_CONTINUOUSLY); |
| + base::debug::TraceOptions( |
|
willchan no longer on Chromium
2014/07/31 19:26:43
Nit: I'd ditch the base::debug::. You're already i
nednguyen
2014/08/04 02:07:13
Done.
|
| + base::debug::RECORD_CONTINUOUSLY)); |
| } |
| void TraceLog::StopATrace() { |