如何运行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
使用较旧的 SDKC:\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