1

I've been having some performance problems in my Android app's rendering. The official documentation suggested me to use the "systrace" python tool to debug the app, but it's been a pain to use it. I'm using the suggested command:

python systrace.py --time=10 -o mynewtrace.html gfx

First I had to install some missing python dependencies using pip (like pywin32) otherwise it wouldn't run. Now it's giving me some runtime errors in the code, like:

ValueError: invalid literal for int() with base 10: ''

I'm using python 2.7.15, windows 7 64bit, device android version is 6.0.1

arvere
  • 727
  • 1
  • 7
  • 21

0 Answers0