Commit 58e62630 authored by rtenneti's avatar rtenneti Committed by Commit bot

ThreadWatcher - generate crash dump if ThreadWatcher doesn't disarm

StartupTimeBomb in 10 minutes.

Give more time for startup tasks to finish.

R=sky@chromium.org
BUG=396356

Review URL: https://codereview.chromium.org/581163003

Cr-Commit-Position: refs/heads/master@{#295593}
parent 8e7b4ff4
......@@ -1422,7 +1422,7 @@ int ChromeBrowserMainParts::PreMainMessageLoopRunImpl() {
metrics::MetricsService::SetExecutionPhase(
metrics::MetricsService::STARTUP_TIMEBOMB_ARM,
g_browser_process->local_state());
startup_watcher_->Arm(base::TimeDelta::FromSeconds(300));
startup_watcher_->Arm(base::TimeDelta::FromSeconds(600));
// On mobile, need for clean shutdown arises only when the application comes
// to foreground (i.e. MetricsService::OnAppEnterForeground is called).
......
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