Commit 1b5487d8 authored by Alex Clarke's avatar Alex Clarke Committed by Commit Bot

Enable crash keys for the browser IO thread

This will help us track down where crashing tasks come from.

Bug: 1024587
Change-Id: I084e915026d9df963b5f4ddae551e7d070ce4449
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1917209
Commit-Queue: Alex Clarke <alexclarke@chromium.org>
Commit-Queue: Tobias Sargeant <tobiasjs@chromium.org>
Auto-Submit: Alex Clarke <alexclarke@chromium.org>
Reviewed-by: default avatarTobias Sargeant <tobiasjs@chromium.org>
Cr-Commit-Position: refs/heads/master@{#716106}
parent 84cf6bd6
......@@ -105,6 +105,7 @@ void BrowserIOThreadDelegate::BindToCurrentThread(
base::MessagePump::Create(base::MessagePumpType::IO));
sequence_manager_->SetTimerSlack(timer_slack);
sequence_manager_->SetDefaultTaskRunner(GetDefaultTaskRunner());
sequence_manager_->EnableCrashKeys("io_scheduler_async_stack");
if (task_executor_) {
base::SetTaskExecutorForCurrentThread(task_executor_);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment