YueChen-C / py-ios-device

IOS Professional Performance Testing Tool . You can get CPU, GPU, Memory , Lifecycle and other metrics from real iOS devices . IOS 专业性能测试工具
GNU General Public License v3.0
634 stars 179 forks source link

获取FPS 时解析失败 #52

Closed Zhangyu754178 closed 2 years ago

Zhangyu754178 commented 2 years ago

File "/Users/w/work/DoctoriOS/ios_device/servers/dvt.py", line 234, in _receiver self._channel_callbacks(2 ** 32 - dtx.channel_code) File "/Users/w/work/DoctoriOS/ios_device/py_ios_device.py", line 499, in _callback for args in Kperf.to_dict(res.selector.data): File "/Users/w/work/DoctoriOS/ios_device/util/kperf_data.py", line 969, in to_dict buf_io = self.check_header(kd_buf) File "/Users/w/work/DoctoriOS/ios_device/util/kperf_data.py", line 964, in check_header

raise StreamError("stream read less than specified amount, expected %d, found %d" % (length, len(data)), path=path)

construct.core.StreamError: Error in path (parsing) -> threadmap -> process stream read less than specified amount, expected 1, found 0

YueChen-C commented 2 years ago

如果可以的话帮我保留一下这个数据给我