gradle-profiler did not produce valid JSON when I ran it with --profile chrome-trace on one of my builds. Specifically the "name" property contained special characters like " and new lines that were not escaped. The result is invalid JSON that Chrome can't parse.
gradle-profiler did not produce valid JSON when I ran it with
--profile chrome-trace
on one of my builds. Specifically the"name"
property contained special characters like"
and new lines that were not escaped. The result is invalid JSON that Chrome can't parse.