1

I have Win7 PC, latest android sdk and Python 2.7 and trying to start systrace. I start script from "\android-sdks\platform-tools\systrace\" After commsnd "python systrace.py" i recieve error: OSError: [errno 8] Exec format error

What can this be? adb and python are correctly installed and working good.

mikamika
  • 110
  • 1
  • 6
  • Do you have systrace-legacy.py in that same directory? Can you run it without getting the errno 8? (systrace.py will run that if your device is pre-Android 4.3.) – fadden Aug 28 '13 at 14:57
  • @fadden You should include this as an actual answer so that it can be marked correct. – KNfLrPn Oct 21 '13 at 03:48
  • I have same errors, when using systrace from command line. But i have found, that Eclipse SDK has DDMS panel, whare i acan get log from device, connected to my pc, with out using command line. It is useful. – mikamika Oct 24 '13 at 11:56

1 Answers1

1

windows doesn't support running systrace from command line. please check the following questions

Error running systrace tool in ADB using a Jelly Bean 4.1 emulator on Windows 7

Systrace for Windows

Community
  • 1
  • 1
Lava Sangeetham
  • 2,943
  • 4
  • 38
  • 54