systrace
HTML出力を表示するにはどうすればよいですか? Google I/O 2012 のトーク"For Butter or Worse"systrace
を見た後、 Jelly Bean 4.1 を実行しているエミュレーターを使用して Windows 7 で作業するのに苦労しています。
私は次のことをしました:
- Python 2.7 をインストールし、インストール フォルダーを PATH に追加しました。
- 以下
C:\android-sdk\platform-tools\systrace>python systrace.py
を実行: (古いSDK:C:\android-sdk\tools\systrace>python systrace.py
)
しかし、cmd で次のエラーが発生します。
Traceback (most recent call last):
File "systrace.py", line 212, in <module>
main()
File "systrace.py", line 124, in main
ready = select.select([adb.stdout, adb.stderr], [], [adb.stdout, adb.stderr])
select.error: (10093, 'Either the application has not called WSAStartup, or WSAStartup failed')
ノート:
- エミュレーターでトレースを有効にしました。
Settings > Developer Options > Enable traces
- Python 3.2でも試しました