Don't use dynamic trace categories |
||
Issue descriptionCode in the scheduler (e.g., task_queue_manager.cc) uses dynamic category names for trace points. This only works if everyone in the process uses the same category for a given TRACE_EVENT macro, which is *mostly* the case but not completely. I think we should just hard-code the category names.
,
May 10 2017
This was fixed by altimin@ a while back. |
||
►
Sign in to add a comment |
||
Comment 1 by skyos...@chromium.org
, Apr 10 2017