| Index: content/browser/android/tracing_intent_handler.cc
|
| diff --git a/content/browser/android/tracing_intent_handler.cc b/content/browser/android/tracing_intent_handler.cc
|
| index 5935a7824ea592663de2575f0c538a20fd7f9d6f..f26f5b3ba8c1fff0d27419b863db9c8a18307857 100644
|
| --- a/content/browser/android/tracing_intent_handler.cc
|
| +++ b/content/browser/android/tracing_intent_handler.cc
|
| @@ -16,7 +16,10 @@ TracingIntentHandler* g_trace_intent_handler = NULL;
|
|
|
| TracingIntentHandler::TracingIntentHandler(const base::FilePath& path)
|
| : TraceSubscriberStdio(path) {
|
| - TraceController::GetInstance()->BeginTracing(this, std::string("-test*"));
|
| + TraceController::GetInstance()->BeginTracing(
|
| + this,
|
| + std::string("-test*"),
|
| + base::debug::TraceLog::RECORD_UNTIL_FULL);
|
| }
|
|
|
| TracingIntentHandler::~TracingIntentHandler() {
|
|
|