Tracing: Chrome Debugging Protocol -
task want collect js function call events in chrome extension using debugger api.
problem when collect events listening tracing.datacollected
huge array of events don't want collect. each of collected event object of form {cat, dur,name,ph,pid,tid,ts}
in official api documentation there no details event categories therefore can't limit collection.
required can find detailed these event categories?
Comments
Post a Comment