New issue
Advanced search Search tips

Issue 642950 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , Windows , Chrome , Mac
Pri: 3
Type: Feature



Sign in to add a comment

Set specific utility process ptype in Crashpad

Project Member Reported by mfo...@chromium.org, Aug 31 2016

Issue description

To debug utility process crashes, it would be helpful to sub-bucket these processes by type.  For example the high level process type could remain "utility", but the sub-type would be "image_decoder", "extension_installer", "pac_parser", etc.

The code that initializes the process type information seems to be here.

https://cs.chromium.org/chromium/src/components/crash/content/app/crashpad.cc?rcl=0&l=159

However, I wasn't able to figure out what calls this code for utility processes. Regardless, it seems like a straightforward change.


 

Sign in to add a comment