adb执行console命令
adb shell "am broadcast -a android.intent.action.RUN -e cmd 'stat fps'"
引擎中的Device Log界面中对设备执行Console指令就是通过该命令的封装实现的,实现代码为:AndroidTargetDevice.inl#L102
adb shell "am broadcast -a android.intent.action.RUN -e cmd 'stat fps'"
引擎中的Device Log界面中对设备执行Console指令就是通过该命令的封装实现的,实现代码为:AndroidTargetDevice.inl#L102