Mingyuan Xia

Results 50 comments of Mingyuan Xia

Thanks for the report and the stackoverflow thread. I'll try a complicated gesture on Gmap and compare screenshots from multiple replays.

The input side uses `adb shell getevent` and the output pipes to https://github.com/openstf/minitouch. In most devices, two input events have an interval between 10ms~20ms. And I measure the time taking...

BTW, sendevent is not precise, cuz every time you send a point you need to create a `sendevent` process on the device side, which is way too costly. Minitouch has...

Hi, I have coded up a script to measure the "visual difference" of different replays, inspired by your methodology. The gist is [here](https://gist.github.com/mingyuan-xia/2970fb00ef598ea5d4212bb383808da5). I would refine it and add it...

These ignored TypeB unknown commands should be benign, but worth a careful look. As for the crash, I will find a Oneplus device to test with. `[stderr_data]: The Linux device...

That is just a pointer to the source file line number in the compiled python executable. Please have a try on Mi5 with `USB debugging (Security option)` on while I...

This is weird. But the mouse cursor seems to replay the finger gestures properly. I guess it is because S8 supports a Stylus Pen and the touchscreen events being replayed...

yes, this bug has bothered me for a while. https://github.com/appetizerio/replaykit/issues/5 also reported. I know about why it happens, but workarounds are not easy. I think I will fix this one...

感谢上报,这个和一个已知的bug也就是在处理连续输入的时候最后一点点的操作会等到下一个点输入后才会触发,感觉就是最后会有粘滞效果,这个应该是输入event buffering的问题,我们已知正在排查。3可能也是这个问题造成的