Results 2 comments of ToBeTree

打开调试器查看下screenshot 和hierarchy 接口是不是加载了缓存(from disk cache),如果是的话,按照下方截图禁止浏览器使用本地缓存 ![image](https://user-images.githubusercontent.com/12739697/127978915-a8f0ef2e-05a0-4a3d-835d-91b8d6fe4f81.png)

> 录屏会修改 usb 配置, 重置配置的时候 usb 会出现闪断情况 不是重置。我是在建立MessageProcessor之后不立即开启异步读写流,想在wda启动之后再去开启,就会报那个错。然后后面再去开读写流的时候拿不到数据。 尝试用一个临时的consumer去开启写。等到要用的时候在去往实际的consumer读写数据,但是在`meaasge.py", line 124, in handleAsyncPacket`会报`AttributeError: 'NoneType' object has no attribute 'getTime'`