Allow MessageLoop::RunTask events to hide arguments |
|||
Issue descriptionCurrently, Every MessageLoop::RunTask event has arguments about the src_file and src_func. In some cases, this information is not needed and it makes the final trace data file too big (as those two are usually long strings). We need a way to hide the arguments if those are not needed. One way to do it is to remove the arguments by default. Only when "disabled-by-default-toplevel" is enabled, those arguments should show.
,
Sep 15 2016
Closing the bug as wontfix. Charlie will do some Telemetry-side filtering.
,
Feb 2 2017
|
|||
►
Sign in to add a comment |
|||
Comment 1 by zh...@chromium.org
, Sep 15 2016