I am trying to use the Android Systrace function as described here and here , but when I run the command line described in the links above it gives me this error:
File "C:\Python27\lib\subprocess.py", line 664, in __init__ raise ValueError("preexec_fn is not supported on Windows " ValueError: preexec_fn is not supported on Windows platforms
The command line described above:
python systrace.py --time=10 -o mynewtrace.html sched gfx view wm
I am not a python developer, so I don't have a clue about this, and google doesn't help me much, any idea?
- I start on a computer with Windows 10.
source share