Hello Chromium Dev,
I am trying to see the full logs of the url when it gets rendered in the browser. The logs that I am interested to see are:
Case 1. The javascript calls, events, or anything from start to end event of loading page. In this calls, I would like to see the full request and responses.
Case 2. The redirection chains in the url from one link to another link. In this case, I would like to see the redirections in between these link as well. The use case, I have is how an ads getting redirected from publisher to landing page.
So in this case, I would like to see the full redirection chains.
I came to see the
"enable-logging" wiki which has info on viewing the logs. The logs that was found in /out/Default/chrome/chrome_debug.log were informative but too shallow.
The command I used to see the logs is:
/out/Default/chrome --enable-logging=stderr --log-level=0 (I omitted --v=1 as I am using Ubuntu 16.04 intentionally)
Any insights on what changes locally do I have to do for such logs information mentioned in cases # 1 and case #2?
Thanks,
Bhupendra