不知你们是怎么调试 java uiautomator 代码的。
我在试图用 remote debug 调试代码的时候,比如 adb shell uiautomator runtest AndroidUIAutomation.jar -c com.example.uiautomation.TestUiAutomation -e debug true 发现里面的-e debug true 这个参数不起作用。
无论我把 -e debug 后面的参数写 true , false, 甚至其它比如 good 之类,没有任何差别,这时是为什么呢?
如果不用这种方式调试,怎么调呢,全靠加 print 语句吗?