Description
Using simpleperf from Chromium using the scripts provided for the Chromium-built apk, the script at some points runs simpleperf. I believe to generate a perf.data style output, which is then converted to the proto format.
However, the step fails if python tk-inter is not installed. That does not seem necessary if the tool is not run in --gui mode.
I suggest to make the import in https://android.googlesource.com/platform/system/extras/+/refs/heads/main/simpleperf/scripts/report.py#34 dependent on which mode the tool is run in.
I am using a supported NDK
Affected versions
r28