New issue
Advanced search Search tips

Issue 795044 link

Starred by 2 users

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 3
Type: Bug



Sign in to add a comment

Optimistically enable EarlyTraceEvent

Project Member Reported by dskiba@chromium.org, Dec 14 2017

Issue description

Early Java messages are missing from Renderer because by default selinux blocks access to the command line file.

I wonder if we can optimistically enable EarlyTraceEvents, and discard / flush them once command line is known.
 

Comment 1 by lizeb@chromium.org, Dec 14 2017

Alternatively, adding the trace-startup flag to the child processes whitelist should have the same effect, right?

I can take a look.

Comment 2 by dskiba@chromium.org, Dec 14 2017

Hmm, what is child process whitelist? We need to enable EarlyTraceEvent very early (in ChromeApplication.onCreate) to see everything.

For now my workaround is to disable selinux.
Components: Speed>Tracing

Comment 4 by dskiba@chromium.org, Apr 10 2018

Cc: changwan@chromium.org

Sign in to add a comment