Finding the Location of Logs with –log-function-events on Chrome OS

I’m trying to benchmark parsing times on Chrome OS. I’ve done all that’s necessary to enter developer mode and all that to run Chrome with flags and I can verify the flags in .

The issue is that I can’t actually find where the function logs are stored. On MacOS, when you run Chrome with –no-sandbox –js-flags=”–log-function-events” the logs are just placed in the same directory as the application binary itself, but I can’t seem to find where that is in Chrome OS. I also had an issue where I had to run Chrome on MacOS with sudo to get logs or move it to a non-root directory, which I wonder if that’s the same issue on ChromeOS.

Much appreciated if anyone can help out here!

Read more here: Source link