| 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..f61f336406a69650d1862dbb93d2d1283dd64943 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(
|
| + base::debug::TraceOptions::RECORD_CONTINUOUSLY));
|
| }
|
|
|
| void TraceLog::StopATrace() {
|
|
|