Sample Header Ad - 728x90

Visualizer for evtest logs

0 votes
0 answers
240 views
I'm looking for a tool that can visualize or make it a bit easier to interpret the logs that are produced from the evtest tool. I've googled for several times and could not find such a tool to visualizing this type of logs. Or if there are other ways to accomplish this, they are also welcome! context: it is for tracing touch events on an embedded platform, so I cannot visualize the touch events on the device itself. An small example of the logs: Event: time 1639053130.673153, type 1 (EV_KEY), code 330 (BTN_TOUCH), value 1 Event: time 1639053130.673153, type 3 (EV_ABS), code 57 (ABS_MT_TRACKING_ID), value 0 Event: time 1639053130.673153, type 3 (EV_ABS), code 53 (ABS_MT_POSITION_X), value 161 Event: time 1639053130.673153, type 3 (EV_ABS), code 54 (ABS_MT_POSITION_Y), value 1117 Event: time 1639053130.673153, type 3 (EV_ABS), code 48 (ABS_MT_TOUCH_MAJOR), value 128 Event: time 1639053130.673153, -------------- SYN_REPORT ------------ Event: time 1639053130.755542, type 3 (EV_ABS), code 53 (ABS_MT_POSITION_X), value 162 Event: time 1639053130.755542, type 3 (EV_ABS), code 54 (ABS_MT_POSITION_Y), value 1118 Event: time 1639053130.755542, -------------- SYN_REPORT ------------ Thanks in advance!
Asked by aapje06 (81 rep)
Dec 9, 2021, 12:45 PM