New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 747559 link

Starred by 1 user

Issue metadata

Status: Started
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 2
Type: Feature



Sign in to add a comment

Chrome dies due to GPU Channel Timeout When Profiling

Project Member Reported by ericrk@chromium.org, Jul 21 2017

Issue description

When profiling on low-end Android, GPU channel creation can time out, as Chrome is running extremely slowly. We should add a way to disable this (and similar timeouts) via a command line flag, for use while profiling.
 
Project Member

Comment 1 by bugdroid1@chromium.org, Jul 25 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/68374d6fc868984795f7ecb5457f7e4009d16de8

commit 68374d6fc868984795f7ecb5457f7e4009d16de8
Author: Eric Karl <ericrk@chromium.org>
Date: Tue Jul 25 18:54:25 2017

Switch to disable GPU channel time-out for profiling

The time-out on GPU channel creation can cause problems when
profiling causes Chrome to run slowly. Add a switch to avoid
this.

Bug: 747559
Change-Id: I67663a5c287d140bb2737f83fb4d9630d2b4b25d
Reviewed-on: https://chromium-review.googlesource.com/581608
Reviewed-by: Antoine Labour <piman@chromium.org>
Reviewed-by: Alexandre Elias <aelias@chromium.org>
Commit-Queue: Eric Karl <ericrk@chromium.org>
Cr-Commit-Position: refs/heads/master@{#489390}
[modify] https://crrev.com/68374d6fc868984795f7ecb5457f7e4009d16de8/content/browser/renderer_host/compositor_impl_android.cc
[modify] https://crrev.com/68374d6fc868984795f7ecb5457f7e4009d16de8/content/public/common/content_switches.cc
[modify] https://crrev.com/68374d6fc868984795f7ecb5457f7e4009d16de8/content/public/common/content_switches.h

Sign in to add a comment