NetEaseGame / ATX

Smart phone automation tool. Support iOS, Android, WebApp and game.
Apache License 2.0
1.58k stars 422 forks source link

关于获取安卓log,cpu使用率等 #136

Open Jack-Tian opened 7 years ago

Jack-Tian commented 7 years ago

是否有方法方便灵活的获取某一段操作的log,cpu使用率等。 比如将adb logcat或者adb shell top命令封装为装饰器?或者有没有更好的方法呢。

codeskyblue commented 7 years ago

可以自己写一个thread获取,使用adb把cpu弄出来