问题现象
从视频里面看,点击屏幕,点击应用,无法进入应用,左右滑动屏幕有反应,也就是单点touch事件有问题。
解决方案
查看日志发现touch设备有重复添加问题:
04-18 22:29:06.177 1385 1750 I InputReader: Touch device 'himax-touchscreen' could not query the properties of its associated display. The device will be inoperable until the display size becomes available.
04-18 22:29:06.177 1385 1750 I InputReader: Device added: id=4, eventHubId=1, name='himax-touchscreen', descriptor='36b250b1648ea4d88d680c26f5981ed1d0d24d77',sources=0x00001103
04-18 22:29:06.179 1385 1750 I InputReader: Touch device 'himax-touchscreen' could not query the properties of its associated display. The device will be inoperable until the display size becomes available.
04-18 22:29:06.179 1385 1750 I InputReader: Device added: id=5, even