|
|
#991 |
|
BLAM!
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
|
I have no idea what's happening with night mode on the Elipsa 2E, but, yes, it's a known issue.
(c.f., the tail end of https://github.com/koreader/koreader/pull/10719. My best guess is that it's an issue specific to the MDP invert @ 8bpp, which is fairly strange, because IIRC, the working buffer is always RGB32). In any case, not something I can fix without access to a device, I've exhausted all I can do via remote debugging (i.e., as far as I can tell, it *should* work, but it just doesn't). Last edited by NiLuJe; 12-15-2023 at 01:18 PM. |
|
|
|
|
|
#992 | ||
|
Fanatic
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 517
Karma: 4000001
Join Date: Jul 2023
Device: Scribe 2022, OA2, PRS-350
|
Quote:
I left the kfmon.log attached to the post, though it's probably not needed now. I ended up using the KOReader terminal to copy it to the USB-accessible mount, since the kfmon.log PNG didn't work. Quote:
Thanks! |
||
|
|
|
| Advert | |
|
|
|
|
#993 |
|
BLAM!
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
|
Cool; yeah, definitely looked like db/fs integrity issues
.
|
|
|
|
|
|
#994 |
|
Junior Member
![]() Posts: 4
Karma: 10
Join Date: Dec 2023
Device: Kobo Aura HD
|
New user here, this looks awesome. Just used the install.ps1 to setup KOReader AND Plato which completed succesfully. Plato is working as expected but KOReader is unfortunately not usable. The first run will show the quick guide, every finger tap registers as a highlight and I'm basically stuck there. After rebooting KOReader will show the Home screen but exactly after one tap it freezes again. Only option is to reboot. Or at least it looks like it freezes. My guess is that every tap registers as a long tap.
I tried resetting the Kobo Aura HD and using the previous KOReader verion (2023.08) but that causes the same issue. Where do I collect log files regarding this issue? Last edited by Beefy; 12-27-2023 at 11:54 AM. |
|
|
|
|
|
#995 |
|
BLAM!
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
|
The GitHub issue template will detail how to enable verbose debug logging
.Given your lack of input, though, you might instead want to manually edit koreader/koreader.sh over USB (in a decent enough editor that won't mangle unix line endings), to add -d -v to the reader.lua invocation; i.e., replace line 398 with Code:
./reader.lua -d -v "$@" >>crash.log 2>&1 .
|
|
|
|
| Advert | |
|
|
|
|
#996 | |
|
Junior Member
![]() Posts: 4
Karma: 10
Join Date: Dec 2023
Device: Kobo Aura HD
|
Quote:
|
|
|
|
|
|
|
#997 |
|
BLAM!
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
|
That's a Clara HD
.How new is the device? Is it a refurb? Was the screen ever replaced? Is it perhaps running on a custom kernel? |
|
|
|
|
|
#998 |
|
BLAM!
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
|
In any case, in your case, the fix is simple: drop the `snow_protocol` quirks.
I'm wary of doing this globally, because the Clara HD is a wildly popular device and we've *never* heard of this, so something about your specific device is... strange ;p. Which leaves you with dealing with it via a User patch, using a 2- prefix (c.f., the many examples on that wiki page). Code:
local Device = require("device")
local Input = Device.input
Input.snow_protocol = false
Last edited by NiLuJe; 12-27-2023 at 06:32 PM. |
|
|
|
|
|
#999 | |
|
Junior Member
![]() Posts: 4
Karma: 10
Join Date: Dec 2023
Device: Kobo Aura HD
|
Quote:
. The device is completely new (not refurbished) and unmodified in any way.
|
|
|
|
|
|
|
#1000 |
|
BLAM!
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
|
Huh. That's... good to know. I guess we'll have to deal with it automatically if this proves not to be a one-off, thanks!
|
|
|
|
|
|
#1001 |
|
BLAM!
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
|
And on that note, could you post a verbose debug log of you attempting anything involving two or more fingers on the screen? (e.g., two-finger swipe or a pinch/spread; or even just randomly splaying your hand on it ;p).
|
|
|
|
|
|
#1002 | |
|
Junior Member
![]() Posts: 4
Karma: 10
Join Date: Dec 2023
Device: Kobo Aura HD
|
Quote:
Code:
---------------------------------------------
launching...
_ _____ ____ _
| |/ / _ \| _ \ ___ __ _ __| | ___ _ __
| ' / | | | |_) / _ \/ _` |/ _` |/ _ \ '__|
| . \ |_| | _ < __/ (_| | (_| | __/ |
|_|\_\___/|_| \_\___|\__,_|\__,_|\___|_|
It's a scroll... It's a codex... It's KOReader!
[*] Current time: 12/29/23-15:50:43[*] Version: v2023.10
ffi.load: libs/libutf8proc.so.2
ffi.load: blitbuffer
12/29/23-15:50:43 DEBUG fts: Preferred MONOTONIC clock source is CLOCK_MONOTONIC
12/29/23-15:50:43 DEBUG fts: Preferred REALTIME clock source is CLOCK_REALTIME
12/29/23-15:50:43 DEBUG fts: BOOTTIME clock source is supported
12/29/23-15:50:43 DEBUG FB info (post fixup) {
bpp = 8,
fb_size = 1575424,
height_mm = 4294967295,
line_length = 1088,
mmio_len = 0,
rotate = 3,
smem_len = 6782976,
stride_pixels = 1088,
type = 0,
width_mm = 4294967295,
xoffset = 0,
xres = 1072,
xres_virtual = 1072,
yoffset = 0,
yres = 1448,
yres_virtual = 1448
} --[[table: 0x76cfa5e0]]
12/29/23-15:50:43 DEBUG FB mapped at cdata<void *>: 0x769f3000 of 1576960 bytes
12/29/23-15:50:43 DEBUG set light warmth 0 -> 0
12/29/23-15:50:43 DEBUG set light intensity 17
[ko-input] Forked off fake event generator (pid: 4251)
12/29/23-15:50:43 WARN Device:getKeyRepeat: EVIOCGREP ioctl failed: Function not implemented
12/29/23-15:50:43 DEBUG Kobo: Turning the charging LED off
12/29/23-15:50:43 DEBUG Kobo: Turning the charging LED on
12/29/23-15:50:43 DEBUG Kobo: checking if standby is possible ...
12/29/23-15:50:43 DEBUG Kobo: available power states: freeze standby mem
12/29/23-15:50:43 DEBUG Kobo: standby state is supported
12/29/23-15:50:43 INFO initializing for device Kobo_nova
12/29/23-15:50:43 INFO framebuffer resolution: {
h = 1448,
w = 1072
} --[[table: 0x76d6bf68]]
ffi.load: libs/libmupdf.so
ffi.load: libs/libwrap-mupdf.so
ffi.load: sqlite3
12/29/23-15:50:43 INFO Applying patch: ./patches/2-patch.lua
ffi.load: libs/libfreetype.so.6
ffi.load: libs/libharfbuzz.so.0
ffi.load: libs/libzstd.so.1
12/29/23-15:50:43 DEBUG FontList registered: Noto Serif
12/29/23-15:50:43 DEBUG FontList registered: Noto Sans
12/29/23-15:50:43 DEBUG FontList registered: Nimbus Sans L
12/29/23-15:50:43 DEBUG FontList registered: Noto Sans Devanagari UI
12/29/23-15:50:43 DEBUG FontList registered: Nimbus Roman No9 L
12/29/23-15:50:43 DEBUG FontList registered: Noto Sans CJK SC
12/29/23-15:50:43 DEBUG FontList registered: Noto Sans Bengali UI
12/29/23-15:50:43 DEBUG FontList registered: Nimbus Mono
12/29/23-15:50:43 DEBUG FontList registered: Standard Symbols L
12/29/23-15:50:43 DEBUG FontList registered: NotoSans Nerd Font
12/29/23-15:50:43 DEBUG FontList registered: Noto Naskh Arabic
12/29/23-15:50:43 DEBUG FontList registered: Noto Sans Arabic UI
12/29/23-15:50:43 DEBUG FontList registered: Dingbats
12/29/23-15:50:43 DEBUG FontList registered: FreeSerif
12/29/23-15:50:43 DEBUG FontList registered: FreeSans
12/29/23-15:50:43 DEBUG FontList registered: Droid Sans Mono
12/29/23-15:50:44 DEBUG Allocating a 144MB budget for the global document cache
12/29/23-15:50:44 DEBUG Found font: NotoSans-Regular.ttf in ./fonts/noto/NotoSans-Regular.ttf
12/29/23-15:50:44 DEBUG Found font: NotoSans-Bold.ttf in ./fonts/noto/NotoSans-Bold.ttf
12/29/23-15:50:44 DEBUG Found font: NotoSans-Regular.ttf in ./fonts/noto/NotoSans-Regular.ttf
12/29/23-15:50:44 DEBUG Found font: NotoSans-Regular.ttf in ./fonts/noto/NotoSans-Regular.ttf
12/29/23-15:50:44 DEBUG Found font: NotoSans-Regular.ttf in ./fonts/noto/NotoSans-Regular.ttf
12/29/23-15:50:44 DEBUG Found font: NotoSans-Bold.ttf in ./fonts/noto/NotoSans-Bold.ttf
12/29/23-15:50:44 DEBUG Found font: DroidSansMono.ttf in ./fonts/droid/DroidSansMono.ttf
12/29/23-15:50:44 DEBUG NetworkMgr: interface eth0 is up @ 192.168.178.212
12/29/23-15:50:44 DEBUG NetworkMgr: interface eth0 is up @ 192.168.178.212
12/29/23-15:50:44 DEBUG ImageWidget: _render'ing resources/icons/mdlight/home.svg 72 72
12/29/23-15:50:44 DEBUG renderSVG resources/icons/mdlight/home.svg 1.5 48 48 > 72 72 0 0
12/29/23-15:50:44 DEBUG cache image|resources/icons/mdlight/home.svg|72|72false
12/29/23-15:50:44 DEBUG ImageWidget: initial offsets 0 0
12/29/23-15:50:44 DEBUG ImageWidget: _render'ing resources/icons/mdlight/plus.svg 72 72
12/29/23-15:50:44 DEBUG renderSVG resources/icons/mdlight/plus.svg 1.5 48 48 > 72 72 0 0
12/29/23-15:50:44 DEBUG cache image|resources/icons/mdlight/plus.svg|72|72false
12/29/23-15:50:44 DEBUG ImageWidget: initial offsets 0 0
12/29/23-15:50:44 DEBUG ImageWidget: _render'ing resources/icons/mdlight/close.svg 43 43
12/29/23-15:50:44 DEBUG renderSVG resources/icons/mdlight/close.svg 1.7916666666667 24 24 > 43 43 0 0
12/29/23-15:50:44 DEBUG cache image|resources/icons/mdlight/close.svg|43|43false
12/29/23-15:50:44 DEBUG ImageWidget: initial offsets 0 0
12/29/23-15:50:44 DEBUG ImageWidget: _render'ing resources/icons/mdlight/chevron.left.svg 72 72
12/29/23-15:50:44 DEBUG renderSVG resources/icons/mdlight/chevron.left.svg 1.5 48 48 > 72 72 0 0
12/29/23-15:50:44 DEBUG cache image|resources/icons/mdlight/chevron.left.svg|72|72false
12/29/23-15:50:44 DEBUG ImageWidget: initial offsets 0 0
12/29/23-15:50:44 DEBUG ImageWidget: _render'ing resources/icons/mdlight/chevron.right.svg 72 72
12/29/23-15:50:44 DEBUG renderSVG resources/icons/mdlight/chevron.right.svg 1.5 48 48 > 72 72 0 0
12/29/23-15:50:44 DEBUG cache image|resources/icons/mdlight/chevron.right.svg|72|72false
12/29/23-15:50:44 DEBUG ImageWidget: initial offsets 0 0
12/29/23-15:50:44 DEBUG ImageWidget: _render'ing resources/icons/mdlight/chevron.first.svg 72 72
12/29/23-15:50:44 DEBUG renderSVG resources/icons/mdlight/chevron.first.svg 1.5 48 48 > 72 72 0 0
12/29/23-15:50:44 DEBUG cache image|resources/icons/mdlight/chevron.first.svg|72|72false
12/29/23-15:50:44 DEBUG ImageWidget: initial offsets 0 0
12/29/23-15:50:44 DEBUG ImageWidget: _render'ing resources/icons/mdlight/chevron.last.svg 72 72
12/29/23-15:50:44 DEBUG renderSVG resources/icons/mdlight/chevron.last.svg 1.5 48 48 > 72 72 0 0
12/29/23-15:50:44 DEBUG cache image|resources/icons/mdlight/chevron.last.svg|72|72false
12/29/23-15:50:44 DEBUG ImageWidget: initial offsets 0 0
12/29/23-15:50:44 DEBUG ImageWidget: _render'ing resources/icons/mdlight/back.top.svg 72 72
12/29/23-15:50:44 DEBUG renderSVG resources/icons/mdlight/back.top.svg 1.5 48 48 > 72 72 0 0
12/29/23-15:50:44 DEBUG cache image|resources/icons/mdlight/back.top.svg|72|72false
12/29/23-15:50:44 DEBUG ImageWidget: initial offsets 0 0
12/29/23-15:50:44 DEBUG Found font: NotoSans-Regular.ttf in ./fonts/noto/NotoSans-Regular.ttf
12/29/23-15:50:44 DEBUG Found font: DroidSansMono.ttf in ./fonts/droid/DroidSansMono.ttf
12/29/23-15:50:44 DEBUG Found font: NotoSansCJKsc-Regular.otf in ./fonts/noto/NotoSansCJKsc-Regular.otf
12/29/23-15:50:44 DEBUG Found font: NotoSans-Bold.ttf in ./fonts/noto/NotoSans-Bold.ttf
12/29/23-15:50:44 DEBUG _refresh: Enqueued ui update for region 0 0 1072 139 dithering: false
12/29/23-15:50:44 DEBUG setDirty ui from widget table: 0x75d026a8 w/ region 0 0 1072 139 dithering: nil
12/29/23-15:50:44 DEBUG FocusManager: Move focus position to: 1 , 4
12/29/23-15:50:44 DEBUG setDirty via a func from widget table: 0x75d026a8
12/29/23-15:50:44 DEBUG FocusManager: Move focus position to: 1 , 4
12/29/23-15:50:44 DEBUG Getting list of dictionaries
12/29/23-15:50:44 DEBUG found 3 dictionaries
12/29/23-15:50:44 DEBUG LuaData: data is read from ./settings/lookup_history.lua
12/29/23-15:50:44 DEBUG LuaData: data is read from ./settings/wikipedia_history.lua
12/29/23-15:50:44 INFO Loading plugins from directory: plugins
12/29/23-15:50:44 DEBUG Plugin plugins/autofrontlight.koplugin/main.lua has been disabled.
12/29/23-15:50:44 DEBUG Plugin plugins/autostandby.koplugin/main.lua has been disabled.
12/29/23-15:50:44 DEBUG BackgroundRunnerWidget: no job, not running @ 1703861444
12/29/23-15:50:44 DEBUG Plugin plugins/coverimage.koplugin/main.lua has been disabled.
12/29/23-15:50:45 DEBUG Plugin plugins/hello.koplugin/main.lua has been disabled.
12/29/23-15:50:45 DEBUG japanese.koplugin deinflector: loaded inflection table with 36 rules and 569 variants
12/29/23-15:50:45 DEBUG Found font: NotoSans-Regular.ttf in ./fonts/noto/NotoSans-Regular.ttf
12/29/23-15:50:45 DEBUG Found font: NotoSans-Italic.ttf in ./fonts/noto/NotoSans-Italic.ttf
12/29/23-15:50:45 DEBUG FM loaded plugin SSH at plugins/SSH.koplugin
12/29/23-15:50:45 DEBUG FM loaded plugin archiveviewer at plugins/archiveviewer.koplugin
12/29/23-15:50:45 DEBUG FM loaded plugin autodim at plugins/autodim.koplugin
12/29/23-15:50:45 DEBUG AutoSuspend: init
12/29/23-15:50:45 DEBUG AutoSuspend: start suspend/shutdown timer at 7044.383655
12/29/23-15:50:45 DEBUG AutoSuspend: scheduling next suspend check in 900
12/29/23-15:50:45 DEBUG AutoSuspend: scheduling next shutdown check in 259200
12/29/23-15:50:45 DEBUG FM loaded plugin autosuspend at plugins/autosuspend.koplugin
12/29/23-15:50:45 DEBUG AutoWarmth: scheduleMidnightUpdate
12/29/23-15:50:45 DEBUG FM loaded plugin autowarmth at plugins/autowarmth.koplugin
12/29/23-15:50:45 DEBUG FM loaded plugin backgroundrunner at plugins/backgroundrunner.koplugin
12/29/23-15:50:45 DEBUG FM loaded plugin batterystat at plugins/batterystat.koplugin
12/29/23-15:50:45 DEBUG FM loaded plugin bookshortcuts at plugins/bookshortcuts.koplugin
12/29/23-15:50:45 DEBUG FM loaded plugin calibre at plugins/calibre.koplugin
12/29/23-15:50:45 DEBUG CoverBrowser: setting FileManager display mode to: list_image_meta
12/29/23-15:50:45 DEBUG CoverBrowser: setting History display mode to: list_image_meta
12/29/23-15:50:45 DEBUG CoverBrowser: setting Collection display mode to: list_image_meta
12/29/23-15:50:45 DEBUG FM loaded plugin coverbrowser at plugins/coverbrowser.koplugin
12/29/23-15:50:45 DEBUG FM loaded plugin docsettingtweak at plugins/docsettingtweak.koplugin
12/29/23-15:50:45 DEBUG FM loaded plugin exporter at plugins/exporter.koplugin
12/29/23-15:50:45 DEBUG ExternalKeyboard: role device
12/29/23-15:50:45 DEBUG FM loaded plugin externalkeyboard at plugins/externalkeyboard.koplugin
12/29/23-15:50:45 DEBUG FM loaded plugin gestures at plugins/gestures.koplugin
12/29/23-15:50:45 DEBUG language support: registering japanese plugin
12/29/23-15:50:45 DEBUG FM loaded plugin japanese at plugins/japanese.koplugin
12/29/23-15:50:45 DEBUG FM loaded plugin keepalive at plugins/keepalive.koplugin
12/29/23-15:50:45 DEBUG FM loaded plugin movetoarchive at plugins/movetoarchive.koplugin
12/29/23-15:50:45 DEBUG FM loaded plugin newsdownloader at plugins/newsdownloader.koplugin
12/29/23-15:50:45 DEBUG FM loaded plugin opds at plugins/opds.koplugin
12/29/23-15:50:45 DEBUG FM loaded plugin patch_management at plugins/patchmanagement.koplugin
12/29/23-15:50:45 DEBUG FM loaded plugin perceptionexpander at plugins/perceptionexpander.koplugin
12/29/23-15:50:45 DEBUG FM loaded plugin profiles at plugins/profiles.koplugin
12/29/23-15:50:45 DEBUG FM loaded plugin qrclipboard at plugins/qrclipboard.koplugin
12/29/23-15:50:45 DEBUG FM loaded plugin readtimer at plugins/readtimer.koplugin
12/29/23-15:50:45 DEBUG FM loaded plugin statistics at plugins/statistics.koplugin
12/29/23-15:50:45 DEBUG FM loaded plugin systemstat at plugins/systemstat.koplugin
12/29/23-15:50:45 DEBUG FM loaded plugin terminal at plugins/terminal.koplugin
12/29/23-15:50:45 DEBUG FM loaded plugin texteditor at plugins/texteditor.koplugin
12/29/23-15:50:45 DEBUG FM loaded plugin timesync at plugins/timesync.koplugin
12/29/23-15:50:45 DEBUG FM loaded plugin vocabbuilder at plugins/vocabbuilder.koplugin
12/29/23-15:50:45 DEBUG FM loaded plugin wallabag at plugins/wallabag.koplugin
12/29/23-15:50:45 DEBUG Spinning up new FileManager instance table: 0x75d026a8
12/29/23-15:50:45 DEBUG show widget: table: 0x75d026a8
12/29/23-15:50:45 DEBUG setDirty nil from widget table: 0x75d026a8 w/ NO region; dithering: nil
12/29/23-15:50:45 DEBUG ImageWidget: _render'ing resources/icons/mdlight/appbar.menu.svg 43 43
12/29/23-15:50:45 DEBUG renderSVG resources/icons/mdlight/appbar.menu.svg 0.89583333333333 48 48 > 43 43 0 0
12/29/23-15:50:45 DEBUG cache image|resources/icons/mdlight/appbar.menu.svg|43|43false
12/29/23-15:50:45 DEBUG ImageWidget: initial offsets 0 0
12/29/23-15:50:45 DEBUG ImageWidget: _render'ing resources/icons/mdlight/close.svg 43 43
12/29/23-15:50:45 DEBUG ImageWidget: initial offsets 0 0
12/29/23-15:50:45 DEBUG ImageWidget: _render'ing resources/icons/mdlight/chevron.left.svg 72 72
12/29/23-15:50:45 DEBUG ImageWidget: initial offsets 0 0
12/29/23-15:50:45 DEBUG ImageWidget: _render'ing resources/icons/mdlight/chevron.right.svg 72 72
12/29/23-15:50:45 DEBUG ImageWidget: initial offsets 0 0
12/29/23-15:50:45 DEBUG ImageWidget: _render'ing resources/icons/mdlight/chevron.first.svg 72 72
12/29/23-15:50:45 DEBUG ImageWidget: initial offsets 0 0
12/29/23-15:50:45 DEBUG ImageWidget: _render'ing resources/icons/mdlight/chevron.last.svg 72 72
12/29/23-15:50:45 DEBUG ImageWidget: initial offsets 0 0
12/29/23-15:50:45 DEBUG ImageWidget: _render'ing resources/icons/mdlight/back.top.svg 72 72
12/29/23-15:50:45 DEBUG ImageWidget: initial offsets 0 0
12/29/23-15:50:45 DEBUG FocusManager: Move focus position to: 1 , 2
12/29/23-15:50:45 DEBUG setDirty via a func from widget table: 0x74bb6db0
12/29/23-15:50:45 DEBUG _refresh: Enqueued ui update for region 0 0 1072 139 dithering: false
12/29/23-15:50:45 DEBUG setDirty ui from widget table: 0x74bb6db0 w/ region 0 0 1072 88 dithering: nil
12/29/23-15:50:45 DEBUG ImageWidget: _render'ing data nil nil
12/29/23-15:50:45 DEBUG ImageWidget: scaling by 1.035175879397
12/29/23-15:50:45 DEBUG RenderImage:scaleBlitBuffer: scaling
12/29/23-15:50:45 DEBUG DocSettings: data is read from /mnt/onboard/Harry Potter en de Steen der Wijzen - J. K. Rowling (35).sdr/metadata.epub.lua
12/29/23-15:50:45 DEBUG Found font: NotoSansCJKsc-Regular.otf in ./fonts/noto/NotoSansCJKsc-Regular.otf
12/29/23-15:50:45 DEBUG Found font: NotoSansCJKsc-Regular.otf in ./fonts/noto/NotoSansCJKsc-Regular.otf
12/29/23-15:50:45 DEBUG setDirty via a func from widget table: 0x74bb6db0
12/29/23-15:50:45 DEBUG FocusManager: Move focus position to: 1 , 3
12/29/23-15:50:45 DEBUG show widget: table: 0x74bb6db0
12/29/23-15:50:45 DEBUG update_dither: Update dither hint false to true
12/29/23-15:50:45 DEBUG _refresh: Enqueued ui update for region 0 0 1072 1448 dithering: true
12/29/23-15:50:45 DEBUG setDirty nil from widget table: 0x74bb6db0 w/ NO region; dithering: true
12/29/23-15:50:45 DEBUG AutoSuspend: onNetworkConnected
12/29/23-15:50:45 DEBUG NetworkListener: onNetworkConnected
12/29/23-15:50:45 DEBUG Found font: DroidSansMono.ttf in ./fonts/droid/DroidSansMono.ttf
12/29/23-15:50:45 DEBUG Found font: NotoSansArabicUI-Bold.ttf in ./fonts/noto/NotoSansArabicUI-Bold.ttf
12/29/23-15:50:45 DEBUG ImageWidget: _render'ing data nil nil
12/29/23-15:50:45 DEBUG ImageWidget: scaling by 0.52094240837696
12/29/23-15:50:45 DEBUG RenderImage:scaleBlitBuffer: scaling
12/29/23-15:50:45 DEBUG ImageWidget: _render'ing data nil nil
12/29/23-15:50:45 DEBUG ImageWidget: scaling by 0.52094240837696
12/29/23-15:50:45 DEBUG RenderImage:scaleBlitBuffer: scaling
12/29/23-15:50:45 DEBUG ImageWidget: _render'ing data nil nil
12/29/23-15:50:45 DEBUG ImageWidget: scaling by 0.52094240837696
12/29/23-15:50:45 DEBUG RenderImage:scaleBlitBuffer: scaling
12/29/23-15:50:45 DEBUG ImageWidget: _render'ing data nil nil
12/29/23-15:50:45 DEBUG ImageWidget: scaling by 0.52094240837696
12/29/23-15:50:45 DEBUG RenderImage:scaleBlitBuffer: scaling
12/29/23-15:50:45 DEBUG ImageWidget: _render'ing data nil nil
12/29/23-15:50:45 DEBUG ImageWidget: scaling by 0.52094240837696
12/29/23-15:50:45 DEBUG RenderImage:scaleBlitBuffer: scaling
12/29/23-15:50:45 DEBUG _refresh: Enqueued ui update for region 0 0 1072 1448 dithering: true
12/29/23-15:50:45 DEBUG setDirty ui from widget table: 0x75d026a8 w/ region 0 0 1072 139 dithering: nil
12/29/23-15:50:45 DEBUG setDirty via a func from widget table: 0x75d026a8
12/29/23-15:50:45 DEBUG FocusManager: Move focus position to: 1 , 4
12/29/23-15:50:45 DEBUG _refresh: Enqueued ui update for region 0 0 1072 1448 dithering: true
12/29/23-15:50:45 DEBUG setDirty ui from widget nil w/ region 0 0 1072 139 dithering: nil
12/29/23-15:50:45 DEBUG not painting 1 covered widget(s)
12/29/23-15:50:45 DEBUG painting widget: table: 0x74bb6db0
12/29/23-15:50:45 DEBUG blitFrom 20 20 0 0 43 43
12/29/23-15:50:45 DEBUG blitFrom 1009 20 0 0 43 43
12/29/23-15:50:45 DEBUG blitFrom 34 91 0 0 140 206
12/29/23-15:50:45 DEBUG blitFrom 166 1372 0 0 72 72
12/29/23-15:50:45 DEBUG blitFrom 304 1372 0 0 72 72
12/29/23-15:50:45 DEBUG Found font: NotoSansCJKsc-Regular.otf in ./fonts/noto/NotoSansCJKsc-Regular.otf
12/29/23-15:50:45 DEBUG blitFrom 695 1372 0 0 72 72
12/29/23-15:50:45 DEBUG blitFrom 833 1372 0 0 72 72
12/29/23-15:50:45 DEBUG _repaint: it was dithered, infecting the refresh queue
12/29/23-15:50:45 DEBUG _refresh: Enqueued ui update for region 0 0 1072 1448 dithering: true
12/29/23-15:50:45 DEBUG _refresh: Enqueued ui update for region 0 0 1072 1448 dithering: true
12/29/23-15:50:45 DEBUG _refresh: Enqueued ui update for region 0 0 1072 1448 dithering: true
12/29/23-15:50:45 DEBUG _refresh: Enqueued ui update for region 0 0 1072 1448 dithering: true
12/29/23-15:50:45 DEBUG triggering refresh {
dither = true,
mode = "ui",
region = "1072x1448+0+0"
} --[[table: 0x74b3a048]]
12/29/23-15:50:45 DEBUG refresh: ui-mode 0 0 1072 1448 true
12/29/23-15:50:45 DEBUG mxc_update: 1072x1448 region @ (0, 0) with marker 1 (WFM: 257 & UPD: 0)
12/29/23-15:50:45 DEBUG not painting 1 covered widget(s)
12/29/23-15:50:52 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1333, time: 1703861452.051603
12/29/23-15:50:52 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861452.051603
12/29/23-15:50:52 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861452.051603
12/29/23-15:50:52 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 53, time: 1703861452.051603
12/29/23-15:50:52 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 495, time: 1703861452.051603
12/29/23-15:50:52 DEBUG key event => code: 330 (BTN_TOUCH), value: 1, time: 1703861452.051603
12/29/23-15:50:52 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861452.051603
12/29/23-15:50:52 DEBUG GestureDetector:probeClockSource: Touch event timestamps appear to use CLOCK_REALTIME
12/29/23-15:50:52 DEBUG slot 0 in tap state...
12/29/23-15:50:52 DEBUG set up hold timer
12/29/23-15:50:52 DEBUG AutoSuspend: onInputEvent
12/29/23-15:50:52 DEBUG not painting 1 covered widget(s)
12/29/23-15:50:52 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1333, time: 1703861452.063097
12/29/23-15:50:52 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861452.063097
12/29/23-15:50:52 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861452.063097
12/29/23-15:50:52 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 53, time: 1703861452.063097
12/29/23-15:50:52 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 495, time: 1703861452.063097
12/29/23-15:50:52 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861452.063097
12/29/23-15:50:52 DEBUG slot 0 in tap state...
12/29/23-15:50:52 DEBUG not painting 1 covered widget(s)
12/29/23-15:50:52 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1333, time: 1703861452.074608
12/29/23-15:50:52 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 35, time: 1703861452.074608
12/29/23-15:50:52 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861452.074608
12/29/23-15:50:52 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 53, time: 1703861452.074608
12/29/23-15:50:52 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 495, time: 1703861452.074608
12/29/23-15:50:52 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861452.074608
12/29/23-15:50:52 DEBUG slot 0 in tap state...
12/29/23-15:50:52 DEBUG not painting 1 covered widget(s)
12/29/23-15:50:52 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1333, time: 1703861452.084599
12/29/23-15:50:52 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 36, time: 1703861452.084599
12/29/23-15:50:52 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861452.084599
12/29/23-15:50:52 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 53, time: 1703861452.084599
12/29/23-15:50:52 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 495, time: 1703861452.084599
12/29/23-15:50:52 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861452.084599
12/29/23-15:50:52 DEBUG slot 0 in tap state...
12/29/23-15:50:52 DEBUG not painting 1 covered widget(s)
12/29/23-15:50:52 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1333, time: 1703861452.096137
12/29/23-15:50:52 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 37, time: 1703861452.096137
12/29/23-15:50:52 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861452.096137
12/29/23-15:50:52 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 53, time: 1703861452.096137
12/29/23-15:50:52 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 495, time: 1703861452.096137
12/29/23-15:50:52 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861452.096137
12/29/23-15:50:52 DEBUG slot 0 in tap state...
12/29/23-15:50:52 DEBUG not painting 1 covered widget(s)
12/29/23-15:50:52 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1333, time: 1703861452.107272
12/29/23-15:50:52 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 38, time: 1703861452.107272
12/29/23-15:50:52 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861452.107272
12/29/23-15:50:52 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 53, time: 1703861452.107272
12/29/23-15:50:52 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 495, time: 1703861452.107272
12/29/23-15:50:52 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861452.107272
12/29/23-15:50:52 DEBUG slot 0 in tap state...
12/29/23-15:50:52 DEBUG not painting 1 covered widget(s)
12/29/23-15:50:52 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1333, time: 1703861452.119362
12/29/23-15:50:52 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 38, time: 1703861452.119362
12/29/23-15:50:52 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861452.119362
12/29/23-15:50:52 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 53, time: 1703861452.119362
12/29/23-15:50:52 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 495, time: 1703861452.119362
12/29/23-15:50:52 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861452.119362
12/29/23-15:50:52 DEBUG slot 0 in tap state...
12/29/23-15:50:52 DEBUG not painting 1 covered widget(s)
12/29/23-15:50:52 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: -1, time: 1703861452.130563
12/29/23-15:50:52 DEBUG key event => code: 330 (BTN_TOUCH), value: 0, time: 1703861452.130563
12/29/23-15:50:52 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861452.130563
12/29/23-15:50:52 DEBUG slot 0 in tap state...
12/29/23-15:50:52 DEBUG Contact:handleDoubleTap: single tap detected @ 576 53
12/29/23-15:50:52 DEBUG AutoSuspend: onInputEvent
12/29/23-15:50:52 DEBUG not painting 1 covered widget(s)
12/29/23-15:50:53 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1334, time: 1703861453.411232
12/29/23-15:50:53 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 69, time: 1703861453.411232
12/29/23-15:50:53 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861453.411232
12/29/23-15:50:53 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 71, time: 1703861453.411232
12/29/23-15:50:53 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 491, time: 1703861453.411232
12/29/23-15:50:53 DEBUG key event => code: 330 (BTN_TOUCH), value: 1, time: 1703861453.411232
12/29/23-15:50:53 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861453.411232
12/29/23-15:50:53 DEBUG slot 0 in tap state...
12/29/23-15:50:53 DEBUG set up hold timer
12/29/23-15:50:53 DEBUG AutoSuspend: onInputEvent
12/29/23-15:50:53 DEBUG not painting 1 covered widget(s)
12/29/23-15:50:53 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1334, time: 1703861453.422654
12/29/23-15:50:53 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 69, time: 1703861453.422654
12/29/23-15:50:53 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861453.422654
12/29/23-15:50:53 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 71, time: 1703861453.422654
12/29/23-15:50:53 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 491, time: 1703861453.422654
12/29/23-15:50:53 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861453.422654
12/29/23-15:50:53 DEBUG slot 0 in tap state...
12/29/23-15:50:53 DEBUG not painting 1 covered widget(s)
12/29/23-15:50:53 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1334, time: 1703861453.434139
12/29/23-15:50:53 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 70, time: 1703861453.434139
12/29/23-15:50:53 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861453.434139
12/29/23-15:50:53 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 71, time: 1703861453.434139
12/29/23-15:50:53 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 491, time: 1703861453.434139
12/29/23-15:50:53 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861453.434139
12/29/23-15:50:53 DEBUG slot 0 in tap state...
12/29/23-15:50:53 DEBUG not painting 1 covered widget(s)
12/29/23-15:50:53 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1334, time: 1703861453.443368
12/29/23-15:50:53 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 71, time: 1703861453.443368
12/29/23-15:50:53 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861453.443368
12/29/23-15:50:53 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 71, time: 1703861453.443368
12/29/23-15:50:53 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 491, time: 1703861453.443368
12/29/23-15:50:53 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861453.443368
12/29/23-15:50:53 DEBUG slot 0 in tap state...
12/29/23-15:50:53 DEBUG not painting 1 covered widget(s)
12/29/23-15:50:53 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1334, time: 1703861453.454859
12/29/23-15:50:53 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 72, time: 1703861453.454859
12/29/23-15:50:53 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861453.454859
12/29/23-15:50:53 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 71, time: 1703861453.454859
12/29/23-15:50:53 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 491, time: 1703861453.454859
12/29/23-15:50:53 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861453.454859
12/29/23-15:50:53 DEBUG slot 0 in tap state...
12/29/23-15:50:53 DEBUG not painting 1 covered widget(s)
12/29/23-15:50:53 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1334, time: 1703861453.466446
12/29/23-15:50:53 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 73, time: 1703861453.466446
12/29/23-15:50:53 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861453.466446
12/29/23-15:50:53 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 71, time: 1703861453.466446
12/29/23-15:50:53 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 491, time: 1703861453.466446
12/29/23-15:50:53 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861453.466446
12/29/23-15:50:53 DEBUG slot 0 in tap state...
12/29/23-15:50:53 DEBUG not painting 1 covered widget(s)
12/29/23-15:50:53 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1334, time: 1703861453.478047
12/29/23-15:50:53 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 74, time: 1703861453.478047
12/29/23-15:50:53 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861453.478047
12/29/23-15:50:53 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 71, time: 1703861453.478047
12/29/23-15:50:53 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 491, time: 1703861453.478047
12/29/23-15:50:53 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861453.478047
12/29/23-15:50:53 DEBUG slot 0 in tap state...
12/29/23-15:50:53 DEBUG not painting 1 covered widget(s)
12/29/23-15:50:53 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1334, time: 1703861453.489632
12/29/23-15:50:53 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 74, time: 1703861453.489632
12/29/23-15:50:53 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861453.489632
12/29/23-15:50:53 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 71, time: 1703861453.489632
12/29/23-15:50:53 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 491, time: 1703861453.489632
12/29/23-15:50:53 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861453.489632
12/29/23-15:50:53 DEBUG slot 0 in tap state...
12/29/23-15:50:53 DEBUG not painting 1 covered widget(s)
12/29/23-15:50:53 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: -1, time: 1703861453.500864
12/29/23-15:50:53 DEBUG key event => code: 330 (BTN_TOUCH), value: 0, time: 1703861453.500864
12/29/23-15:50:53 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861453.500864
12/29/23-15:50:53 DEBUG slot 0 in tap state...
12/29/23-15:50:53 DEBUG Contact:handleDoubleTap: single tap detected @ 580 71
12/29/23-15:50:53 DEBUG AutoSuspend: onInputEvent
12/29/23-15:50:53 DEBUG not painting 1 covered widget(s)
12/29/23-15:50:55 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1335, time: 1703861455.013080
12/29/23-15:50:55 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 85, time: 1703861455.013080
12/29/23-15:50:55 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861455.013080
12/29/23-15:50:55 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 80, time: 1703861455.013080
12/29/23-15:50:55 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 491, time: 1703861455.013080
12/29/23-15:50:55 DEBUG key event => code: 330 (BTN_TOUCH), value: 1, time: 1703861455.013080
12/29/23-15:50:55 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861455.013080
12/29/23-15:50:55 DEBUG slot 0 in tap state...
12/29/23-15:50:55 DEBUG set up hold timer
12/29/23-15:50:55 DEBUG AutoSuspend: onInputEvent
12/29/23-15:50:55 DEBUG not painting 1 covered widget(s)
12/29/23-15:50:55 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1335, time: 1703861455.024330
12/29/23-15:50:55 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 85, time: 1703861455.024330
12/29/23-15:50:55 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861455.024330
12/29/23-15:50:55 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 80, time: 1703861455.024330
12/29/23-15:50:55 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 491, time: 1703861455.024330
12/29/23-15:50:55 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861455.024330
12/29/23-15:50:55 DEBUG slot 0 in tap state...
12/29/23-15:50:55 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1335, time: 1703861455.036238
12/29/23-15:50:55 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 85, time: 1703861455.036238
12/29/23-15:50:55 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861455.036238
12/29/23-15:50:55 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 80, time: 1703861455.036238
12/29/23-15:50:55 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 491, time: 1703861455.036238
12/29/23-15:50:55 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861455.036238
12/29/23-15:50:55 DEBUG slot 0 in tap state...
12/29/23-15:50:55 DEBUG not painting 1 covered widget(s)
12/29/23-15:50:55 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1335, time: 1703861455.045158
12/29/23-15:50:55 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 85, time: 1703861455.045158
12/29/23-15:50:55 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861455.045158
12/29/23-15:50:55 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 80, time: 1703861455.045158
12/29/23-15:50:55 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 491, time: 1703861455.045158
12/29/23-15:50:55 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861455.045158
12/29/23-15:50:55 DEBUG slot 0 in tap state...
12/29/23-15:50:55 DEBUG not painting 1 covered widget(s)
12/29/23-15:50:55 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1335, time: 1703861455.056485
12/29/23-15:50:55 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 85, time: 1703861455.056485
12/29/23-15:50:55 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861455.056485
12/29/23-15:50:55 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 80, time: 1703861455.056485
12/29/23-15:50:55 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 491, time: 1703861455.056485
12/29/23-15:50:55 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861455.056485
12/29/23-15:50:55 DEBUG slot 0 in tap state...
12/29/23-15:50:55 DEBUG not painting 1 covered widget(s)
12/29/23-15:50:55 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1335, time: 1703861455.067960
12/29/23-15:50:55 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 85, time: 1703861455.067960
12/29/23-15:50:55 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861455.067960
12/29/23-15:50:55 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 80, time: 1703861455.067960
12/29/23-15:50:55 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 491, time: 1703861455.067960
12/29/23-15:50:55 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861455.067960
12/29/23-15:50:55 DEBUG slot 0 in tap state...
12/29/23-15:50:55 DEBUG not painting 1 covered widget(s)
12/29/23-15:50:55 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: -1, time: 1703861455.078918
12/29/23-15:50:55 DEBUG key event => code: 330 (BTN_TOUCH), value: 0, time: 1703861455.078918
12/29/23-15:50:55 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861455.078918
12/29/23-15:50:55 DEBUG slot 0 in tap state...
12/29/23-15:50:55 DEBUG Contact:handleDoubleTap: single tap detected @ 580 80
12/29/23-15:50:55 DEBUG AutoSuspend: onInputEvent
12/29/23-15:50:55 DEBUG not painting 1 covered widget(s)
12/29/23-15:50:58 DEBUG key event => code: 10011 (UsbPlugOut), value: 1, time: 0.000000
12/29/23-15:50:58 DEBUG AutoSuspend: onInputEvent
12/29/23-15:50:58 DEBUG AutoSuspend: onNotCharging
12/29/23-15:50:58 DEBUG AutoSuspend: unschedule suspend/shutdown timer
12/29/23-15:50:58 DEBUG AutoSuspend: start suspend/shutdown timer at 7055.656673
12/29/23-15:50:58 DEBUG AutoSuspend: scheduling next suspend check in 900
12/29/23-15:50:58 DEBUG AutoSuspend: scheduling next shutdown check in 259200
12/29/23-15:50:58 DEBUG not painting 1 covered widget(s)
12/29/23-15:51:00 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1336, time: 1703861460.357129
12/29/23-15:51:00 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 25, time: 1703861460.357129
12/29/23-15:51:00 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861460.357129
12/29/23-15:51:00 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 76, time: 1703861460.357129
12/29/23-15:51:00 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 519, time: 1703861460.357129
12/29/23-15:51:00 DEBUG key event => code: 330 (BTN_TOUCH), value: 1, time: 1703861460.357129
12/29/23-15:51:00 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861460.357129
12/29/23-15:51:00 DEBUG slot 0 in tap state...
12/29/23-15:51:00 DEBUG set up hold timer
12/29/23-15:51:00 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:00 DEBUG not painting 1 covered widget(s)
12/29/23-15:51:00 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1336, time: 1703861460.368150
12/29/23-15:51:00 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 26, time: 1703861460.368150
12/29/23-15:51:00 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861460.368150
12/29/23-15:51:00 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 76, time: 1703861460.368150
12/29/23-15:51:00 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 519, time: 1703861460.368150
12/29/23-15:51:00 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861460.368150
12/29/23-15:51:00 DEBUG slot 0 in tap state...
12/29/23-15:51:00 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1336, time: 1703861460.379201
12/29/23-15:51:00 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 27, time: 1703861460.379201
12/29/23-15:51:00 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861460.379201
12/29/23-15:51:00 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 76, time: 1703861460.379201
12/29/23-15:51:00 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 519, time: 1703861460.379201
12/29/23-15:51:00 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861460.379201
12/29/23-15:51:00 DEBUG slot 0 in tap state...
12/29/23-15:51:00 DEBUG not painting 1 covered widget(s)
12/29/23-15:51:00 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1336, time: 1703861460.390067
12/29/23-15:51:00 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 28, time: 1703861460.390067
12/29/23-15:51:00 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861460.390067
12/29/23-15:51:00 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 76, time: 1703861460.390067
12/29/23-15:51:00 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 519, time: 1703861460.390067
12/29/23-15:51:00 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861460.390067
12/29/23-15:51:00 DEBUG slot 0 in tap state...
12/29/23-15:51:00 DEBUG not painting 1 covered widget(s)
12/29/23-15:51:00 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1336, time: 1703861460.401588
12/29/23-15:51:00 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 29, time: 1703861460.401588
12/29/23-15:51:00 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861460.401588
12/29/23-15:51:00 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 76, time: 1703861460.401588
12/29/23-15:51:00 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 519, time: 1703861460.401588
12/29/23-15:51:00 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861460.401588
12/29/23-15:51:00 DEBUG slot 0 in tap state...
12/29/23-15:51:00 DEBUG not painting 1 covered widget(s)
12/29/23-15:51:00 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1336, time: 1703861460.413280
12/29/23-15:51:00 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 30, time: 1703861460.413280
12/29/23-15:51:00 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861460.413280
12/29/23-15:51:00 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 76, time: 1703861460.413280
12/29/23-15:51:00 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 519, time: 1703861460.413280
12/29/23-15:51:00 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861460.413280
12/29/23-15:51:00 DEBUG slot 0 in tap state...
12/29/23-15:51:00 DEBUG not painting 1 covered widget(s)
12/29/23-15:51:00 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1336, time: 1703861460.424314
12/29/23-15:51:00 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 31, time: 1703861460.424314
12/29/23-15:51:00 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861460.424314
12/29/23-15:51:00 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 76, time: 1703861460.424314
12/29/23-15:51:00 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 519, time: 1703861460.424314
12/29/23-15:51:00 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861460.424314
12/29/23-15:51:00 DEBUG slot 0 in tap state...
12/29/23-15:51:00 DEBUG not painting 1 covered widget(s)
12/29/23-15:51:00 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1336, time: 1703861460.436560
12/29/23-15:51:00 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 32, time: 1703861460.436560
12/29/23-15:51:00 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861460.436560
12/29/23-15:51:00 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 76, time: 1703861460.436560
12/29/23-15:51:00 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 519, time: 1703861460.436560
12/29/23-15:51:00 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861460.436560
12/29/23-15:51:00 DEBUG slot 0 in tap state...
12/29/23-15:51:00 DEBUG not painting 1 covered widget(s)
12/29/23-15:51:00 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: -1, time: 1703861460.447746
12/29/23-15:51:00 DEBUG key event => code: 330 (BTN_TOUCH), value: 0, time: 1703861460.447746
12/29/23-15:51:00 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861460.447746
12/29/23-15:51:00 DEBUG slot 0 in tap state...
12/29/23-15:51:00 DEBUG Contact:handleDoubleTap: single tap detected @ 552 76
12/29/23-15:51:00 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:00 DEBUG not painting 1 covered widget(s)
12/29/23-15:51:01 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1337, time: 1703861461.938604
12/29/23-15:51:01 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 28, time: 1703861461.938604
12/29/23-15:51:01 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861461.938604
12/29/23-15:51:01 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1413, time: 1703861461.938604
12/29/23-15:51:01 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 311, time: 1703861461.938604
12/29/23-15:51:01 DEBUG key event => code: 330 (BTN_TOUCH), value: 1, time: 1703861461.938604
12/29/23-15:51:01 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861461.938604
12/29/23-15:51:01 DEBUG slot 0 in tap state...
12/29/23-15:51:01 DEBUG set up hold timer
12/29/23-15:51:01 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:01 DEBUG not painting 1 covered widget(s)
12/29/23-15:51:01 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1337, time: 1703861461.950528
12/29/23-15:51:01 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 28, time: 1703861461.950528
12/29/23-15:51:01 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861461.950528
12/29/23-15:51:01 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1413, time: 1703861461.950528
12/29/23-15:51:01 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 311, time: 1703861461.950528
12/29/23-15:51:01 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861461.950528
12/29/23-15:51:01 DEBUG slot 0 in tap state...
12/29/23-15:51:01 DEBUG not painting 1 covered widget(s)
12/29/23-15:51:01 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1337, time: 1703861461.963091
12/29/23-15:51:01 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 28, time: 1703861461.963091
12/29/23-15:51:01 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861461.963091
12/29/23-15:51:01 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1413, time: 1703861461.963091
12/29/23-15:51:01 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 311, time: 1703861461.963091
12/29/23-15:51:01 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861461.963091
12/29/23-15:51:01 DEBUG slot 0 in tap state...
12/29/23-15:51:01 DEBUG not painting 1 covered widget(s)
12/29/23-15:51:01 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1337, time: 1703861461.974688
12/29/23-15:51:01 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 28, time: 1703861461.974688
12/29/23-15:51:01 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861461.974688
12/29/23-15:51:01 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1413, time: 1703861461.974688
12/29/23-15:51:01 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 311, time: 1703861461.974688
12/29/23-15:51:01 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861461.974688
12/29/23-15:51:01 DEBUG slot 0 in tap state...
12/29/23-15:51:01 DEBUG not painting 1 covered widget(s)
12/29/23-15:51:01 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1337, time: 1703861461.986145
12/29/23-15:51:01 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 28, time: 1703861461.986145
12/29/23-15:51:01 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861461.986145
12/29/23-15:51:01 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1413, time: 1703861461.986145
12/29/23-15:51:01 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 311, time: 1703861461.986145
12/29/23-15:51:01 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861461.986145
12/29/23-15:51:01 DEBUG slot 0 in tap state...
12/29/23-15:51:01 DEBUG not painting 1 covered widget(s)
12/29/23-15:51:01 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1337, time: 1703861461.998243
12/29/23-15:51:01 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 28, time: 1703861461.998243
12/29/23-15:51:01 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861461.998243
12/29/23-15:51:02 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1413, time: 1703861461.998243
12/29/23-15:51:02 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 311, time: 1703861461.998243
12/29/23-15:51:02 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861461.998243
12/29/23-15:51:02 DEBUG slot 0 in tap state...
12/29/23-15:51:02 DEBUG not painting 1 covered widget(s)
12/29/23-15:51:02 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1337, time: 1703861462.009337
12/29/23-15:51:02 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 28, time: 1703861462.009337
12/29/23-15:51:02 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861462.009337
12/29/23-15:51:02 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1413, time: 1703861462.009337
12/29/23-15:51:02 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 311, time: 1703861462.009337
12/29/23-15:51:02 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861462.009337
12/29/23-15:51:02 DEBUG slot 0 in tap state...
12/29/23-15:51:02 DEBUG not painting 1 covered widget(s)
12/29/23-15:51:02 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1337, time: 1703861462.020857
12/29/23-15:51:02 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 28, time: 1703861462.020857
12/29/23-15:51:02 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861462.020857
12/29/23-15:51:02 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1413, time: 1703861462.020857
12/29/23-15:51:02 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 311, time: 1703861462.020857
12/29/23-15:51:02 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861462.020857
12/29/23-15:51:02 DEBUG slot 0 in tap state...
12/29/23-15:51:02 DEBUG Kobo: Turning the charging LED off
12/29/23-15:51:02 DEBUG not painting 1 covered widget(s)
12/29/23-15:51:02 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1337, time: 1703861462.032211
12/29/23-15:51:02 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 28, time: 1703861462.032211
12/29/23-15:51:02 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861462.032211
12/29/23-15:51:02 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1413, time: 1703861462.032211
12/29/23-15:51:02 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 311, time: 1703861462.032211
12/29/23-15:51:02 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861462.032211
12/29/23-15:51:02 DEBUG slot 0 in tap state...
12/29/23-15:51:02 DEBUG not painting 1 covered widget(s)
12/29/23-15:51:02 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1337, time: 1703861462.043495
12/29/23-15:51:02 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 28, time: 1703861462.043495
12/29/23-15:51:02 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861462.043495
12/29/23-15:51:02 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1413, time: 1703861462.043495
12/29/23-15:51:02 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 311, time: 1703861462.043495
12/29/23-15:51:02 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861462.043495
12/29/23-15:51:02 DEBUG slot 0 in tap state...
12/29/23-15:51:02 DEBUG not painting 1 covered widget(s)
12/29/23-15:51:02 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1337, time: 1703861462.054921
12/29/23-15:51:02 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 28, time: 1703861462.054921
12/29/23-15:51:02 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861462.054921
12/29/23-15:51:02 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1413, time: 1703861462.054921
12/29/23-15:51:02 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 311, time: 1703861462.054921
12/29/23-15:51:02 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861462.054921
12/29/23-15:51:02 DEBUG slot 0 in tap state...
12/29/23-15:51:02 DEBUG not painting 1 covered widget(s)
12/29/23-15:51:02 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1337, time: 1703861462.067667
12/29/23-15:51:02 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 28, time: 1703861462.067667
12/29/23-15:51:02 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861462.067667
12/29/23-15:51:02 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1413, time: 1703861462.067667
12/29/23-15:51:02 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 311, time: 1703861462.067667
12/29/23-15:51:02 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861462.067667
12/29/23-15:51:02 DEBUG slot 0 in tap state...
12/29/23-15:51:02 DEBUG not painting 1 covered widget(s)
12/29/23-15:51:02 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: -1, time: 1703861462.078594
12/29/23-15:51:02 DEBUG key event => code: 330 (BTN_TOUCH), value: 0, time: 1703861462.078594
12/29/23-15:51:02 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861462.078594
12/29/23-15:51:02 DEBUG slot 0 in tap state...
12/29/23-15:51:02 DEBUG Contact:handleDoubleTap: single tap detected @ 760 1413
12/29/23-15:51:02 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:02 DEBUG not painting 1 covered widget(s)
12/29/23-15:51:22 DEBUG key event => code: 116 (Power), value: 1, time: 1703861482.785517
12/29/23-15:51:22 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861482.785517
12/29/23-15:51:22 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:22 DEBUG not painting 1 covered widget(s)
12/29/23-15:51:22 DEBUG key event => code: 116 (Power), value: 0, time: 1703861482.975522
12/29/23-15:51:22 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861482.975522
12/29/23-15:51:22 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:22 DEBUG Suspending...
12/29/23-15:51:22 DEBUG Sleep cover is open
12/29/23-15:51:23 DEBUG DocSettings: data is read from /mnt/onboard/Harry Potter en de Steen der Wijzen - J. K. Rowling (35).sdr/metadata.epub.lua
12/29/23-15:51:23 DEBUG DocSettings: data is read from /mnt/onboard/Harry Potter en de Steen der Wijzen - J. K. Rowling (35).sdr/metadata.epub.lua
12/29/23-15:51:23 DEBUG CreDocument: using cre call cache
12/29/23-15:51:23 DEBUG CreDocument: loading document...
12/29/23-15:51:23 DEBUG CreDocument: set font face Noto Serif
12/29/23-15:51:23 DEBUG CreDocument: loading done.
12/29/23-15:51:23 DEBUG renderImageData: using MuPDF
12/29/23-15:51:23 DEBUG Mupdf.renderImage true cdata<struct BlitBufferRGB24>: 0x74be93e0
12/29/23-15:51:23 DEBUG refresh: full nil nil nil nil nil
12/29/23-15:51:23 DEBUG refresh: wait for completion of (previous) marker 1
12/29/23-15:51:23 DEBUG mxc_update: 1072x1448 region @ (0, 0) with marker 2 (WFM: 2 & UPD: 1)
12/29/23-15:51:23 DEBUG refresh: wait for completion of marker 2
12/29/23-15:51:24 DEBUG ImageWidget: _render'ing resources/icons/mdlight/notice-info.svg 72 72
12/29/23-15:51:24 DEBUG renderSVG resources/icons/mdlight/notice-info.svg 1.5 48 48 > 72 72 0 0
12/29/23-15:51:24 DEBUG cache image|resources/icons/mdlight/notice-info.svg|72|72true
12/29/23-15:51:24 DEBUG ImageWidget: initial offsets 0 0
12/29/23-15:51:24 DEBUG ImageWidget: _render'ing data 1072 1448
12/29/23-15:51:24 DEBUG ImageWidget: scale to fit, setting scale_factor to 1.8805194805195
12/29/23-15:51:24 DEBUG ImageWidget: scaling by 1.8805194805195
12/29/23-15:51:24 DEBUG RenderImage:scaleBlitBuffer: scaling
12/29/23-15:51:24 DEBUG ImageWidget: initial offsets -45 0
12/29/23-15:51:24 DEBUG show widget: ScreenSaver
12/29/23-15:51:24 DEBUG _refresh: Enqueued full update for region 0 0 1072 1448 dithering: true
12/29/23-15:51:24 DEBUG setDirty full from widget ScreenSaver w/ NO region; dithering: true
12/29/23-15:51:24 DEBUG setDirty via a func from widget table: 0x74be9598
12/29/23-15:51:24 DEBUG not painting 2 covered widget(s)
12/29/23-15:51:24 DEBUG painting widget: ScreenSaver
12/29/23-15:51:24 DEBUG blitFrom 0 0 -45 0 1072 1448
12/29/23-15:51:24 DEBUG blitFrom 134 688 0 0 72 72
12/29/23-15:51:24 DEBUG _repaint: it was dithered, infecting the refresh queue
12/29/23-15:51:24 DEBUG _refresh: Enqueued full update for region 0 0 1072 1448 dithering: true
12/29/23-15:51:24 DEBUG triggering refresh {
dither = true,
mode = "full",
region = "1072x1448+0+0"
} --[[table: 0x769bff18]]
12/29/23-15:51:24 DEBUG refresh: full 0 0 1072 1448 true
12/29/23-15:51:24 DEBUG mxc_update: 1072x1448 region @ (0, 0) with marker 3 (WFM: 2 & UPD: 1)
12/29/23-15:51:24 DEBUG refresh: wait for completion of marker 3
dhcpcd[4263]: sending signal ARLM to pid 4134
dhcpcd[4263]: waiting for pid 4134 to exit
12/29/23-15:51:25 INFO Kobo Wi-Fi: disabling Wi-Fi
dhcpcd[4288]: dhcpcd not running
OK
12/29/23-15:51:27 DEBUG AutoSuspend: onNetworkDisconnected
12/29/23-15:51:27 DEBUG NetworkListener: onNetworkDisconnected
12/29/23-15:51:27 DEBUG NetworkListener: unschedule network activity check
12/29/23-15:51:27 DEBUG AutoSuspend: onSuspend
12/29/23-15:51:27 DEBUG AutoSuspend: unschedule suspend/shutdown timer
12/29/23-15:51:27 INFO WakeupMgr: scheduling wakeup in 259200 -> 1704120687
12/29/23-15:51:27 DEBUG WakeupMgr:setWakeupAlarm for 1704120687 (2024-01-01 15:51:27 +0100)
12/29/23-15:51:27 DEBUG BackgroundRunnerWidget:onSuspend() @ 1703861487
12/29/23-15:51:27 DEBUG NetworkListener: onSuspend
12/29/23-15:51:27 DEBUG NetworkListener: unschedule network activity check
12/29/23-15:51:27 INFO Inhibiting user input
12/29/23-15:51:27 DEBUG not painting 2 covered widget(s)
12/29/23-15:51:27 DEBUG key event => code: 116 (Power), value: 1, time: 1703861486.085539
12/29/23-15:51:27 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861486.085539
12/29/23-15:51:27 DEBUG key event => code: 116 (Power), value: 0, time: 1703861486.245991
12/29/23-15:51:27 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861486.245991
12/29/23-15:51:27 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:27 DEBUG Resuming...
12/29/23-15:51:27 DEBUG Kobo resume: clean up after wakeup
12/29/23-15:51:27 DEBUG Kobo resume: successfully asked the kernel to resume subsystems
12/29/23-15:51:27 DEBUG close widget: ScreenSaver
12/29/23-15:51:27 DEBUG setDirty via a func from widget nil
12/29/23-15:51:27 DEBUG setDirty via a func from widget nil
12/29/23-15:51:27 DEBUG Lower widget table: 0x74bb6db0 was dithered, honoring the dithering hint
12/29/23-15:51:27 DEBUG Lower widget table: 0x74bb6db0 covers the full screen
12/29/23-15:51:27 DEBUG not refreshing 1 covered widget(s)
12/29/23-15:51:27 DEBUG _refresh: Enqueued ui update for region 0 0 1072 1448 dithering: true
12/29/23-15:51:27 DEBUG setDirty nil from widget table: 0x74bb6db0 w/ NO region; dithering: true
12/29/23-15:51:27 DEBUG _refresh: Enqueued ui update for region 0 0 1072 1448 dithering: true
12/29/23-15:51:27 INFO Restoring user input handling
12/29/23-15:51:27 DEBUG AutoSuspend: onResume
12/29/23-15:51:27 DEBUG AutoSuspend: unschedule suspend/shutdown timer
12/29/23-15:51:27 DEBUG AutoSuspend: start suspend/shutdown timer at 7088.313931
12/29/23-15:51:27 DEBUG AutoSuspend: scheduling next suspend check in 900
12/29/23-15:51:27 DEBUG AutoSuspend: scheduling next shutdown check in 259200
12/29/23-15:51:27 DEBUG BackgroundRunnerWidget:onResume() @ 1703861487
12/29/23-15:51:27 DEBUG BackgroundRunnerWidget: no job, not running @ 1703861487
12/29/23-15:51:27 DEBUG not painting 1 covered widget(s)
12/29/23-15:51:27 DEBUG painting widget: table: 0x74bb6db0
12/29/23-15:51:27 DEBUG blitFrom 20 20 0 0 43 43
12/29/23-15:51:27 DEBUG blitFrom 1009 20 0 0 43 43
12/29/23-15:51:27 DEBUG blitFrom 34 91 0 0 140 206
12/29/23-15:51:27 DEBUG blitFrom 166 1372 0 0 72 72
12/29/23-15:51:27 DEBUG blitFrom 304 1372 0 0 72 72
12/29/23-15:51:27 DEBUG blitFrom 695 1372 0 0 72 72
12/29/23-15:51:27 DEBUG blitFrom 833 1372 0 0 72 72
12/29/23-15:51:27 DEBUG _repaint: it was dithered, infecting the refresh queue
12/29/23-15:51:27 DEBUG _refresh: Enqueued ui update for region 0 0 1072 1448 dithering: true
12/29/23-15:51:27 DEBUG update_mode: Update refresh mode ui to full
12/29/23-15:51:27 DEBUG _refresh: Enqueued full update for region 0 0 1072 1448 dithering: true
12/29/23-15:51:27 DEBUG triggering refresh {
dither = true,
mode = "full",
region = "1072x1448+0+0"
} --[[table: 0x747ce700]]
12/29/23-15:51:27 DEBUG refresh: full 0 0 1072 1448 true
12/29/23-15:51:27 DEBUG mxc_update: 1072x1448 region @ (0, 0) with marker 4 (WFM: 2 & UPD: 1)
12/29/23-15:51:27 DEBUG refresh: wait for completion of marker 4
12/29/23-15:51:27 DEBUG not painting 1 covered widget(s)
12/29/23-15:51:27 DEBUG not painting 1 covered widget(s)
12/29/23-15:51:27 DEBUG not painting 1 covered widget(s)
12/29/23-15:51:27 DEBUG not painting 1 covered widget(s)
12/29/23-15:51:27 DEBUG not painting 1 covered widget(s)
12/29/23-15:51:27 DEBUG not painting 1 covered widget(s)
12/29/23-15:51:27 DEBUG not painting 1 covered widget(s)
12/29/23-15:51:27 DEBUG not painting 1 covered widget(s)
12/29/23-15:51:28 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1338, time: 1703861488.425650
12/29/23-15:51:28 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 52, time: 1703861488.425650
12/29/23-15:51:28 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861488.425650
12/29/23-15:51:28 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 197, time: 1703861488.425650
12/29/23-15:51:28 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 413, time: 1703861488.425650
12/29/23-15:51:28 DEBUG key event => code: 330 (BTN_TOUCH), value: 1, time: 1703861488.425650
12/29/23-15:51:28 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861488.425650
12/29/23-15:51:28 DEBUG GestureDetector:probeClockSource: Touch event timestamps appear to use CLOCK_REALTIME
12/29/23-15:51:28 DEBUG slot 0 in tap state...
12/29/23-15:51:28 DEBUG set up hold timer
12/29/23-15:51:28 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:28 DEBUG not painting 1 covered widget(s)
12/29/23-15:51:28 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1338, time: 1703861488.436312
12/29/23-15:51:28 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 52, time: 1703861488.436312
12/29/23-15:51:28 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861488.436312
12/29/23-15:51:28 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 197, time: 1703861488.436312
12/29/23-15:51:28 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 413, time: 1703861488.436312
12/29/23-15:51:28 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861488.436312
12/29/23-15:51:28 DEBUG slot 0 in tap state...
12/29/23-15:51:28 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1338, time: 1703861488.447827
12/29/23-15:51:28 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 52, time: 1703861488.447827
12/29/23-15:51:28 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861488.447827
12/29/23-15:51:28 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 197, time: 1703861488.447827
12/29/23-15:51:28 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 413, time: 1703861488.447827
12/29/23-15:51:28 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861488.447827
12/29/23-15:51:28 DEBUG slot 0 in tap state...
12/29/23-15:51:28 DEBUG not painting 1 covered widget(s)
12/29/23-15:51:28 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1338, time: 1703861488.457258
12/29/23-15:51:28 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 52, time: 1703861488.457258
12/29/23-15:51:28 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861488.457258
12/29/23-15:51:28 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 197, time: 1703861488.457258
12/29/23-15:51:28 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 413, time: 1703861488.457258
12/29/23-15:51:28 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861488.457258
12/29/23-15:51:28 DEBUG slot 0 in tap state...
12/29/23-15:51:28 DEBUG not painting 1 covered widget(s)
12/29/23-15:51:28 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1338, time: 1703861488.468551
12/29/23-15:51:28 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 52, time: 1703861488.468551
12/29/23-15:51:28 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861488.468551
12/29/23-15:51:28 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 197, time: 1703861488.468551
12/29/23-15:51:28 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 413, time: 1703861488.468551
12/29/23-15:51:28 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861488.468551
12/29/23-15:51:28 DEBUG slot 0 in tap state...
12/29/23-15:51:28 DEBUG not painting 1 covered widget(s)
12/29/23-15:51:28 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1338, time: 1703861488.480148
12/29/23-15:51:28 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 52, time: 1703861488.480148
12/29/23-15:51:28 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861488.480148
12/29/23-15:51:28 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 197, time: 1703861488.480148
12/29/23-15:51:28 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 413, time: 1703861488.480148
12/29/23-15:51:28 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861488.480148
12/29/23-15:51:28 DEBUG slot 0 in tap state...
12/29/23-15:51:28 DEBUG not painting 1 covered widget(s)
12/29/23-15:51:28 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1338, time: 1703861488.491744
12/29/23-15:51:28 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 52, time: 1703861488.491744
12/29/23-15:51:28 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861488.491744
12/29/23-15:51:28 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 197, time: 1703861488.491744
12/29/23-15:51:28 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 413, time: 1703861488.491744
12/29/23-15:51:28 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861488.491744
12/29/23-15:51:28 DEBUG slot 0 in tap state...
12/29/23-15:51:28 DEBUG not painting 1 covered widget(s)
12/29/23-15:51:28 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1338, time: 1703861488.503325
12/29/23-15:51:28 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 52, time: 1703861488.503325
12/29/23-15:51:28 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861488.503325
12/29/23-15:51:28 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 197, time: 1703861488.503325
12/29/23-15:51:28 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 413, time: 1703861488.503325
12/29/23-15:51:28 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861488.503325
12/29/23-15:51:28 DEBUG slot 0 in tap state...
12/29/23-15:51:28 DEBUG not painting 1 covered widget(s)
12/29/23-15:51:28 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1338, time: 1703861488.514931
12/29/23-15:51:28 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 52, time: 1703861488.514931
12/29/23-15:51:28 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861488.514931
12/29/23-15:51:28 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 197, time: 1703861488.514931
12/29/23-15:51:28 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 413, time: 1703861488.514931
12/29/23-15:51:28 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861488.514931
12/29/23-15:51:28 DEBUG slot 0 in tap state...
12/29/23-15:51:28 DEBUG not painting 1 covered widget(s)
12/29/23-15:51:28 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: -1, time: 1703861488.526013
12/29/23-15:51:28 DEBUG key event => code: 330 (BTN_TOUCH), value: 0, time: 1703861488.526013
12/29/23-15:51:28 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861488.526013
12/29/23-15:51:28 DEBUG slot 0 in tap state...
12/29/23-15:51:28 DEBUG Contact:handleDoubleTap: single tap detected @ 658 197
12/29/23-15:51:28 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:28 DEBUG show reader ui
12/29/23-15:51:28 DEBUG close filemanager
12/29/23-15:51:28 DEBUG close widget: table: 0x75d026a8
12/29/23-15:51:28 DEBUG CoverMenu:onCloseWidget: terminating jobs if needed
12/29/23-15:51:28 DEBUG terminating 0 subprocesses
12/29/23-15:51:28 DEBUG AutoSuspend: onCloseWidget
12/29/23-15:51:28 DEBUG AutoSuspend: unschedule suspend/shutdown timer
12/29/23-15:51:28 DEBUG Tearing down FileManager table: 0x75d026a8
12/29/23-15:51:28 DEBUG Lower widget table: 0x74bb6db0 covers the full screen
12/29/23-15:51:28 DEBUG not refreshing 1 covered widget(s)
12/29/23-15:51:28 DEBUG DocSettings: data is read from /mnt/onboard/Harry Potter en de Steen der Wijzen - J. K. Rowling (35).sdr/metadata.epub.lua
12/29/23-15:51:28 DEBUG ImageWidget: _render'ing resources/icons/mdlight/notice-info.svg 72 72
12/29/23-15:51:28 DEBUG ImageWidget: initial offsets 0 0
12/29/23-15:51:28 DEBUG show widget: table: 0x74672208
12/29/23-15:51:28 DEBUG setDirty nil from widget table: 0x74672208 w/ NO region; dithering: nil
12/29/23-15:51:28 DEBUG setDirty via a func from widget table: 0x74672208
12/29/23-15:51:28 DEBUG painting widget: table: 0x74672208
12/29/23-15:51:28 DEBUG blitFrom 134 687 0 0 72 72
12/29/23-15:51:28 DEBUG _refresh: Enqueued ui update for region 122 626 828 195 dithering: false
12/29/23-15:51:28 DEBUG triggering refresh {
dither = false,
mode = "ui",
region = "828x195+122+626"
} --[[table: 0x733f87e8]]
12/29/23-15:51:28 DEBUG refresh: ui-mode 122 626 828 195 false
12/29/23-15:51:28 DEBUG mxc_update: 828x195 region @ (122, 626) with marker 5 (WFM: 257 & UPD: 0)
12/29/23-15:51:28 DEBUG close widget: table: 0x74bb6db0
12/29/23-15:51:28 DEBUG CoverMenu:onCloseWidget: terminating jobs if needed
12/29/23-15:51:28 DEBUG terminating 0 subprocesses
12/29/23-15:51:28 DEBUG setDirty nil from widget table: 0x74672208 w/ NO region; dithering: nil
12/29/23-15:51:28 DEBUG close widget: table: 0x74672208
12/29/23-15:51:28 DEBUG setDirty via a func from widget nil
12/29/23-15:51:28 DEBUG creating coroutine for showing reader
12/29/23-15:51:28 INFO opening file /mnt/onboard/Harry Potter en de Steen der Wijzen - J. K. Rowling (35).epub
12/29/23-15:51:28 DEBUG CreDocument: using cre call cache
12/29/23-15:51:28 INFO Inhibiting user input
12/29/23-15:51:28 DEBUG DocSettings: data is read from /mnt/onboard/Harry Potter en de Steen der Wijzen - J. K. Rowling (35).sdr/metadata.epub.lua
12/29/23-15:51:28 DEBUG Found font: NotoSans-Regular.ttf in ./fonts/noto/NotoSans-Regular.ttf
12/29/23-15:51:28 DEBUG ImageWidget: _render'ing resources/icons/mdlight/book.opened.svg 58 58
12/29/23-15:51:28 DEBUG renderSVG resources/icons/mdlight/book.opened.svg 1.2083333333333 48 48 > 58 58 0 0
12/29/23-15:51:28 DEBUG cache image|resources/icons/mdlight/book.opened.svg|58|58false
12/29/23-15:51:28 DEBUG ImageWidget: initial offsets 0 0
12/29/23-15:51:28 DEBUG CreDocument: applied cr3.ini default settings.
12/29/23-15:51:28 DEBUG CreDocument: set fallback font faces: Noto Sans CJK SC|Noto Naskh Arabic|Noto Sans Devanagari UI|Noto Sans Bengali UI|FreeSans|FreeSerif|Noto Serif|Noto Sans
12/29/23-15:51:28 DEBUG CreDocument: set adjusted fallback font sizes true
12/29/23-15:51:28 DEBUG CreDocument: set monospace font scaling 100
12/29/23-15:51:28 DEBUG building font face menu table
12/29/23-15:51:28 DEBUG RD loaded plugin SSH at plugins/SSH.koplugin
12/29/23-15:51:28 DEBUG RD loaded plugin archiveviewer at plugins/archiveviewer.koplugin
12/29/23-15:51:28 DEBUG RD loaded plugin autodim at plugins/autodim.koplugin
12/29/23-15:51:28 DEBUG AutoSuspend: init
12/29/23-15:51:28 DEBUG AutoSuspend: start suspend/shutdown timer at 7090.074355
12/29/23-15:51:28 DEBUG AutoSuspend: scheduling next suspend check in 900
12/29/23-15:51:28 DEBUG AutoSuspend: scheduling next shutdown check in 259200
12/29/23-15:51:28 DEBUG RD loaded plugin autosuspend at plugins/autosuspend.koplugin
12/29/23-15:51:28 DEBUG RD loaded plugin autoturn at plugins/autoturn.koplugin
12/29/23-15:51:28 DEBUG AutoWarmth: scheduleMidnightUpdate
12/29/23-15:51:28 DEBUG RD loaded plugin autowarmth at plugins/autowarmth.koplugin
12/29/23-15:51:28 DEBUG RD loaded plugin backgroundrunner at plugins/backgroundrunner.koplugin
12/29/23-15:51:28 DEBUG RD loaded plugin batterystat at plugins/batterystat.koplugin
12/29/23-15:51:28 DEBUG RD loaded plugin bookshortcuts at plugins/bookshortcuts.koplugin
12/29/23-15:51:28 DEBUG RD loaded plugin calibre at plugins/calibre.koplugin
12/29/23-15:51:28 DEBUG RD loaded plugin coverbrowser at plugins/coverbrowser.koplugin
12/29/23-15:51:28 DEBUG RD loaded plugin docsettingtweak at plugins/docsettingtweak.koplugin
12/29/23-15:51:28 DEBUG RD loaded plugin exporter at plugins/exporter.koplugin
12/29/23-15:51:28 DEBUG ExternalKeyboard: role device
12/29/23-15:51:28 DEBUG RD loaded plugin externalkeyboard at plugins/externalkeyboard.koplugin
12/29/23-15:51:28 DEBUG RD loaded plugin gestures at plugins/gestures.koplugin
12/29/23-15:51:28 DEBUG language support: overriding existing japanese plugin
12/29/23-15:51:28 DEBUG RD loaded plugin japanese at plugins/japanese.koplugin
12/29/23-15:51:28 DEBUG RD loaded plugin keepalive at plugins/keepalive.koplugin
12/29/23-15:51:28 DEBUG RD loaded plugin kosync at plugins/kosync.koplugin
12/29/23-15:51:28 DEBUG RD loaded plugin movetoarchive at plugins/movetoarchive.koplugin
12/29/23-15:51:28 DEBUG RD loaded plugin newsdownloader at plugins/newsdownloader.koplugin
12/29/23-15:51:28 DEBUG RD loaded plugin opds at plugins/opds.koplugin
12/29/23-15:51:28 DEBUG RD loaded plugin patch_management at plugins/patchmanagement.koplugin
12/29/23-15:51:28 DEBUG RD loaded plugin perceptionexpander at plugins/perceptionexpander.koplugin
12/29/23-15:51:28 DEBUG RD loaded plugin profiles at plugins/profiles.koplugin
12/29/23-15:51:28 DEBUG RD loaded plugin qrclipboard at plugins/qrclipboard.koplugin
12/29/23-15:51:28 DEBUG RD loaded plugin readtimer at plugins/readtimer.koplugin
12/29/23-15:51:28 DEBUG RD loaded plugin statistics at plugins/statistics.koplugin
12/29/23-15:51:28 DEBUG RD loaded plugin systemstat at plugins/systemstat.koplugin
12/29/23-15:51:28 DEBUG RD loaded plugin terminal at plugins/terminal.koplugin
12/29/23-15:51:28 DEBUG RD loaded plugin texteditor at plugins/texteditor.koplugin
12/29/23-15:51:28 DEBUG RD loaded plugin timesync at plugins/timesync.koplugin
12/29/23-15:51:28 DEBUG RD loaded plugin vocabbuilder at plugins/vocabbuilder.koplugin
12/29/23-15:51:28 DEBUG RD loaded plugin wallabag at plugins/wallabag.koplugin
12/29/23-15:51:28 DEBUG CreDocument: set view mode page
12/29/23-15:51:28 DEBUG CreDocument: set status line property 1
12/29/23-15:51:28 DEBUG made tweak css:
*[type~="note"],
*[type~="endnote"],
*[type~="footnote"],
*[type~="rearnote"],
*[role~="doc-note"],
*[role~="doc-endnote"],
*[role~="doc-footnote"],
*[role~="doc-rearnote"]
{
-cr-only-if: -fb2-document;
-cr-hint: footnote-inpage;
margin: 0 !important;
font-size: 0.8rem !important;
}
body[name="notes"] section {
-cr-only-if: fb2-document;
-cr-hint: footnote-inpage;
margin: 0 !important;
}
body[name="notes"] > section {
-cr-only-if: fb2-document;
font-size: 0.75rem;
}
body[name="notes"] > title {
-cr-only-if: fb2-document;
margin-bottom: 0;
padding-bottom: 0.5em;
}[END]
12/29/23-15:51:28 DEBUG CreDocument: set style sheet: ./data/epub.css and appended content (649 bytes)
12/29/23-15:51:28 DEBUG CreDocument: set embedded fonts 1
12/29/23-15:51:28 DEBUG CreDocument: set embedded style sheet 1
12/29/23-15:51:28 DEBUG CreDocument: set block rendering flags 0x7fffffff
12/29/23-15:51:28 DEBUG CreDocument: set render dpi 96
12/29/23-15:51:28 DEBUG CreDocument: set page margins 18 27 18 55
12/29/23-15:51:28 DEBUG CreDocument: set txt preformatted 1
12/29/23-15:51:28 DEBUG CreDocument: set smooth scaling false
12/29/23-15:51:28 DEBUG CreDocument: set nightmode images true
12/29/23-15:51:28 DEBUG CreDocument: set font face Noto Serif
12/29/23-15:51:28 DEBUG CreDocument: set header font Noto Sans
12/29/23-15:51:28 DEBUG CreDocument: set font size 40
12/29/23-15:51:28 DEBUG CreDocument: set font base weight 0 = 400
12/29/23-15:51:28 DEBUG CreDocument: set font hinting mode 2
12/29/23-15:51:28 DEBUG CreDocument: set font kerning mode 3
12/29/23-15:51:28 DEBUG CreDocument: set space width scale 95
12/29/23-15:51:28 DEBUG CreDocument: set space condensing 75
12/29/23-15:51:28 DEBUG CreDocument: set word expansion 0
12/29/23-15:51:28 DEBUG CreDocument: set cjk width scaling 100
12/29/23-15:51:28 DEBUG CreDocument: set interline space 100
12/29/23-15:51:28 DEBUG CreDocument: set gamma index 15
12/29/23-15:51:28 DEBUG CreDocument: set font-family font faces: ||||||FreeSerif||
12/29/23-15:51:28 DEBUG CreDocument: set textlang embedded langs true
12/29/23-15:51:28 DEBUG CreDocument: set textlang hyphenation enabled true
12/29/23-15:51:28 DEBUG CreDocument: set hyphenation trust soft hyphens 0
12/29/23-15:51:28 DEBUG CreDocument: set textlang hyphenation soft hyphens only false
12/29/23-15:51:28 DEBUG CreDocument: set textlang hyphenation force algorithmic false
12/29/23-15:51:28 DEBUG CreDocument: set hyphenation left hyphen min 0
12/29/23-15:51:28 DEBUG CreDocument: set hyphenation right hyphen min 0
12/29/23-15:51:28 DEBUG CreDocument: set floating punctuation 0
12/29/23-15:51:28 DEBUG Typography lang: using nl from doc settings
12/29/23-15:51:28 DEBUG CreDocument: set textlang main lang nl
12/29/23-15:51:28 DEBUG UserHyph: reset user hyphenation dict
12/29/23-15:51:28 DEBUG CreDocument: requesting DOM version: 20210904
12/29/23-15:51:28 DEBUG CreDocument: set visible page count 1
12/29/23-15:51:28 DEBUG CreDocument: loading document...
12/29/23-15:51:28 DEBUG CreDocument: loading done.
12/29/23-15:51:28 DEBUG loading took 0.055 seconds
12/29/23-15:51:28 DEBUG Typography lang: not overriding nl with doc language: nl
12/29/23-15:51:28 DEBUG CreDocument: rendering document...
12/29/23-15:51:29 DEBUG CreDocument: rendering done.
12/29/23-15:51:29 DEBUG rendering took 0.104 seconds
12/29/23-15:51:29 DEBUG validateAndFixToc(): quick scan
12/29/23-15:51:29 DEBUG validateAndFixToc(): TOC is fine
12/29/23-15:51:29 DEBUG CreDocument: goto page 2 flow 0
12/29/23-15:51:29 DEBUG _refresh: Enqueued partial update for region 0 0 1072 1448 dithering: false
12/29/23-15:51:29 DEBUG setDirty partial from widget ReaderUI w/ NO region; dithering: nil
12/29/23-15:51:29 DEBUG CreDocument: goto xpointer /body/DocFragment[2]/body/div/p[1]/text().0
12/29/23-15:51:29 DEBUG _refresh: Enqueued partial update for region 0 0 1072 1448 dithering: false
12/29/23-15:51:29 DEBUG setDirty partial from widget ReaderUI w/ NO region; dithering: nil
12/29/23-15:51:29 DEBUG CreDocument: set bookmarks highlight and internal history false
12/29/23-15:51:29 DEBUG _refresh: Enqueued partial update for region 0 0 1072 1448 dithering: false
12/29/23-15:51:29 DEBUG setDirty partial from widget ReaderUI w/ NO region; dithering: nil
12/29/23-15:51:29 DEBUG ReaderStatistics: No timestamp for previous page 0
12/29/23-15:51:29 DEBUG Spinning up new ReaderUI instance table: 0x75ff1f68
12/29/23-15:51:29 DEBUG show widget: ReaderUI
12/29/23-15:51:29 DEBUG update_mode: Update refresh mode partial to full
12/29/23-15:51:29 DEBUG _refresh: Enqueued full update for region 0 0 1072 1448 dithering: false
12/29/23-15:51:29 DEBUG setDirty full from widget ReaderUI w/ NO region; dithering: nil
12/29/23-15:51:29 DEBUG painting widget: ReaderUI
12/29/23-15:51:29 DEBUG readerview painting "1072x1448+0+0" to 0 0
12/29/23-15:51:29 DEBUG CreDocument: goto page 2 flow 0
12/29/23-15:51:29 DEBUG _refresh: Enqueued full update for region 0 0 1072 1448 dithering: false
12/29/23-15:51:29 DEBUG triggering refresh {
dither = false,
mode = "full",
region = "1072x1448+0+0"
} --[[table: 0x763cae50]]
12/29/23-15:51:29 DEBUG refresh: full 0 0 1072 1448 false
12/29/23-15:51:29 DEBUG refresh: wait for completion of (previous) marker 5
12/29/23-15:51:29 DEBUG mxc_update: 1072x1448 region @ (0, 0) with marker 6 (WFM: 2 & UPD: 1)
12/29/23-15:51:29 DEBUG refresh: wait for completion of marker 6
12/29/23-15:51:30 INFO Restoring user input handling
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861490.348004
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 18, time: 1703861490.348004
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861490.348004
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 399, time: 1703861490.348004
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 388, time: 1703861490.348004
12/29/23-15:51:30 DEBUG key event => code: 330 (BTN_TOUCH), value: 1, time: 1703861490.348004
12/29/23-15:51:30 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861490.348004
12/29/23-15:51:30 DEBUG GestureDetector:probeClockSource: Touch event timestamps appear to use CLOCK_REALTIME
12/29/23-15:51:30 DEBUG slot 0 in tap state...
12/29/23-15:51:30 DEBUG set up hold timer
12/29/23-15:51:30 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:30 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861490.359794
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 18, time: 1703861490.359794
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861490.359794
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 399, time: 1703861490.359794
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 388, time: 1703861490.359794
12/29/23-15:51:30 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861490.359794
12/29/23-15:51:30 DEBUG slot 0 in tap state...
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861490.371375
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 18, time: 1703861490.371375
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861490.371375
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 399, time: 1703861490.371375
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 388, time: 1703861490.371375
12/29/23-15:51:30 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861490.371375
12/29/23-15:51:30 DEBUG slot 0 in tap state...
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861490.383627
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 18, time: 1703861490.383627
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861490.383627
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 399, time: 1703861490.383627
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 388, time: 1703861490.383627
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861490.383627
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861490.383627
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 20, time: 1703861490.383627
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.383627
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 453, time: 1703861490.383627
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 656, time: 1703861490.383627
12/29/23-15:51:30 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861490.383627
12/29/23-15:51:30 DEBUG slot 0 in tap state...
12/29/23-15:51:30 DEBUG slot 1 in tap state...
12/29/23-15:51:30 DEBUG set up hold timer
12/29/23-15:51:30 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:30 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861490.395560
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861490.395560
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 18, time: 1703861490.395560
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861490.395560
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 399, time: 1703861490.395560
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 388, time: 1703861490.395560
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861490.395560
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861490.395560
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 20, time: 1703861490.395560
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.395560
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 453, time: 1703861490.395560
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 656, time: 1703861490.395560
12/29/23-15:51:30 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861490.395560
12/29/23-15:51:30 DEBUG slot 0 in tap state...
12/29/23-15:51:30 DEBUG slot 1 in tap state...
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861490.407527
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861490.407527
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 18, time: 1703861490.407527
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861490.407527
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 399, time: 1703861490.407527
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 388, time: 1703861490.407527
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861490.407527
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861490.407527
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 20, time: 1703861490.407527
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.407527
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 453, time: 1703861490.407527
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 656, time: 1703861490.407527
12/29/23-15:51:30 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861490.407527
12/29/23-15:51:30 DEBUG slot 0 in tap state...
12/29/23-15:51:30 DEBUG slot 1 in tap state...
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861490.419076
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861490.419076
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 18, time: 1703861490.419076
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861490.419076
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 399, time: 1703861490.419076
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 388, time: 1703861490.419076
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861490.419076
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861490.419076
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 21, time: 1703861490.419076
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.419076
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 453, time: 1703861490.419076
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 656, time: 1703861490.419076
12/29/23-15:51:30 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861490.419076
12/29/23-15:51:30 DEBUG slot 0 in tap state...
12/29/23-15:51:30 DEBUG slot 1 in tap state...
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861490.432405
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861490.432405
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 18, time: 1703861490.432405
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861490.432405
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 399, time: 1703861490.432405
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 388, time: 1703861490.432405
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861490.432405
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861490.432405
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 22, time: 1703861490.432405
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.432405
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 453, time: 1703861490.432405
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 656, time: 1703861490.432405
12/29/23-15:51:30 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861490.432405
12/29/23-15:51:30 DEBUG slot 0 in tap state...
12/29/23-15:51:30 DEBUG slot 1 in tap state...
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861490.442529
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861490.442529
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 18, time: 1703861490.442529
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861490.442529
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 399, time: 1703861490.442529
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 388, time: 1703861490.442529
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861490.442529
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861490.442529
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 23, time: 1703861490.442529
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.442529
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 453, time: 1703861490.442529
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 656, time: 1703861490.442529
12/29/23-15:51:30 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861490.442529
12/29/23-15:51:30 DEBUG slot 0 in tap state...
12/29/23-15:51:30 DEBUG slot 1 in tap state...
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861490.453984
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861490.453984
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 18, time: 1703861490.453984
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861490.453984
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 399, time: 1703861490.453984
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 388, time: 1703861490.453984
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861490.453984
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861490.453984
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 24, time: 1703861490.453984
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.453984
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 453, time: 1703861490.453984
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 656, time: 1703861490.453984
12/29/23-15:51:30 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861490.453984
12/29/23-15:51:30 DEBUG slot 0 in tap state...
12/29/23-15:51:30 DEBUG slot 1 in tap state...
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861490.465569
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861490.465569
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 18, time: 1703861490.465569
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861490.465569
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 399, time: 1703861490.465569
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 388, time: 1703861490.465569
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861490.465569
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861490.465569
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 25, time: 1703861490.465569
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.465569
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 453, time: 1703861490.465569
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 656, time: 1703861490.465569
12/29/23-15:51:30 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861490.465569
12/29/23-15:51:30 DEBUG slot 0 in tap state...
12/29/23-15:51:30 DEBUG slot 1 in tap state...
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861490.477178
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861490.477178
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 18, time: 1703861490.477178
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861490.477178
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 399, time: 1703861490.477178
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 388, time: 1703861490.477178
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861490.477178
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861490.477178
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 26, time: 1703861490.477178
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.477178
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 453, time: 1703861490.477178
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 655, time: 1703861490.477178
12/29/23-15:51:30 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861490.477178
12/29/23-15:51:30 DEBUG slot 0 in tap state...
12/29/23-15:51:30 DEBUG slot 1 in tap state...
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861490.488118
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861490.488118
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 19, time: 1703861490.488118
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861490.488118
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 399, time: 1703861490.488118
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 387, time: 1703861490.488118
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861490.488118
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861490.488118
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 27, time: 1703861490.488118
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.488118
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 455, time: 1703861490.488118
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 654, time: 1703861490.488118
12/29/23-15:51:30 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861490.488118
12/29/23-15:51:30 DEBUG slot 0 in tap state...
12/29/23-15:51:30 DEBUG slot 1 in tap state...
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861490.500152
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861490.500152
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 20, time: 1703861490.500152
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861490.500152
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 401, time: 1703861490.500152
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 385, time: 1703861490.500152
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861490.500152
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861490.500152
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 28, time: 1703861490.500152
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.500152
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 459, time: 1703861490.500152
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 653, time: 1703861490.500152
12/29/23-15:51:30 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861490.500152
12/29/23-15:51:30 DEBUG slot 0 in tap state...
12/29/23-15:51:30 DEBUG slot 1 in tap state...
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861490.511804
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861490.511804
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 20, time: 1703861490.511804
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861490.511804
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 406, time: 1703861490.511804
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 382, time: 1703861490.511804
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861490.511804
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861490.511804
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 29, time: 1703861490.511804
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.511804
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 468, time: 1703861490.511804
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 651, time: 1703861490.511804
12/29/23-15:51:30 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861490.511804
12/29/23-15:51:30 DEBUG slot 0 in tap state...
12/29/23-15:51:30 DEBUG slot 1 in tap state...
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861490.523503
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861490.523503
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 20, time: 1703861490.523503
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861490.523503
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 415, time: 1703861490.523503
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 378, time: 1703861490.523503
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861490.523503
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861490.523503
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 30, time: 1703861490.523503
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.523503
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 481, time: 1703861490.523503
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 649, time: 1703861490.523503
12/29/23-15:51:30 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861490.523503
12/29/23-15:51:30 DEBUG slot 0 in tap state...
12/29/23-15:51:30 DEBUG slot 1 in tap state...
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861490.535135
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861490.535135
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 21, time: 1703861490.535135
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.535135
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 428, time: 1703861490.535135
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 373, time: 1703861490.535135
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861490.535135
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861490.535135
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 31, time: 1703861490.535135
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.535135
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 499, time: 1703861490.535135
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 646, time: 1703861490.535135
12/29/23-15:51:30 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861490.535135
12/29/23-15:51:30 DEBUG slot 0 in tap state...
12/29/23-15:51:30 DEBUG slot 1 in tap state...
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861490.546571
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861490.546571
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 22, time: 1703861490.546571
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.546571
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 445, time: 1703861490.546571
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 368, time: 1703861490.546571
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861490.546571
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861490.546571
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 32, time: 1703861490.546571
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.546571
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 520, time: 1703861490.546571
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 643, time: 1703861490.546571
12/29/23-15:51:30 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861490.546571
12/29/23-15:51:30 DEBUG slot 0 in tap state...
12/29/23-15:51:30 DEBUG slot 1 in tap state...
12/29/23-15:51:30 DEBUG slot 1 in pan state...
12/29/23-15:51:30 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 59.481089431852 detected
12/29/23-15:51:30 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:30 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861490.558415
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861490.558415
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 22, time: 1703861490.558415
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.558415
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 466, time: 1703861490.558415
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 363, time: 1703861490.558415
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861490.558415
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861490.558415
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 32, time: 1703861490.558415
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.558415
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 544, time: 1703861490.558415
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 641, time: 1703861490.558415
12/29/23-15:51:30 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861490.558415
12/29/23-15:51:30 DEBUG slot 0 in void state...
12/29/23-15:51:30 DEBUG slot 1 in pan state...
12/29/23-15:51:30 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 81.492330927517 detected
12/29/23-15:51:30 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:30 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861490.570108
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861490.570108
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 23, time: 1703861490.570108
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.570108
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 490, time: 1703861490.570108
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 358, time: 1703861490.570108
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861490.570108
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861490.570108
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 33, time: 1703861490.570108
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.570108
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 569, time: 1703861490.570108
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 638, time: 1703861490.570108
12/29/23-15:51:30 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861490.570108
12/29/23-15:51:30 DEBUG slot 0 in void state...
12/29/23-15:51:30 DEBUG slot 1 in pan state...
12/29/23-15:51:30 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 106.73331251301 detected
12/29/23-15:51:30 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:30 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861490.581502
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861490.581502
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 24, time: 1703861490.581502
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.581502
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 515, time: 1703861490.581502
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 355, time: 1703861490.581502
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861490.581502
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861490.581502
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 33, time: 1703861490.581502
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.581502
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 595, time: 1703861490.581502
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 636, time: 1703861490.581502
12/29/23-15:51:30 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861490.581502
12/29/23-15:51:30 DEBUG slot 0 in void state...
12/29/23-15:51:30 DEBUG slot 1 in pan state...
12/29/23-15:51:30 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 131.79529581893 detected
12/29/23-15:51:30 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:30 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861490.595059
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861490.595059
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 24, time: 1703861490.595059
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.595059
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 541, time: 1703861490.595059
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 352, time: 1703861490.595059
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861490.595059
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861490.595059
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 33, time: 1703861490.595059
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.595059
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 621, time: 1703861490.595059
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 634, time: 1703861490.595059
12/29/23-15:51:30 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861490.595059
12/29/23-15:51:30 DEBUG slot 0 in void state...
12/29/23-15:51:30 DEBUG slot 1 in pan state...
12/29/23-15:51:30 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 157.68956845651 detected
12/29/23-15:51:30 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:30 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861490.605037
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861490.605037
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 25, time: 1703861490.605037
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.605037
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 567, time: 1703861490.605037
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 350, time: 1703861490.605037
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861490.605037
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861490.605037
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861490.605037
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.605037
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 648, time: 1703861490.605037
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 633, time: 1703861490.605037
12/29/23-15:51:30 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861490.605037
12/29/23-15:51:30 DEBUG slot 0 in void state...
12/29/23-15:51:30 DEBUG slot 1 in pan state...
12/29/23-15:51:30 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 184.6212338817 detected
12/29/23-15:51:30 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:30 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861490.616320
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861490.616320
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 26, time: 1703861490.616320
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.616320
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 591, time: 1703861490.616320
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 349, time: 1703861490.616320
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861490.616320
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861490.616320
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861490.616320
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.616320
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 674, time: 1703861490.616320
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 632, time: 1703861490.616320
12/29/23-15:51:30 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861490.616320
12/29/23-15:51:30 DEBUG slot 0 in void state...
12/29/23-15:51:30 DEBUG slot 1 in pan state...
12/29/23-15:51:30 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 209.45882650297 detected
12/29/23-15:51:30 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:30 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861490.628031
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861490.628031
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 26, time: 1703861490.628031
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.628031
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 613, time: 1703861490.628031
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 349, time: 1703861490.628031
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861490.628031
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861490.628031
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861490.628031
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.628031
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 699, time: 1703861490.628031
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 632, time: 1703861490.628031
12/29/23-15:51:30 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861490.628031
12/29/23-15:51:30 DEBUG slot 0 in void state...
12/29/23-15:51:30 DEBUG slot 1 in pan state...
12/29/23-15:51:30 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 232.2154172315 detected
12/29/23-15:51:30 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:30 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861490.639089
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861490.639089
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 26, time: 1703861490.639089
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.639089
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 635, time: 1703861490.639089
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 349, time: 1703861490.639089
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861490.639089
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861490.639089
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 35, time: 1703861490.639089
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.639089
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 725, time: 1703861490.639089
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 632, time: 1703861490.639089
12/29/23-15:51:30 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861490.639089
12/29/23-15:51:30 DEBUG slot 0 in void state...
12/29/23-15:51:30 DEBUG slot 1 in pan state...
12/29/23-15:51:30 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 256.00781238079 detected
12/29/23-15:51:30 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:30 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861490.650975
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861490.650975
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 27, time: 1703861490.650975
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.650975
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 659, time: 1703861490.650975
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 349, time: 1703861490.650975
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861490.650975
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861490.650975
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 36, time: 1703861490.650975
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.650975
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 751, time: 1703861490.650975
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 632, time: 1703861490.650975
12/29/23-15:51:30 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861490.650975
12/29/23-15:51:30 DEBUG slot 0 in void state...
12/29/23-15:51:30 DEBUG slot 1 in pan state...
12/29/23-15:51:30 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 280.82912954322 detected
12/29/23-15:51:30 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:30 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861490.662669
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861490.662669
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 28, time: 1703861490.662669
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.662669
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 685, time: 1703861490.662669
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 351, time: 1703861490.662669
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861490.662669
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861490.662669
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 36, time: 1703861490.662669
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.662669
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 775, time: 1703861490.662669
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 631, time: 1703861490.662669
12/29/23-15:51:30 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861490.662669
12/29/23-15:51:30 DEBUG slot 0 in void state...
12/29/23-15:51:30 DEBUG slot 1 in pan state...
12/29/23-15:51:30 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 305.57650433238 detected
12/29/23-15:51:30 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:30 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861490.674339
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861490.674339
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 28, time: 1703861490.674339
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.674339
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 709, time: 1703861490.674339
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 352, time: 1703861490.674339
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861490.674339
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861490.674339
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 37, time: 1703861490.674339
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.674339
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 800, time: 1703861490.674339
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 631, time: 1703861490.674339
12/29/23-15:51:30 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861490.674339
12/29/23-15:51:30 DEBUG slot 0 in void state...
12/29/23-15:51:30 DEBUG slot 1 in pan state...
12/29/23-15:51:30 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 330.45725896097 detected
12/29/23-15:51:30 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:30 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861490.686004
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861490.686004
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 29, time: 1703861490.686004
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.686004
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 733, time: 1703861490.686004
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 353, time: 1703861490.686004
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861490.686004
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861490.686004
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 37, time: 1703861490.686004
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.686004
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 826, time: 1703861490.686004
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 630, time: 1703861490.686004
12/29/23-15:51:30 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861490.686004
12/29/23-15:51:30 DEBUG slot 0 in void state...
12/29/23-15:51:30 DEBUG slot 1 in pan state...
12/29/23-15:51:30 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 355.35475232505 detected
12/29/23-15:51:30 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:30 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861490.697447
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861490.697447
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 30, time: 1703861490.697447
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.697447
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 758, time: 1703861490.697447
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 354, time: 1703861490.697447
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861490.697447
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861490.697447
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 37, time: 1703861490.697447
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.697447
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 852, time: 1703861490.697447
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 630, time: 1703861490.697447
12/29/23-15:51:30 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861490.697447
12/29/23-15:51:30 DEBUG slot 0 in void state...
12/29/23-15:51:30 DEBUG slot 1 in pan state...
12/29/23-15:51:30 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 380.1854810484 detected
12/29/23-15:51:30 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:30 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861490.709093
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861490.709093
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 30, time: 1703861490.709093
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.709093
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 782, time: 1703861490.709093
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 355, time: 1703861490.709093
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861490.709093
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861490.709093
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 38, time: 1703861490.709093
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.709093
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 880, time: 1703861490.709093
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 629, time: 1703861490.709093
12/29/23-15:51:30 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861490.709093
12/29/23-15:51:30 DEBUG slot 0 in void state...
12/29/23-15:51:30 DEBUG slot 1 in pan state...
12/29/23-15:51:30 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 406.10959112043 detected
12/29/23-15:51:30 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:30 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861490.720794
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861490.720794
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 31, time: 1703861490.720794
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.720794
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 807, time: 1703861490.720794
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 355, time: 1703861490.720794
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861490.720794
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861490.720794
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 38, time: 1703861490.720794
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.720794
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 908, time: 1703861490.720794
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 627, time: 1703861490.720794
12/29/23-15:51:30 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861490.720794
12/29/23-15:51:30 DEBUG slot 0 in void state...
12/29/23-15:51:30 DEBUG slot 1 in pan state...
12/29/23-15:51:30 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 433.11084031689 detected
12/29/23-15:51:30 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:30 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861490.732251
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861490.732251
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 32, time: 1703861490.732251
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.732251
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 832, time: 1703861490.732251
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 355, time: 1703861490.732251
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861490.732251
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861490.732251
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 38, time: 1703861490.732251
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.732251
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 935, time: 1703861490.732251
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 625, time: 1703861490.732251
12/29/23-15:51:30 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861490.732251
12/29/23-15:51:30 DEBUG slot 0 in void state...
12/29/23-15:51:30 DEBUG slot 1 in pan state...
12/29/23-15:51:30 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 459.11654293872 detected
12/29/23-15:51:30 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:30 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861490.743969
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861490.743969
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 32, time: 1703861490.743969
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.743969
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 857, time: 1703861490.743969
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 355, time: 1703861490.743969
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861490.743969
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861490.743969
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 39, time: 1703861490.743969
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.743969
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 961, time: 1703861490.743969
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 623, time: 1703861490.743969
12/29/23-15:51:30 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861490.743969
12/29/23-15:51:30 DEBUG slot 0 in void state...
12/29/23-15:51:30 DEBUG slot 1 in pan state...
12/29/23-15:51:30 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 484.12601665269 detected
12/29/23-15:51:30 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:30 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861490.755553
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861490.755553
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 33, time: 1703861490.755553
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.755553
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 878, time: 1703861490.755553
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 354, time: 1703861490.755553
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861490.755553
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861490.755553
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 39, time: 1703861490.755553
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.755553
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 986, time: 1703861490.755553
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 619, time: 1703861490.755553
12/29/23-15:51:30 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861490.755553
12/29/23-15:51:30 DEBUG slot 0 in void state...
12/29/23-15:51:30 DEBUG slot 1 in pan state...
12/29/23-15:51:30 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 507.27901592713 detected
12/29/23-15:51:30 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:30 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861490.767050
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861490.767050
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861490.767050
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.767050
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 898, time: 1703861490.767050
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 353, time: 1703861490.767050
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861490.767050
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861490.767050
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 39, time: 1703861490.767050
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.767050
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1010, time: 1703861490.767050
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 616, time: 1703861490.767050
12/29/23-15:51:30 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861490.767050
12/29/23-15:51:30 DEBUG slot 0 in void state...
12/29/23-15:51:30 DEBUG slot 1 in pan state...
12/29/23-15:51:30 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 529.365658123 detected
12/29/23-15:51:30 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:30 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861490.778501
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861490.778501
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 35, time: 1703861490.778501
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.778501
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 918, time: 1703861490.778501
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 352, time: 1703861490.778501
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861490.778501
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861490.778501
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 39, time: 1703861490.778501
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.778501
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1032, time: 1703861490.778501
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 612, time: 1703861490.778501
12/29/23-15:51:30 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861490.778501
12/29/23-15:51:30 DEBUG slot 0 in void state...
12/29/23-15:51:30 DEBUG slot 1 in pan state...
12/29/23-15:51:30 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 550.45526612069 detected
12/29/23-15:51:30 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:30 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861490.790204
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861490.790204
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 36, time: 1703861490.790204
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.790204
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 936, time: 1703861490.790204
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 350, time: 1703861490.790204
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861490.790204
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861490.790204
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 40, time: 1703861490.790204
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.790204
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1052, time: 1703861490.790204
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 609, time: 1703861490.790204
12/29/23-15:51:30 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861490.790204
12/29/23-15:51:30 DEBUG slot 0 in void state...
12/29/23-15:51:30 DEBUG slot 1 in pan state...
12/29/23-15:51:30 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 569.62531544867 detected
12/29/23-15:51:30 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:30 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861490.801801
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861490.801801
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 36, time: 1703861490.801801
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.801801
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 950, time: 1703861490.801801
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 349, time: 1703861490.801801
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861490.801801
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861490.801801
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 41, time: 1703861490.801801
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.801801
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1069, time: 1703861490.801801
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 605, time: 1703861490.801801
12/29/23-15:51:30 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861490.801801
12/29/23-15:51:30 DEBUG slot 0 in void state...
12/29/23-15:51:30 DEBUG slot 1 in pan state...
12/29/23-15:51:30 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 585.73116700411 detected
12/29/23-15:51:30 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:30 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861490.813419
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861490.813419
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 36, time: 1703861490.813419
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.813419
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 961, time: 1703861490.813419
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 348, time: 1703861490.813419
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861490.813419
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861490.813419
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 42, time: 1703861490.813419
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.813419
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1082, time: 1703861490.813419
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 602, time: 1703861490.813419
12/29/23-15:51:30 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861490.813419
12/29/23-15:51:30 DEBUG slot 0 in void state...
12/29/23-15:51:30 DEBUG slot 1 in pan state...
12/29/23-15:51:30 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 597.85031571456 detected
12/29/23-15:51:30 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:30 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861490.825018
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861490.825018
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 36, time: 1703861490.825018
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.825018
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 970, time: 1703861490.825018
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 347, time: 1703861490.825018
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861490.825018
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861490.825018
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 43, time: 1703861490.825018
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.825018
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1092, time: 1703861490.825018
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 599, time: 1703861490.825018
12/29/23-15:51:30 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861490.825018
12/29/23-15:51:30 DEBUG slot 0 in void state...
12/29/23-15:51:30 DEBUG slot 1 in pan state...
12/29/23-15:51:30 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 606.98105407006 detected
12/29/23-15:51:30 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:30 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861490.836607
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861490.836607
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 36, time: 1703861490.836607
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.836607
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 976, time: 1703861490.836607
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 346, time: 1703861490.836607
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861490.836607
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861490.836607
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 44, time: 1703861490.836607
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.836607
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1099, time: 1703861490.836607
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 597, time: 1703861490.836607
12/29/23-15:51:30 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861490.836607
12/29/23-15:51:30 DEBUG slot 0 in void state...
12/29/23-15:51:30 DEBUG slot 1 in pan state...
12/29/23-15:51:30 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 614.12132351841 detected
12/29/23-15:51:30 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:30 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861490.849084
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861490.849084
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 36, time: 1703861490.849084
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.849084
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 981, time: 1703861490.849084
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 346, time: 1703861490.849084
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861490.849084
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861490.849084
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 45, time: 1703861490.849084
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.849084
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1103, time: 1703861490.849084
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 596, time: 1703861490.849084
12/29/23-15:51:30 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861490.849084
12/29/23-15:51:30 DEBUG slot 0 in void state...
12/29/23-15:51:30 DEBUG slot 1 in pan state...
12/29/23-15:51:30 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 618.1075958116 detected
12/29/23-15:51:30 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:30 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861490.860545
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861490.860545
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 36, time: 1703861490.860545
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.860545
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 984, time: 1703861490.860545
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 346, time: 1703861490.860545
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861490.860545
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861490.860545
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 46, time: 1703861490.860545
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.860545
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1106, time: 1703861490.860545
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 596, time: 1703861490.860545
12/29/23-15:51:30 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861490.860545
12/29/23-15:51:30 DEBUG slot 0 in void state...
12/29/23-15:51:30 DEBUG slot 1 in pan state...
12/29/23-15:51:30 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 621.09741586968 detected
12/29/23-15:51:30 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:30 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861490.871933
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861490.871933
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 36, time: 1703861490.871933
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.871933
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 986, time: 1703861490.871933
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 346, time: 1703861490.871933
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861490.871933
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861490.871933
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 46, time: 1703861490.871933
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.871933
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1108, time: 1703861490.871933
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 595, time: 1703861490.871933
12/29/23-15:51:30 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861490.871933
12/29/23-15:51:30 DEBUG slot 0 in void state...
12/29/23-15:51:30 DEBUG slot 1 in pan state...
12/29/23-15:51:30 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 623.17333062319 detected
12/29/23-15:51:30 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:30 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861490.883775
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861490.883775
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 36, time: 1703861490.883775
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.883775
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 987, time: 1703861490.883775
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 346, time: 1703861490.883775
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861490.883775
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861490.883775
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 46, time: 1703861490.883775
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.883775
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1109, time: 1703861490.883775
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 595, time: 1703861490.883775
12/29/23-15:51:30 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861490.883775
12/29/23-15:51:30 DEBUG slot 0 in void state...
12/29/23-15:51:30 DEBUG slot 1 in pan state...
12/29/23-15:51:30 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 624.16984867903 detected
12/29/23-15:51:30 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:30 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861490.895233
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861490.895233
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 36, time: 1703861490.895233
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.895233
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 987, time: 1703861490.895233
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 346, time: 1703861490.895233
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861490.895233
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861490.895233
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 47, time: 1703861490.895233
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.895233
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1111, time: 1703861490.895233
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 595, time: 1703861490.895233
12/29/23-15:51:30 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861490.895233
12/29/23-15:51:30 DEBUG slot 0 in void state...
12/29/23-15:51:30 DEBUG slot 1 in pan state...
12/29/23-15:51:30 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 625.16637785473 detected
12/29/23-15:51:30 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:30 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861490.906726
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861490.906726
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 36, time: 1703861490.906726
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.906726
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 987, time: 1703861490.906726
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 346, time: 1703861490.906726
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861490.906726
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861490.906726
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 47, time: 1703861490.906726
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.906726
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1111, time: 1703861490.906726
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 595, time: 1703861490.906726
12/29/23-15:51:30 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861490.906726
12/29/23-15:51:30 DEBUG slot 0 in void state...
12/29/23-15:51:30 DEBUG slot 1 in pan state...
12/29/23-15:51:30 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 625.16637785473 detected
12/29/23-15:51:30 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:30 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861490.918920
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861490.918920
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 36, time: 1703861490.918920
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.918920
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 987, time: 1703861490.918920
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 346, time: 1703861490.918920
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861490.918920
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861490.918920
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 47, time: 1703861490.918920
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.918920
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1111, time: 1703861490.918920
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 595, time: 1703861490.918920
12/29/23-15:51:30 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861490.918920
12/29/23-15:51:30 DEBUG slot 0 in void state...
12/29/23-15:51:30 DEBUG slot 1 in pan state...
12/29/23-15:51:30 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 625.16637785473 detected
12/29/23-15:51:30 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:30 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861490.930493
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861490.930493
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 36, time: 1703861490.930493
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.930493
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 987, time: 1703861490.930493
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 346, time: 1703861490.930493
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861490.930493
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861490.930493
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 47, time: 1703861490.930493
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.930493
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1111, time: 1703861490.930493
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 595, time: 1703861490.930493
12/29/23-15:51:30 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861490.930493
12/29/23-15:51:30 DEBUG slot 0 in void state...
12/29/23-15:51:30 DEBUG slot 1 in pan state...
12/29/23-15:51:30 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 625.16637785473 detected
12/29/23-15:51:30 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:30 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861490.942116
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861490.942116
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 36, time: 1703861490.942116
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.942116
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 987, time: 1703861490.942116
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 346, time: 1703861490.942116
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861490.942116
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861490.942116
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 48, time: 1703861490.942116
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.942116
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1111, time: 1703861490.942116
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 595, time: 1703861490.942116
12/29/23-15:51:30 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861490.942116
12/29/23-15:51:30 DEBUG slot 0 in void state...
12/29/23-15:51:30 DEBUG slot 1 in pan state...
12/29/23-15:51:30 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 625.16637785473 detected
12/29/23-15:51:30 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:30 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861490.953646
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861490.953646
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 36, time: 1703861490.953646
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.953646
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 987, time: 1703861490.953646
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 346, time: 1703861490.953646
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861490.953646
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861490.953646
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 48, time: 1703861490.953646
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.953646
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1111, time: 1703861490.953646
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 595, time: 1703861490.953646
12/29/23-15:51:30 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861490.953646
12/29/23-15:51:30 DEBUG slot 0 in void state...
12/29/23-15:51:30 DEBUG slot 1 in pan state...
12/29/23-15:51:30 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 625.16637785473 detected
12/29/23-15:51:30 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:30 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861490.965258
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861490.965258
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 36, time: 1703861490.965258
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.965258
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 987, time: 1703861490.965258
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 346, time: 1703861490.965258
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861490.965258
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861490.965258
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 49, time: 1703861490.965258
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.965258
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1111, time: 1703861490.965258
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 595, time: 1703861490.965258
12/29/23-15:51:30 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861490.965258
12/29/23-15:51:30 DEBUG slot 0 in void state...
12/29/23-15:51:30 DEBUG slot 1 in pan state...
12/29/23-15:51:30 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 625.16637785473 detected
12/29/23-15:51:30 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:30 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861490.976895
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861490.976895
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 36, time: 1703861490.976895
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.976895
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 987, time: 1703861490.976895
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 346, time: 1703861490.976895
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861490.976895
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861490.976895
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 49, time: 1703861490.976895
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.976895
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1111, time: 1703861490.976895
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 595, time: 1703861490.976895
12/29/23-15:51:30 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861490.976895
12/29/23-15:51:30 DEBUG slot 0 in void state...
12/29/23-15:51:30 DEBUG slot 1 in pan state...
12/29/23-15:51:30 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 625.16637785473 detected
12/29/23-15:51:30 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:30 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861490.988428
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861490.988428
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 36, time: 1703861490.988428
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.988428
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 987, time: 1703861490.988428
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 346, time: 1703861490.988428
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861490.988428
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861490.988428
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 49, time: 1703861490.988428
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861490.988428
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1111, time: 1703861490.988428
12/29/23-15:51:30 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 595, time: 1703861490.988428
12/29/23-15:51:30 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861490.988428
12/29/23-15:51:30 DEBUG slot 0 in void state...
12/29/23-15:51:30 DEBUG slot 1 in pan state...
12/29/23-15:51:30 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 625.16637785473 detected
12/29/23-15:51:30 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:30 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861491.000053
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861491.000053
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 36, time: 1703861491.000053
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861491.000053
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 987, time: 1703861491.000053
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 346, time: 1703861491.000053
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861491.000053
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861491.000053
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 49, time: 1703861491.000053
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861491.000053
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1111, time: 1703861491.000053
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 595, time: 1703861491.000053
12/29/23-15:51:31 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861491.000053
12/29/23-15:51:31 DEBUG slot 0 in void state...
12/29/23-15:51:31 DEBUG slot 1 in pan state...
12/29/23-15:51:31 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 625.16637785473 detected
12/29/23-15:51:31 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:31 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861491.011599
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861491.011599
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 36, time: 1703861491.011599
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861491.011599
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 987, time: 1703861491.011599
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 346, time: 1703861491.011599
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861491.011599
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861491.011599
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 49, time: 1703861491.011599
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861491.011599
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1111, time: 1703861491.011599
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 595, time: 1703861491.011599
12/29/23-15:51:31 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861491.011599
12/29/23-15:51:31 DEBUG slot 0 in void state...
12/29/23-15:51:31 DEBUG slot 1 in pan state...
12/29/23-15:51:31 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 625.16637785473 detected
12/29/23-15:51:31 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:31 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861491.023227
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861491.023227
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 36, time: 1703861491.023227
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861491.023227
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 987, time: 1703861491.023227
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 346, time: 1703861491.023227
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861491.023227
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861491.023227
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 49, time: 1703861491.023227
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861491.023227
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1111, time: 1703861491.023227
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 595, time: 1703861491.023227
12/29/23-15:51:31 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861491.023227
12/29/23-15:51:31 DEBUG slot 0 in void state...
12/29/23-15:51:31 DEBUG slot 1 in pan state...
12/29/23-15:51:31 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 625.16637785473 detected
12/29/23-15:51:31 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:31 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861491.034885
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861491.034885
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 36, time: 1703861491.034885
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861491.034885
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 987, time: 1703861491.034885
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 346, time: 1703861491.034885
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861491.034885
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861491.034885
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 49, time: 1703861491.034885
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861491.034885
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1111, time: 1703861491.034885
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 595, time: 1703861491.034885
12/29/23-15:51:31 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861491.034885
12/29/23-15:51:31 DEBUG slot 0 in void state...
12/29/23-15:51:31 DEBUG slot 1 in pan state...
12/29/23-15:51:31 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 625.16637785473 detected
12/29/23-15:51:31 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:31 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861491.046092
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861491.046092
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 36, time: 1703861491.046092
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861491.046092
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 987, time: 1703861491.046092
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 346, time: 1703861491.046092
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861491.046092
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861491.046092
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 49, time: 1703861491.046092
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861491.046092
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1111, time: 1703861491.046092
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 595, time: 1703861491.046092
12/29/23-15:51:31 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861491.046092
12/29/23-15:51:31 DEBUG slot 0 in void state...
12/29/23-15:51:31 DEBUG slot 1 in pan state...
12/29/23-15:51:31 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 625.16637785473 detected
12/29/23-15:51:31 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:31 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861491.057924
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861491.057924
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 36, time: 1703861491.057924
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861491.057924
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 987, time: 1703861491.057924
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 346, time: 1703861491.057924
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861491.057924
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861491.057924
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 49, time: 1703861491.057924
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861491.057924
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1111, time: 1703861491.057924
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 595, time: 1703861491.057924
12/29/23-15:51:31 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861491.057924
12/29/23-15:51:31 DEBUG slot 0 in void state...
12/29/23-15:51:31 DEBUG slot 1 in pan state...
12/29/23-15:51:31 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 625.16637785473 detected
12/29/23-15:51:31 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:31 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861491.069577
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861491.069577
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 36, time: 1703861491.069577
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861491.069577
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 987, time: 1703861491.069577
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 346, time: 1703861491.069577
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861491.069577
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1340, time: 1703861491.069577
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 49, time: 1703861491.069577
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861491.069577
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1111, time: 1703861491.069577
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 595, time: 1703861491.069577
12/29/23-15:51:31 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861491.069577
12/29/23-15:51:31 DEBUG slot 0 in void state...
12/29/23-15:51:31 DEBUG slot 1 in pan state...
12/29/23-15:51:31 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 625.16637785473 detected
12/29/23-15:51:31 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:31 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861491.080476
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1339, time: 1703861491.080476
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 36, time: 1703861491.080476
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861491.080476
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 987, time: 1703861491.080476
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 346, time: 1703861491.080476
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861491.080476
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: -1, time: 1703861491.080476
12/29/23-15:51:31 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861491.080476
12/29/23-15:51:31 DEBUG slot 0 in void state...
12/29/23-15:51:31 DEBUG slot 1 in pan state...
12/29/23-15:51:31 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 625.16637785473 detected
12/29/23-15:51:31 DEBUG two_finger_swipe south 625.16637785473 detected
12/29/23-15:51:31 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:31 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:31 DEBUG set light intensity 3
12/29/23-15:51:31 DEBUG show widget: table: 0x75ca01b0
12/29/23-15:51:31 DEBUG setDirty nil from widget table: 0x75ca01b0 w/ NO region; dithering: nil
12/29/23-15:51:31 DEBUG setDirty via a func from widget table: 0x75ca01b0
12/29/23-15:51:31 DEBUG painting widget: table: 0x75ca01b0
12/29/23-15:51:31 DEBUG _refresh: Enqueued ui update for region 285 9 502 100 dithering: false
12/29/23-15:51:31 DEBUG triggering refresh {
dither = false,
mode = "ui",
region = "502x100+285+9"
} --[[table: 0x744c0710]]
12/29/23-15:51:31 DEBUG refresh: ui-mode 285 9 502 100 false
12/29/23-15:51:31 DEBUG mxc_update: 502x100 region @ (285, 9) with marker 7 (WFM: 257 & UPD: 0)
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861491.091466
12/29/23-15:51:31 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: -1, time: 1703861491.091466
12/29/23-15:51:31 DEBUG key event => code: 330 (BTN_TOUCH), value: 0, time: 1703861491.091466
12/29/23-15:51:31 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861491.091466
12/29/23-15:51:31 DEBUG slot 0 in void state...
12/29/23-15:51:31 DEBUG Contact:voidState Contact lift detected
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1341, time: 1703861492.475616
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861492.475616
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.475616
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 414, time: 1703861492.475616
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 303, time: 1703861492.475616
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861492.475616
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1342, time: 1703861492.475616
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 32, time: 1703861492.475616
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.475616
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 430, time: 1703861492.475616
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 555, time: 1703861492.475616
12/29/23-15:51:32 DEBUG key event => code: 330 (BTN_TOUCH), value: 1, time: 1703861492.475616
12/29/23-15:51:32 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861492.475616
12/29/23-15:51:32 DEBUG slot 0 in tap state...
12/29/23-15:51:32 DEBUG set up hold timer
12/29/23-15:51:32 DEBUG slot 1 in tap state...
12/29/23-15:51:32 DEBUG set up hold timer
12/29/23-15:51:32 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:32 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:32 DEBUG close widget: table: 0x75ca01b0
12/29/23-15:51:32 DEBUG setDirty via a func from widget nil
12/29/23-15:51:32 DEBUG Lower widget ReaderUI covers the full screen
12/29/23-15:51:32 DEBUG setDirty nil from widget ReaderUI w/ NO region; dithering: nil
12/29/23-15:51:32 DEBUG painting widget: ReaderUI
12/29/23-15:51:32 DEBUG readerview painting "1072x1448+0+0" to 0 0
12/29/23-15:51:32 DEBUG CreDocument: goto page 2 flow 0
12/29/23-15:51:32 DEBUG _refresh: Enqueued ui update for region 285 9 502 100 dithering: false
12/29/23-15:51:32 DEBUG triggering refresh {
dither = false,
mode = "ui",
region = "502x100+285+9"
} --[[table: 0x75c9fb80]]
12/29/23-15:51:32 DEBUG refresh: ui-mode 285 9 502 100 false
12/29/23-15:51:32 DEBUG mxc_update: 502x100 region @ (285, 9) with marker 8 (WFM: 257 & UPD: 0)
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861492.487548
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1341, time: 1703861492.487548
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861492.487548
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.487548
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 414, time: 1703861492.487548
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 303, time: 1703861492.487548
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861492.487548
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1342, time: 1703861492.487548
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 32, time: 1703861492.487548
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.487548
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 430, time: 1703861492.487548
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 555, time: 1703861492.487548
12/29/23-15:51:32 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861492.487548
12/29/23-15:51:32 DEBUG slot 0 in tap state...
12/29/23-15:51:32 DEBUG slot 1 in tap state...
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861492.499600
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1341, time: 1703861492.499600
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 35, time: 1703861492.499600
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.499600
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 414, time: 1703861492.499600
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 303, time: 1703861492.499600
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861492.499600
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1342, time: 1703861492.499600
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 33, time: 1703861492.499600
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.499600
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 430, time: 1703861492.499600
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 555, time: 1703861492.499600
12/29/23-15:51:32 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861492.499600
12/29/23-15:51:32 DEBUG slot 0 in tap state...
12/29/23-15:51:32 DEBUG slot 1 in tap state...
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861492.508728
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1341, time: 1703861492.508728
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 36, time: 1703861492.508728
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.508728
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 414, time: 1703861492.508728
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 303, time: 1703861492.508728
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861492.508728
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1342, time: 1703861492.508728
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861492.508728
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.508728
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 430, time: 1703861492.508728
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 555, time: 1703861492.508728
12/29/23-15:51:32 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861492.508728
12/29/23-15:51:32 DEBUG slot 0 in tap state...
12/29/23-15:51:32 DEBUG slot 1 in tap state...
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861492.520645
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1341, time: 1703861492.520645
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 37, time: 1703861492.520645
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.520645
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 414, time: 1703861492.520645
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 303, time: 1703861492.520645
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861492.520645
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1342, time: 1703861492.520645
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 35, time: 1703861492.520645
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.520645
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 430, time: 1703861492.520645
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 555, time: 1703861492.520645
12/29/23-15:51:32 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861492.520645
12/29/23-15:51:32 DEBUG slot 0 in tap state...
12/29/23-15:51:32 DEBUG slot 1 in tap state...
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861492.531628
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1341, time: 1703861492.531628
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 38, time: 1703861492.531628
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.531628
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 414, time: 1703861492.531628
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 303, time: 1703861492.531628
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861492.531628
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1342, time: 1703861492.531628
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 36, time: 1703861492.531628
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.531628
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 430, time: 1703861492.531628
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 555, time: 1703861492.531628
12/29/23-15:51:32 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861492.531628
12/29/23-15:51:32 DEBUG slot 0 in tap state...
12/29/23-15:51:32 DEBUG slot 1 in tap state...
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861492.543230
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1341, time: 1703861492.543230
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 39, time: 1703861492.543230
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.543230
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 414, time: 1703861492.543230
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 303, time: 1703861492.543230
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861492.543230
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1342, time: 1703861492.543230
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 37, time: 1703861492.543230
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.543230
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 430, time: 1703861492.543230
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 555, time: 1703861492.543230
12/29/23-15:51:32 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861492.543230
12/29/23-15:51:32 DEBUG slot 0 in tap state...
12/29/23-15:51:32 DEBUG slot 1 in tap state...
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861492.554972
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1341, time: 1703861492.554972
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 40, time: 1703861492.554972
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.554972
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 414, time: 1703861492.554972
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 303, time: 1703861492.554972
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861492.554972
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1342, time: 1703861492.554972
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 38, time: 1703861492.554972
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.554972
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 430, time: 1703861492.554972
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 555, time: 1703861492.554972
12/29/23-15:51:32 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861492.554972
12/29/23-15:51:32 DEBUG slot 0 in tap state...
12/29/23-15:51:32 DEBUG slot 1 in tap state...
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861492.566353
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1341, time: 1703861492.566353
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 41, time: 1703861492.566353
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.566353
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 414, time: 1703861492.566353
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 303, time: 1703861492.566353
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861492.566353
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1342, time: 1703861492.566353
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 39, time: 1703861492.566353
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.566353
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 430, time: 1703861492.566353
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 555, time: 1703861492.566353
12/29/23-15:51:32 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861492.566353
12/29/23-15:51:32 DEBUG slot 0 in tap state...
12/29/23-15:51:32 DEBUG slot 1 in tap state...
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861492.578368
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1341, time: 1703861492.578368
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 42, time: 1703861492.578368
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.578368
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 414, time: 1703861492.578368
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 303, time: 1703861492.578368
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861492.578368
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1342, time: 1703861492.578368
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 40, time: 1703861492.578368
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.578368
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 430, time: 1703861492.578368
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 555, time: 1703861492.578368
12/29/23-15:51:32 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861492.578368
12/29/23-15:51:32 DEBUG slot 0 in tap state...
12/29/23-15:51:32 DEBUG slot 1 in tap state...
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861492.589976
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1341, time: 1703861492.589976
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 43, time: 1703861492.589976
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.589976
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 414, time: 1703861492.589976
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 303, time: 1703861492.589976
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861492.589976
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1342, time: 1703861492.589976
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 40, time: 1703861492.589976
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.589976
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 430, time: 1703861492.589976
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 555, time: 1703861492.589976
12/29/23-15:51:32 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861492.589976
12/29/23-15:51:32 DEBUG slot 0 in tap state...
12/29/23-15:51:32 DEBUG slot 1 in tap state...
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861492.601570
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1341, time: 1703861492.601570
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 44, time: 1703861492.601570
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.601570
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 414, time: 1703861492.601570
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 303, time: 1703861492.601570
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861492.601570
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1342, time: 1703861492.601570
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 41, time: 1703861492.601570
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.601570
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 430, time: 1703861492.601570
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 555, time: 1703861492.601570
12/29/23-15:51:32 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861492.601570
12/29/23-15:51:32 DEBUG slot 0 in tap state...
12/29/23-15:51:32 DEBUG slot 1 in tap state...
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861492.613154
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1341, time: 1703861492.613154
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 45, time: 1703861492.613154
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.613154
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 414, time: 1703861492.613154
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 303, time: 1703861492.613154
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861492.613154
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1342, time: 1703861492.613154
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 41, time: 1703861492.613154
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.613154
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 430, time: 1703861492.613154
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 555, time: 1703861492.613154
12/29/23-15:51:32 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861492.613154
12/29/23-15:51:32 DEBUG slot 0 in tap state...
12/29/23-15:51:32 DEBUG slot 1 in tap state...
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861492.624759
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1341, time: 1703861492.624759
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 46, time: 1703861492.624759
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.624759
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 414, time: 1703861492.624759
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 303, time: 1703861492.624759
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861492.624759
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1342, time: 1703861492.624759
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 41, time: 1703861492.624759
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.624759
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 430, time: 1703861492.624759
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 555, time: 1703861492.624759
12/29/23-15:51:32 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861492.624759
12/29/23-15:51:32 DEBUG slot 0 in tap state...
12/29/23-15:51:32 DEBUG slot 1 in tap state...
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861492.636349
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1341, time: 1703861492.636349
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 47, time: 1703861492.636349
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.636349
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 414, time: 1703861492.636349
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 303, time: 1703861492.636349
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861492.636349
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1342, time: 1703861492.636349
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 42, time: 1703861492.636349
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.636349
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 430, time: 1703861492.636349
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 555, time: 1703861492.636349
12/29/23-15:51:32 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861492.636349
12/29/23-15:51:32 DEBUG slot 0 in tap state...
12/29/23-15:51:32 DEBUG slot 1 in tap state...
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861492.648020
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1341, time: 1703861492.648020
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 47, time: 1703861492.648020
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.648020
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 414, time: 1703861492.648020
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 303, time: 1703861492.648020
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861492.648020
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1342, time: 1703861492.648020
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 42, time: 1703861492.648020
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.648020
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 430, time: 1703861492.648020
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 555, time: 1703861492.648020
12/29/23-15:51:32 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861492.648020
12/29/23-15:51:32 DEBUG slot 0 in tap state...
12/29/23-15:51:32 DEBUG slot 1 in tap state...
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861492.660780
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1341, time: 1703861492.660780
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 47, time: 1703861492.660780
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.660780
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 414, time: 1703861492.660780
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 303, time: 1703861492.660780
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861492.660780
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1342, time: 1703861492.660780
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 42, time: 1703861492.660780
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.660780
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 430, time: 1703861492.660780
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 555, time: 1703861492.660780
12/29/23-15:51:32 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861492.660780
12/29/23-15:51:32 DEBUG slot 0 in tap state...
12/29/23-15:51:32 DEBUG slot 1 in tap state...
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861492.672413
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1341, time: 1703861492.672413
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 47, time: 1703861492.672413
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.672413
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 414, time: 1703861492.672413
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 303, time: 1703861492.672413
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861492.672413
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1342, time: 1703861492.672413
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 42, time: 1703861492.672413
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.672413
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 430, time: 1703861492.672413
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 555, time: 1703861492.672413
12/29/23-15:51:32 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861492.672413
12/29/23-15:51:32 DEBUG slot 0 in tap state...
12/29/23-15:51:32 DEBUG slot 1 in tap state...
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861492.684186
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1341, time: 1703861492.684186
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 47, time: 1703861492.684186
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861492.684186
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 414, time: 1703861492.684186
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 303, time: 1703861492.684186
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861492.684186
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1342, time: 1703861492.684186
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 42, time: 1703861492.684186
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.684186
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 430, time: 1703861492.684186
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 555, time: 1703861492.684186
12/29/23-15:51:32 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861492.684186
12/29/23-15:51:32 DEBUG slot 0 in tap state...
12/29/23-15:51:32 DEBUG slot 1 in tap state...
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861492.695650
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1341, time: 1703861492.695650
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 47, time: 1703861492.695650
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861492.695650
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 415, time: 1703861492.695650
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 302, time: 1703861492.695650
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861492.695650
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1342, time: 1703861492.695650
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 42, time: 1703861492.695650
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.695650
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 430, time: 1703861492.695650
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 555, time: 1703861492.695650
12/29/23-15:51:32 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861492.695650
12/29/23-15:51:32 DEBUG slot 0 in tap state...
12/29/23-15:51:32 DEBUG slot 1 in tap state...
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861492.707265
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1341, time: 1703861492.707265
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 47, time: 1703861492.707265
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861492.707265
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 418, time: 1703861492.707265
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 301, time: 1703861492.707265
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861492.707265
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1342, time: 1703861492.707265
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 42, time: 1703861492.707265
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.707265
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 430, time: 1703861492.707265
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 554, time: 1703861492.707265
12/29/23-15:51:32 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861492.707265
12/29/23-15:51:32 DEBUG slot 0 in tap state...
12/29/23-15:51:32 DEBUG slot 1 in tap state...
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861492.718797
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1341, time: 1703861492.718797
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 47, time: 1703861492.718797
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861492.718797
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 426, time: 1703861492.718797
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 298, time: 1703861492.718797
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861492.718797
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1342, time: 1703861492.718797
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 42, time: 1703861492.718797
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.718797
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 433, time: 1703861492.718797
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 553, time: 1703861492.718797
12/29/23-15:51:32 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861492.718797
12/29/23-15:51:32 DEBUG slot 0 in tap state...
12/29/23-15:51:32 DEBUG slot 1 in tap state...
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861492.730464
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1341, time: 1703861492.730464
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 47, time: 1703861492.730464
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861492.730464
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 438, time: 1703861492.730464
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 295, time: 1703861492.730464
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861492.730464
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1342, time: 1703861492.730464
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 42, time: 1703861492.730464
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.730464
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 441, time: 1703861492.730464
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 552, time: 1703861492.730464
12/29/23-15:51:32 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861492.730464
12/29/23-15:51:32 DEBUG slot 0 in tap state...
12/29/23-15:51:32 DEBUG slot 1 in tap state...
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861492.742190
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1341, time: 1703861492.742190
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 48, time: 1703861492.742190
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861492.742190
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 456, time: 1703861492.742190
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 291, time: 1703861492.742190
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861492.742190
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1342, time: 1703861492.742190
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 42, time: 1703861492.742190
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.742190
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 455, time: 1703861492.742190
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 549, time: 1703861492.742190
12/29/23-15:51:32 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861492.742190
12/29/23-15:51:32 DEBUG slot 0 in tap state...
12/29/23-15:51:32 DEBUG slot 1 in tap state...
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861492.753676
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1341, time: 1703861492.753676
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 48, time: 1703861492.753676
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861492.753676
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 479, time: 1703861492.753676
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 286, time: 1703861492.753676
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861492.753676
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1342, time: 1703861492.753676
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 42, time: 1703861492.753676
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.753676
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 476, time: 1703861492.753676
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 544, time: 1703861492.753676
12/29/23-15:51:32 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861492.753676
12/29/23-15:51:32 DEBUG slot 0 in tap state...
12/29/23-15:51:32 DEBUG slot 1 in tap state...
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861492.765306
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1341, time: 1703861492.765306
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 48, time: 1703861492.765306
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861492.765306
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 506, time: 1703861492.765306
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 281, time: 1703861492.765306
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861492.765306
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1342, time: 1703861492.765306
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 42, time: 1703861492.765306
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.765306
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 503, time: 1703861492.765306
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 538, time: 1703861492.765306
12/29/23-15:51:32 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861492.765306
12/29/23-15:51:32 DEBUG slot 0 in tap state...
12/29/23-15:51:32 DEBUG slot 0 in pan state...
12/29/23-15:51:32 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 85.375640553966 detected
12/29/23-15:51:32 DEBUG slot 1 in void state...
12/29/23-15:51:32 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:32 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861492.778598
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1341, time: 1703861492.778598
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 48, time: 1703861492.778598
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861492.778598
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 535, time: 1703861492.778598
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 277, time: 1703861492.778598
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861492.778598
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1342, time: 1703861492.778598
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 42, time: 1703861492.778598
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.778598
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 533, time: 1703861492.778598
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 531, time: 1703861492.778598
12/29/23-15:51:32 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861492.778598
12/29/23-15:51:32 DEBUG slot 0 in pan state...
12/29/23-15:51:32 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 114.75626344562 detected
12/29/23-15:51:32 DEBUG slot 1 in void state...
12/29/23-15:51:32 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:32 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861492.790004
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1341, time: 1703861492.790004
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 48, time: 1703861492.790004
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861492.790004
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 565, time: 1703861492.790004
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 272, time: 1703861492.790004
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861492.790004
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1342, time: 1703861492.790004
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 42, time: 1703861492.790004
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.790004
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 564, time: 1703861492.790004
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 523, time: 1703861492.790004
12/29/23-15:51:32 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861492.790004
12/29/23-15:51:32 DEBUG slot 0 in pan state...
12/29/23-15:51:32 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 146.5366848267 detected
12/29/23-15:51:32 DEBUG slot 1 in void state...
12/29/23-15:51:32 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:32 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861492.800162
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1341, time: 1703861492.800162
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 48, time: 1703861492.800162
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861492.800162
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 596, time: 1703861492.800162
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 266, time: 1703861492.800162
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861492.800162
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1342, time: 1703861492.800162
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 42, time: 1703861492.800162
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.800162
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 595, time: 1703861492.800162
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 515, time: 1703861492.800162
12/29/23-15:51:32 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861492.800162
12/29/23-15:51:32 DEBUG slot 0 in pan state...
12/29/23-15:51:32 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 178.31713322056 detected
12/29/23-15:51:32 DEBUG slot 1 in void state...
12/29/23-15:51:32 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:32 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861492.811628
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1341, time: 1703861492.811628
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 48, time: 1703861492.811628
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861492.811628
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 628, time: 1703861492.811628
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 259, time: 1703861492.811628
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861492.811628
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1342, time: 1703861492.811628
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 42, time: 1703861492.811628
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.811628
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 626, time: 1703861492.811628
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 509, time: 1703861492.811628
12/29/23-15:51:32 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861492.811628
12/29/23-15:51:32 DEBUG slot 0 in pan state...
12/29/23-15:51:32 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 209.88091861815 detected
12/29/23-15:51:32 DEBUG slot 1 in void state...
12/29/23-15:51:32 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:32 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861492.823222
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1341, time: 1703861492.823222
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 48, time: 1703861492.823222
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861492.823222
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 659, time: 1703861492.823222
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 253, time: 1703861492.823222
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861492.823222
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1342, time: 1703861492.823222
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 42, time: 1703861492.823222
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.823222
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 658, time: 1703861492.823222
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 505, time: 1703861492.823222
12/29/23-15:51:32 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861492.823222
12/29/23-15:51:32 DEBUG slot 0 in pan state...
12/29/23-15:51:32 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 242.21684499638 detected
12/29/23-15:51:32 DEBUG slot 1 in void state...
12/29/23-15:51:32 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:32 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861492.834857
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1341, time: 1703861492.834857
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 48, time: 1703861492.834857
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861492.834857
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 690, time: 1703861492.834857
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 246, time: 1703861492.834857
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861492.834857
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1342, time: 1703861492.834857
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 42, time: 1703861492.834857
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.834857
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 690, time: 1703861492.834857
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 502, time: 1703861492.834857
12/29/23-15:51:32 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861492.834857
12/29/23-15:51:32 DEBUG slot 0 in pan state...
12/29/23-15:51:32 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 273.58545282964 detected
12/29/23-15:51:32 DEBUG slot 1 in void state...
12/29/23-15:51:32 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:32 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861492.846401
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1341, time: 1703861492.846401
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 48, time: 1703861492.846401
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861492.846401
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 721, time: 1703861492.846401
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 239, time: 1703861492.846401
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861492.846401
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1342, time: 1703861492.846401
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 42, time: 1703861492.846401
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.846401
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 720, time: 1703861492.846401
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 498, time: 1703861492.846401
12/29/23-15:51:32 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861492.846401
12/29/23-15:51:32 DEBUG slot 0 in pan state...
12/29/23-15:51:32 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 305.15897496223 detected
12/29/23-15:51:32 DEBUG slot 1 in void state...
12/29/23-15:51:32 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:32 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861492.858055
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1341, time: 1703861492.858055
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 48, time: 1703861492.858055
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861492.858055
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 754, time: 1703861492.858055
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 233, time: 1703861492.858055
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861492.858055
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1342, time: 1703861492.858055
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 42, time: 1703861492.858055
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.858055
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 751, time: 1703861492.858055
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 492, time: 1703861492.858055
12/29/23-15:51:32 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861492.858055
12/29/23-15:51:32 DEBUG slot 0 in pan state...
12/29/23-15:51:32 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 337.71289581537 detected
12/29/23-15:51:32 DEBUG slot 1 in void state...
12/29/23-15:51:32 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:32 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861492.869645
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1341, time: 1703861492.869645
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 48, time: 1703861492.869645
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861492.869645
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 789, time: 1703861492.869645
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 226, time: 1703861492.869645
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861492.869645
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1342, time: 1703861492.869645
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 42, time: 1703861492.869645
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.869645
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 782, time: 1703861492.869645
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 486, time: 1703861492.869645
12/29/23-15:51:32 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861492.869645
12/29/23-15:51:32 DEBUG slot 0 in pan state...
12/29/23-15:51:32 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 371.24789561693 detected
12/29/23-15:51:32 DEBUG slot 1 in void state...
12/29/23-15:51:32 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:32 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861492.881117
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1341, time: 1703861492.881117
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 48, time: 1703861492.881117
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861492.881117
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 819, time: 1703861492.881117
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 221, time: 1703861492.881117
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861492.881117
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1342, time: 1703861492.881117
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 42, time: 1703861492.881117
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.881117
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 815, time: 1703861492.881117
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 479, time: 1703861492.881117
12/29/23-15:51:32 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861492.881117
12/29/23-15:51:32 DEBUG slot 0 in pan state...
12/29/23-15:51:32 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 402.82254157383 detected
12/29/23-15:51:32 DEBUG slot 1 in void state...
12/29/23-15:51:32 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:32 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861492.892763
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1341, time: 1703861492.892763
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 48, time: 1703861492.892763
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861492.892763
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 849, time: 1703861492.892763
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 217, time: 1703861492.892763
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861492.892763
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1342, time: 1703861492.892763
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 42, time: 1703861492.892763
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.892763
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 844, time: 1703861492.892763
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 472, time: 1703861492.892763
12/29/23-15:51:32 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861492.892763
12/29/23-15:51:32 DEBUG slot 0 in pan state...
12/29/23-15:51:32 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 433.41665865539 detected
12/29/23-15:51:32 DEBUG slot 1 in void state...
12/29/23-15:51:32 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:32 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861492.904387
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1341, time: 1703861492.904387
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 48, time: 1703861492.904387
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861492.904387
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 878, time: 1703861492.904387
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 215, time: 1703861492.904387
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861492.904387
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1342, time: 1703861492.904387
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 42, time: 1703861492.904387
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.904387
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 872, time: 1703861492.904387
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 466, time: 1703861492.904387
12/29/23-15:51:32 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861492.904387
12/29/23-15:51:32 DEBUG slot 0 in pan state...
12/29/23-15:51:32 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 461.66004808733 detected
12/29/23-15:51:32 DEBUG slot 1 in void state...
12/29/23-15:51:32 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:32 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861492.915937
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1341, time: 1703861492.915937
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 48, time: 1703861492.915937
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861492.915937
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 904, time: 1703861492.915937
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 213, time: 1703861492.915937
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861492.915937
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1342, time: 1703861492.915937
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 42, time: 1703861492.915937
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.915937
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 897, time: 1703861492.915937
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 463, time: 1703861492.915937
12/29/23-15:51:32 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861492.915937
12/29/23-15:51:32 DEBUG slot 0 in pan state...
12/29/23-15:51:32 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 487.56743123388 detected
12/29/23-15:51:32 DEBUG slot 1 in void state...
12/29/23-15:51:32 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:32 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861492.927516
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1341, time: 1703861492.927516
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 48, time: 1703861492.927516
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861492.927516
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 928, time: 1703861492.927516
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 214, time: 1703861492.927516
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861492.927516
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1342, time: 1703861492.927516
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 42, time: 1703861492.927516
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.927516
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 920, time: 1703861492.927516
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 461, time: 1703861492.927516
12/29/23-15:51:32 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861492.927516
12/29/23-15:51:32 DEBUG slot 0 in pan state...
12/29/23-15:51:32 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 510.36065679086 detected
12/29/23-15:51:32 DEBUG slot 1 in void state...
12/29/23-15:51:32 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:32 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861492.939131
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1341, time: 1703861492.939131
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 48, time: 1703861492.939131
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861492.939131
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 948, time: 1703861492.939131
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 216, time: 1703861492.939131
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861492.939131
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1342, time: 1703861492.939131
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 42, time: 1703861492.939131
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.939131
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 938, time: 1703861492.939131
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 460, time: 1703861492.939131
12/29/23-15:51:32 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861492.939131
12/29/23-15:51:32 DEBUG slot 0 in pan state...
12/29/23-15:51:32 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 528.88751166954 detected
12/29/23-15:51:32 DEBUG slot 1 in void state...
12/29/23-15:51:32 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:32 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861492.950750
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1341, time: 1703861492.950750
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 48, time: 1703861492.950750
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861492.950750
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 963, time: 1703861492.950750
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 217, time: 1703861492.950750
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861492.950750
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1342, time: 1703861492.950750
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 42, time: 1703861492.950750
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.950750
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 951, time: 1703861492.950750
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 460, time: 1703861492.950750
12/29/23-15:51:32 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861492.950750
12/29/23-15:51:32 DEBUG slot 0 in pan state...
12/29/23-15:51:32 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 542.684070155 detected
12/29/23-15:51:32 DEBUG slot 1 in void state...
12/29/23-15:51:32 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:32 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861492.962354
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1341, time: 1703861492.962354
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 48, time: 1703861492.962354
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861492.962354
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 973, time: 1703861492.962354
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 218, time: 1703861492.962354
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861492.962354
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1342, time: 1703861492.962354
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 42, time: 1703861492.962354
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.962354
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 958, time: 1703861492.962354
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 460, time: 1703861492.962354
12/29/23-15:51:32 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861492.962354
12/29/23-15:51:32 DEBUG slot 0 in pan state...
12/29/23-15:51:32 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 551.39459554841 detected
12/29/23-15:51:32 DEBUG slot 1 in void state...
12/29/23-15:51:32 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:32 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861492.973822
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1341, time: 1703861492.973822
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 48, time: 1703861492.973822
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861492.973822
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 979, time: 1703861492.973822
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 219, time: 1703861492.973822
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861492.973822
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1342, time: 1703861492.973822
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 42, time: 1703861492.973822
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.973822
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 961, time: 1703861492.973822
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 460, time: 1703861492.973822
12/29/23-15:51:32 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861492.973822
12/29/23-15:51:32 DEBUG slot 0 in pan state...
12/29/23-15:51:32 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 555.34133647695 detected
12/29/23-15:51:32 DEBUG slot 1 in void state...
12/29/23-15:51:32 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:32 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861492.985137
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1341, time: 1703861492.985137
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 48, time: 1703861492.985137
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861492.985137
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 981, time: 1703861492.985137
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 220, time: 1703861492.985137
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861492.985137
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1342, time: 1703861492.985137
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 42, time: 1703861492.985137
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.985137
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 961, time: 1703861492.985137
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 460, time: 1703861492.985137
12/29/23-15:51:32 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861492.985137
12/29/23-15:51:32 DEBUG slot 0 in pan state...
12/29/23-15:51:32 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 556.16724103457 detected
12/29/23-15:51:32 DEBUG slot 1 in void state...
12/29/23-15:51:32 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:32 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861492.996574
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1341, time: 1703861492.996574
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 48, time: 1703861492.996574
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861492.996574
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 981, time: 1703861492.996574
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 220, time: 1703861492.996574
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861492.996574
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1342, time: 1703861492.996574
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 42, time: 1703861492.996574
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861492.996574
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 961, time: 1703861492.996574
12/29/23-15:51:32 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 460, time: 1703861492.996574
12/29/23-15:51:32 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861492.996574
12/29/23-15:51:32 DEBUG slot 0 in pan state...
12/29/23-15:51:32 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 556.16724103457 detected
12/29/23-15:51:32 DEBUG slot 1 in void state...
12/29/23-15:51:32 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:32 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861493.008275
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1341, time: 1703861493.008275
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 48, time: 1703861493.008275
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861493.008275
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 981, time: 1703861493.008275
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 220, time: 1703861493.008275
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861493.008275
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1342, time: 1703861493.008275
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 42, time: 1703861493.008275
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861493.008275
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 961, time: 1703861493.008275
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 460, time: 1703861493.008275
12/29/23-15:51:33 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861493.008275
12/29/23-15:51:33 DEBUG slot 0 in pan state...
12/29/23-15:51:33 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 556.16724103457 detected
12/29/23-15:51:33 DEBUG slot 1 in void state...
12/29/23-15:51:33 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:33 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861493.020429
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1341, time: 1703861493.020429
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 48, time: 1703861493.020429
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861493.020429
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 981, time: 1703861493.020429
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 220, time: 1703861493.020429
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861493.020429
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1342, time: 1703861493.020429
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 42, time: 1703861493.020429
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861493.020429
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 961, time: 1703861493.020429
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 460, time: 1703861493.020429
12/29/23-15:51:33 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861493.020429
12/29/23-15:51:33 DEBUG slot 0 in pan state...
12/29/23-15:51:33 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 556.16724103457 detected
12/29/23-15:51:33 DEBUG slot 1 in void state...
12/29/23-15:51:33 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:33 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861493.032038
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1341, time: 1703861493.032038
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 48, time: 1703861493.032038
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861493.032038
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 981, time: 1703861493.032038
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 220, time: 1703861493.032038
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861493.032038
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1342, time: 1703861493.032038
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 42, time: 1703861493.032038
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861493.032038
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 961, time: 1703861493.032038
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 460, time: 1703861493.032038
12/29/23-15:51:33 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861493.032038
12/29/23-15:51:33 DEBUG slot 0 in pan state...
12/29/23-15:51:33 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 556.16724103457 detected
12/29/23-15:51:33 DEBUG slot 1 in void state...
12/29/23-15:51:33 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:33 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861493.043656
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1341, time: 1703861493.043656
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 48, time: 1703861493.043656
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861493.043656
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 981, time: 1703861493.043656
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 220, time: 1703861493.043656
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861493.043656
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1342, time: 1703861493.043656
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 42, time: 1703861493.043656
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861493.043656
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 961, time: 1703861493.043656
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 460, time: 1703861493.043656
12/29/23-15:51:33 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861493.043656
12/29/23-15:51:33 DEBUG slot 0 in pan state...
12/29/23-15:51:33 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 556.16724103457 detected
12/29/23-15:51:33 DEBUG slot 1 in void state...
12/29/23-15:51:33 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:33 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861493.055121
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1341, time: 1703861493.055121
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 48, time: 1703861493.055121
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861493.055121
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 981, time: 1703861493.055121
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 220, time: 1703861493.055121
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861493.055121
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1342, time: 1703861493.055121
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 42, time: 1703861493.055121
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861493.055121
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 961, time: 1703861493.055121
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 460, time: 1703861493.055121
12/29/23-15:51:33 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861493.055121
12/29/23-15:51:33 DEBUG slot 0 in pan state...
12/29/23-15:51:33 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 556.16724103457 detected
12/29/23-15:51:33 DEBUG slot 1 in void state...
12/29/23-15:51:33 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:33 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861493.066764
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1341, time: 1703861493.066764
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 48, time: 1703861493.066764
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861493.066764
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 981, time: 1703861493.066764
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 220, time: 1703861493.066764
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861493.066764
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1342, time: 1703861493.066764
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 42, time: 1703861493.066764
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861493.066764
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 961, time: 1703861493.066764
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 459, time: 1703861493.066764
12/29/23-15:51:33 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861493.066764
12/29/23-15:51:33 DEBUG slot 0 in pan state...
12/29/23-15:51:33 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 556.32814057892 detected
12/29/23-15:51:33 DEBUG slot 1 in void state...
12/29/23-15:51:33 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:33 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861493.078315
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1341, time: 1703861493.078315
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 48, time: 1703861493.078315
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861493.078315
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 981, time: 1703861493.078315
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 220, time: 1703861493.078315
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861493.078315
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1342, time: 1703861493.078315
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 42, time: 1703861493.078315
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861493.078315
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 961, time: 1703861493.078315
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 458, time: 1703861493.078315
12/29/23-15:51:33 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861493.078315
12/29/23-15:51:33 DEBUG slot 0 in pan state...
12/29/23-15:51:33 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 556.32814057892 detected
12/29/23-15:51:33 DEBUG slot 1 in void state...
12/29/23-15:51:33 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:33 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861493.089383
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1341, time: 1703861493.089383
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 48, time: 1703861493.089383
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861493.089383
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 981, time: 1703861493.089383
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 220, time: 1703861493.089383
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861493.089383
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: -1, time: 1703861493.089383
12/29/23-15:51:33 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861493.089383
12/29/23-15:51:33 DEBUG slot 0 in pan state...
12/29/23-15:51:33 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 556.32814057892 detected
12/29/23-15:51:33 DEBUG slot 1 in void state...
12/29/23-15:51:33 DEBUG slot 1 in pan state...
12/29/23-15:51:33 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 556.32814057892 detected
12/29/23-15:51:33 DEBUG two_finger_swipe south 556.32814057892 detected
12/29/23-15:51:33 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:33 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:33 DEBUG show widget: table: 0x75d05ff8
12/29/23-15:51:33 DEBUG setDirty nil from widget table: 0x75d05ff8 w/ NO region; dithering: nil
12/29/23-15:51:33 DEBUG setDirty via a func from widget table: 0x75d05ff8
12/29/23-15:51:33 DEBUG close widget: table: 0x75ca01b0
12/29/23-15:51:33 DEBUG setDirty via a func from widget nil
12/29/23-15:51:33 DEBUG Lower widget ReaderUI covers the full screen
12/29/23-15:51:33 DEBUG painting widget: table: 0x75d05ff8
12/29/23-15:51:33 DEBUG _refresh: Enqueued ui update for region 352 9 367 100 dithering: false
12/29/23-15:51:33 DEBUG _refresh: Enqueued ui update for region 285 9 502 100 dithering: false
12/29/23-15:51:33 DEBUG triggering refresh {
dither = false,
mode = "ui",
region = "502x100+285+9"
} --[[table: 0x75f4c448]]
12/29/23-15:51:33 DEBUG refresh: ui-mode 285 9 502 100 false
12/29/23-15:51:33 DEBUG mxc_update: 502x100 region @ (285, 9) with marker 9 (WFM: 257 & UPD: 0)
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861493.099894
12/29/23-15:51:33 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: -1, time: 1703861493.099894
12/29/23-15:51:33 DEBUG key event => code: 330 (BTN_TOUCH), value: 0, time: 1703861493.099894
12/29/23-15:51:33 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861493.099894
12/29/23-15:51:33 DEBUG slot 0 in void state...
12/29/23-15:51:33 DEBUG Contact:voidState Contact lift detected
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1343, time: 1703861494.529798
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861494.529798
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861494.529798
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 380, time: 1703861494.529798
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 921, time: 1703861494.529798
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861494.529798
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1344, time: 1703861494.529798
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 38, time: 1703861494.529798
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861494.529798
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 434, time: 1703861494.529798
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 186, time: 1703861494.529798
12/29/23-15:51:34 DEBUG key event => code: 330 (BTN_TOUCH), value: 1, time: 1703861494.529798
12/29/23-15:51:34 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861494.529798
12/29/23-15:51:34 DEBUG slot 0 in tap state...
12/29/23-15:51:34 DEBUG set up hold timer
12/29/23-15:51:34 DEBUG slot 1 in tap state...
12/29/23-15:51:34 DEBUG set up hold timer
12/29/23-15:51:34 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:34 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:34 DEBUG close widget: table: 0x75d05ff8
12/29/23-15:51:34 DEBUG setDirty via a func from widget nil
12/29/23-15:51:34 DEBUG Lower widget ReaderUI covers the full screen
12/29/23-15:51:34 DEBUG setDirty nil from widget ReaderUI w/ NO region; dithering: nil
12/29/23-15:51:34 DEBUG painting widget: ReaderUI
12/29/23-15:51:34 DEBUG readerview painting "1072x1448+0+0" to 0 0
12/29/23-15:51:34 DEBUG CreDocument: goto page 2 flow 0
12/29/23-15:51:34 DEBUG _refresh: Enqueued ui update for region 352 9 367 100 dithering: false
12/29/23-15:51:34 DEBUG triggering refresh {
dither = false,
mode = "ui",
region = "367x100+352+9"
} --[[table: 0x74688880]]
12/29/23-15:51:34 DEBUG refresh: ui-mode 352 9 367 100 false
12/29/23-15:51:34 DEBUG mxc_update: 367x100 region @ (352, 9) with marker 10 (WFM: 257 & UPD: 0)
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861494.541869
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1343, time: 1703861494.541869
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861494.541869
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861494.541869
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 380, time: 1703861494.541869
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 921, time: 1703861494.541869
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861494.541869
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1344, time: 1703861494.541869
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 38, time: 1703861494.541869
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861494.541869
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 434, time: 1703861494.541869
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 186, time: 1703861494.541869
12/29/23-15:51:34 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861494.541869
12/29/23-15:51:34 DEBUG slot 0 in tap state...
12/29/23-15:51:34 DEBUG slot 1 in tap state...
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861494.553389
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1343, time: 1703861494.553389
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861494.553389
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861494.553389
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 380, time: 1703861494.553389
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 921, time: 1703861494.553389
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861494.553389
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1344, time: 1703861494.553389
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 38, time: 1703861494.553389
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861494.553389
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 434, time: 1703861494.553389
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 186, time: 1703861494.553389
12/29/23-15:51:34 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861494.553389
12/29/23-15:51:34 DEBUG slot 0 in tap state...
12/29/23-15:51:34 DEBUG slot 1 in tap state...
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861494.563849
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1343, time: 1703861494.563849
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861494.563849
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861494.563849
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 380, time: 1703861494.563849
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 921, time: 1703861494.563849
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861494.563849
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1344, time: 1703861494.563849
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 38, time: 1703861494.563849
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861494.563849
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 434, time: 1703861494.563849
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 186, time: 1703861494.563849
12/29/23-15:51:34 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861494.563849
12/29/23-15:51:34 DEBUG slot 0 in tap state...
12/29/23-15:51:34 DEBUG slot 1 in tap state...
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861494.574481
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1343, time: 1703861494.574481
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861494.574481
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861494.574481
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 380, time: 1703861494.574481
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 921, time: 1703861494.574481
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861494.574481
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1344, time: 1703861494.574481
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 38, time: 1703861494.574481
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861494.574481
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 434, time: 1703861494.574481
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 186, time: 1703861494.574481
12/29/23-15:51:34 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861494.574481
12/29/23-15:51:34 DEBUG slot 0 in tap state...
12/29/23-15:51:34 DEBUG slot 1 in tap state...
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861494.585255
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1343, time: 1703861494.585255
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861494.585255
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861494.585255
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 380, time: 1703861494.585255
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 921, time: 1703861494.585255
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861494.585255
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1344, time: 1703861494.585255
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 38, time: 1703861494.585255
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861494.585255
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 434, time: 1703861494.585255
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 186, time: 1703861494.585255
12/29/23-15:51:34 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861494.585255
12/29/23-15:51:34 DEBUG slot 0 in tap state...
12/29/23-15:51:34 DEBUG slot 1 in tap state...
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861494.597255
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1343, time: 1703861494.597255
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861494.597255
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861494.597255
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 380, time: 1703861494.597255
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 921, time: 1703861494.597255
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861494.597255
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1344, time: 1703861494.597255
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 39, time: 1703861494.597255
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861494.597255
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 434, time: 1703861494.597255
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 186, time: 1703861494.597255
12/29/23-15:51:34 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861494.597255
12/29/23-15:51:34 DEBUG slot 0 in tap state...
12/29/23-15:51:34 DEBUG slot 1 in tap state...
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861494.608422
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1343, time: 1703861494.608422
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861494.608422
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861494.608422
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 380, time: 1703861494.608422
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 921, time: 1703861494.608422
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861494.608422
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1344, time: 1703861494.608422
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 40, time: 1703861494.608422
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861494.608422
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 434, time: 1703861494.608422
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 186, time: 1703861494.608422
12/29/23-15:51:34 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861494.608422
12/29/23-15:51:34 DEBUG slot 0 in tap state...
12/29/23-15:51:34 DEBUG slot 1 in tap state...
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861494.620334
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1343, time: 1703861494.620334
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861494.620334
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861494.620334
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 380, time: 1703861494.620334
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 921, time: 1703861494.620334
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861494.620334
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1344, time: 1703861494.620334
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 41, time: 1703861494.620334
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861494.620334
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 434, time: 1703861494.620334
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 186, time: 1703861494.620334
12/29/23-15:51:34 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861494.620334
12/29/23-15:51:34 DEBUG slot 0 in tap state...
12/29/23-15:51:34 DEBUG slot 1 in tap state...
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861494.631847
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1343, time: 1703861494.631847
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861494.631847
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861494.631847
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 380, time: 1703861494.631847
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 921, time: 1703861494.631847
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861494.631847
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1344, time: 1703861494.631847
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 42, time: 1703861494.631847
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861494.631847
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 434, time: 1703861494.631847
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 186, time: 1703861494.631847
12/29/23-15:51:34 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861494.631847
12/29/23-15:51:34 DEBUG slot 0 in tap state...
12/29/23-15:51:34 DEBUG slot 1 in tap state...
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861494.643666
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1343, time: 1703861494.643666
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861494.643666
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861494.643666
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 380, time: 1703861494.643666
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 921, time: 1703861494.643666
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861494.643666
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1344, time: 1703861494.643666
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 43, time: 1703861494.643666
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861494.643666
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 434, time: 1703861494.643666
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 186, time: 1703861494.643666
12/29/23-15:51:34 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861494.643666
12/29/23-15:51:34 DEBUG slot 0 in tap state...
12/29/23-15:51:34 DEBUG slot 1 in tap state...
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861494.655259
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1343, time: 1703861494.655259
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861494.655259
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861494.655259
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 380, time: 1703861494.655259
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 921, time: 1703861494.655259
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861494.655259
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1344, time: 1703861494.655259
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 44, time: 1703861494.655259
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861494.655259
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 434, time: 1703861494.655259
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 186, time: 1703861494.655259
12/29/23-15:51:34 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861494.655259
12/29/23-15:51:34 DEBUG slot 0 in tap state...
12/29/23-15:51:34 DEBUG slot 1 in tap state...
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861494.666859
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1343, time: 1703861494.666859
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861494.666859
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861494.666859
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 380, time: 1703861494.666859
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 921, time: 1703861494.666859
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861494.666859
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1344, time: 1703861494.666859
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 45, time: 1703861494.666859
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861494.666859
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 434, time: 1703861494.666859
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 186, time: 1703861494.666859
12/29/23-15:51:34 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861494.666859
12/29/23-15:51:34 DEBUG slot 0 in tap state...
12/29/23-15:51:34 DEBUG slot 1 in tap state...
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861494.678489
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1343, time: 1703861494.678489
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861494.678489
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861494.678489
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 380, time: 1703861494.678489
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 921, time: 1703861494.678489
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861494.678489
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1344, time: 1703861494.678489
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 45, time: 1703861494.678489
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861494.678489
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 434, time: 1703861494.678489
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 186, time: 1703861494.678489
12/29/23-15:51:34 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861494.678489
12/29/23-15:51:34 DEBUG slot 0 in tap state...
12/29/23-15:51:34 DEBUG slot 1 in tap state...
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861494.690083
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1343, time: 1703861494.690083
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861494.690083
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861494.690083
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 380, time: 1703861494.690083
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 921, time: 1703861494.690083
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861494.690083
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1344, time: 1703861494.690083
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 45, time: 1703861494.690083
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861494.690083
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 434, time: 1703861494.690083
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 186, time: 1703861494.690083
12/29/23-15:51:34 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861494.690083
12/29/23-15:51:34 DEBUG slot 0 in tap state...
12/29/23-15:51:34 DEBUG slot 1 in tap state...
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861494.701727
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1343, time: 1703861494.701727
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861494.701727
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861494.701727
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 380, time: 1703861494.701727
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 921, time: 1703861494.701727
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861494.701727
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1344, time: 1703861494.701727
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 45, time: 1703861494.701727
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861494.701727
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 434, time: 1703861494.701727
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 186, time: 1703861494.701727
12/29/23-15:51:34 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861494.701727
12/29/23-15:51:34 DEBUG slot 0 in tap state...
12/29/23-15:51:34 DEBUG slot 1 in tap state...
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861494.713351
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1343, time: 1703861494.713351
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861494.713351
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861494.713351
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 380, time: 1703861494.713351
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 921, time: 1703861494.713351
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861494.713351
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1344, time: 1703861494.713351
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 46, time: 1703861494.713351
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861494.713351
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 434, time: 1703861494.713351
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 186, time: 1703861494.713351
12/29/23-15:51:34 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861494.713351
12/29/23-15:51:34 DEBUG slot 0 in tap state...
12/29/23-15:51:34 DEBUG slot 1 in tap state...
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861494.724533
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1343, time: 1703861494.724533
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861494.724533
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861494.724533
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 380, time: 1703861494.724533
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 921, time: 1703861494.724533
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861494.724533
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1344, time: 1703861494.724533
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 47, time: 1703861494.724533
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861494.724533
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 435, time: 1703861494.724533
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 188, time: 1703861494.724533
12/29/23-15:51:34 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861494.724533
12/29/23-15:51:34 DEBUG slot 0 in tap state...
12/29/23-15:51:34 DEBUG slot 1 in tap state...
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861494.737604
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1343, time: 1703861494.737604
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861494.737604
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861494.737604
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 383, time: 1703861494.737604
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 921, time: 1703861494.737604
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861494.737604
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1344, time: 1703861494.737604
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 48, time: 1703861494.737604
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861494.737604
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 438, time: 1703861494.737604
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 193, time: 1703861494.737604
12/29/23-15:51:34 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861494.737604
12/29/23-15:51:34 DEBUG slot 0 in tap state...
12/29/23-15:51:34 DEBUG slot 1 in tap state...
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861494.749315
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1343, time: 1703861494.749315
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861494.749315
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861494.749315
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 391, time: 1703861494.749315
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 921, time: 1703861494.749315
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861494.749315
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1344, time: 1703861494.749315
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 49, time: 1703861494.749315
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861494.749315
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 444, time: 1703861494.749315
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 201, time: 1703861494.749315
12/29/23-15:51:34 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861494.749315
12/29/23-15:51:34 DEBUG slot 0 in tap state...
12/29/23-15:51:34 DEBUG slot 1 in tap state...
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861494.760873
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1343, time: 1703861494.760873
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861494.760873
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861494.760873
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 405, time: 1703861494.760873
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 922, time: 1703861494.760873
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861494.760873
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1344, time: 1703861494.760873
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 50, time: 1703861494.760873
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861494.760873
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 454, time: 1703861494.760873
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 211, time: 1703861494.760873
12/29/23-15:51:34 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861494.760873
12/29/23-15:51:34 DEBUG slot 0 in tap state...
12/29/23-15:51:34 DEBUG slot 1 in tap state...
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861494.772558
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1343, time: 1703861494.772558
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861494.772558
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861494.772558
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 425, time: 1703861494.772558
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 924, time: 1703861494.772558
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861494.772558
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1344, time: 1703861494.772558
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 51, time: 1703861494.772558
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861494.772558
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 469, time: 1703861494.772558
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 221, time: 1703861494.772558
12/29/23-15:51:34 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861494.772558
12/29/23-15:51:34 DEBUG slot 0 in tap state...
12/29/23-15:51:34 DEBUG slot 1 in tap state...
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861494.784215
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1343, time: 1703861494.784215
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861494.784215
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861494.784215
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 452, time: 1703861494.784215
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 927, time: 1703861494.784215
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861494.784215
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1344, time: 1703861494.784215
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 51, time: 1703861494.784215
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861494.784215
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 490, time: 1703861494.784215
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 230, time: 1703861494.784215
12/29/23-15:51:34 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861494.784215
12/29/23-15:51:34 DEBUG slot 0 in tap state...
12/29/23-15:51:34 DEBUG slot 0 in pan state...
12/29/23-15:51:34 DEBUG Contact:handleTwoFingerPan: inward_pan vertical 143.46754273181 detected
12/29/23-15:51:34 DEBUG slot 1 in void state...
12/29/23-15:51:34 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:34 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861494.795740
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1343, time: 1703861494.795740
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861494.795740
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861494.795740
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 483, time: 1703861494.795740
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 929, time: 1703861494.795740
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861494.795740
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1344, time: 1703861494.795740
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 51, time: 1703861494.795740
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861494.795740
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 515, time: 1703861494.795740
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 237, time: 1703861494.795740
12/29/23-15:51:34 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861494.795740
12/29/23-15:51:34 DEBUG slot 0 in pan state...
12/29/23-15:51:34 DEBUG Contact:handleTwoFingerPan: inward_pan vertical 199.02854926838 detected
12/29/23-15:51:34 DEBUG slot 1 in void state...
12/29/23-15:51:34 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:34 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861494.807283
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1343, time: 1703861494.807283
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861494.807283
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861494.807283
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 517, time: 1703861494.807283
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 931, time: 1703861494.807283
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861494.807283
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1344, time: 1703861494.807283
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 51, time: 1703861494.807283
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861494.807283
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 544, time: 1703861494.807283
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 242, time: 1703861494.807283
12/29/23-15:51:34 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861494.807283
12/29/23-15:51:34 DEBUG slot 0 in pan state...
12/29/23-15:51:34 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 128.31601614763 detected
12/29/23-15:51:34 DEBUG slot 1 in void state...
12/29/23-15:51:34 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:34 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861494.818813
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1343, time: 1703861494.818813
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861494.818813
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861494.818813
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 551, time: 1703861494.818813
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 932, time: 1703861494.818813
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861494.818813
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1344, time: 1703861494.818813
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 51, time: 1703861494.818813
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861494.818813
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 576, time: 1703861494.818813
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 244, time: 1703861494.818813
12/29/23-15:51:34 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861494.818813
12/29/23-15:51:34 DEBUG slot 0 in pan state...
12/29/23-15:51:34 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 160.85397104206 detected
12/29/23-15:51:34 DEBUG slot 1 in void state...
12/29/23-15:51:34 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:34 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861494.830519
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1343, time: 1703861494.830519
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861494.830519
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861494.830519
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 589, time: 1703861494.830519
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 934, time: 1703861494.830519
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861494.830519
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1344, time: 1703861494.830519
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 51, time: 1703861494.830519
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861494.830519
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 609, time: 1703861494.830519
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 245, time: 1703861494.830519
12/29/23-15:51:34 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861494.830519
12/29/23-15:51:34 DEBUG slot 0 in pan state...
12/29/23-15:51:34 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 195.3458471532 detected
12/29/23-15:51:34 DEBUG slot 1 in void state...
12/29/23-15:51:34 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:34 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861494.842184
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1343, time: 1703861494.842184
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861494.842184
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861494.842184
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 628, time: 1703861494.842184
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 936, time: 1703861494.842184
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861494.842184
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1344, time: 1703861494.842184
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 51, time: 1703861494.842184
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861494.842184
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 645, time: 1703861494.842184
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 246, time: 1703861494.842184
12/29/23-15:51:34 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861494.842184
12/29/23-15:51:34 DEBUG slot 0 in pan state...
12/29/23-15:51:34 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 233.11799587333 detected
12/29/23-15:51:34 DEBUG slot 1 in void state...
12/29/23-15:51:34 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:34 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861494.853740
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1343, time: 1703861494.853740
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861494.853740
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861494.853740
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 669, time: 1703861494.853740
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 938, time: 1703861494.853740
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861494.853740
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1344, time: 1703861494.853740
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 51, time: 1703861494.853740
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861494.853740
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 679, time: 1703861494.853740
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 247, time: 1703861494.853740
12/29/23-15:51:34 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861494.853740
12/29/23-15:51:34 DEBUG slot 0 in pan state...
12/29/23-15:51:34 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 269.83328186123 detected
12/29/23-15:51:34 DEBUG slot 1 in void state...
12/29/23-15:51:34 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:34 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861494.865395
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1343, time: 1703861494.865395
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861494.865395
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861494.865395
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 706, time: 1703861494.865395
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 938, time: 1703861494.865395
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861494.865395
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1344, time: 1703861494.865395
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 51, time: 1703861494.865395
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861494.865395
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 713, time: 1703861494.865395
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 248, time: 1703861494.865395
12/29/23-15:51:34 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861494.865395
12/29/23-15:51:34 DEBUG slot 0 in pan state...
12/29/23-15:51:34 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 305.62885989383 detected
12/29/23-15:51:34 DEBUG slot 1 in void state...
12/29/23-15:51:34 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:34 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861494.876945
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1343, time: 1703861494.876945
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861494.876945
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861494.876945
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 741, time: 1703861494.876945
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 939, time: 1703861494.876945
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861494.876945
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1344, time: 1703861494.876945
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 51, time: 1703861494.876945
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861494.876945
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 745, time: 1703861494.876945
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 249, time: 1703861494.876945
12/29/23-15:51:34 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861494.876945
12/29/23-15:51:34 DEBUG slot 0 in pan state...
12/29/23-15:51:34 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 338.49224511058 detected
12/29/23-15:51:34 DEBUG slot 1 in void state...
12/29/23-15:51:34 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:34 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861494.888554
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1343, time: 1703861494.888554
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861494.888554
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861494.888554
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 775, time: 1703861494.888554
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 940, time: 1703861494.888554
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861494.888554
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1344, time: 1703861494.888554
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 51, time: 1703861494.888554
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861494.888554
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 776, time: 1703861494.888554
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 251, time: 1703861494.888554
12/29/23-15:51:34 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861494.888554
12/29/23-15:51:34 DEBUG slot 0 in pan state...
12/29/23-15:51:34 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 371.3825520942 detected
12/29/23-15:51:34 DEBUG slot 1 in void state...
12/29/23-15:51:34 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:34 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861494.899934
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1343, time: 1703861494.899934
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861494.899934
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861494.899934
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 809, time: 1703861494.899934
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 944, time: 1703861494.899934
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861494.899934
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1344, time: 1703861494.899934
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 51, time: 1703861494.899934
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861494.899934
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 800, time: 1703861494.899934
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 252, time: 1703861494.899934
12/29/23-15:51:34 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861494.899934
12/29/23-15:51:34 DEBUG slot 0 in pan state...
12/29/23-15:51:34 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 400.53589102601 detected
12/29/23-15:51:34 DEBUG slot 1 in void state...
12/29/23-15:51:34 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:34 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861494.911762
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1343, time: 1703861494.911762
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861494.911762
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861494.911762
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 837, time: 1703861494.911762
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 947, time: 1703861494.911762
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861494.911762
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1344, time: 1703861494.911762
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 50, time: 1703861494.911762
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861494.911762
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 823, time: 1703861494.911762
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 254, time: 1703861494.911762
12/29/23-15:51:34 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861494.911762
12/29/23-15:51:34 DEBUG slot 0 in pan state...
12/29/23-15:51:34 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 425.60310149246 detected
12/29/23-15:51:34 DEBUG slot 1 in void state...
12/29/23-15:51:34 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:34 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861494.923387
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1343, time: 1703861494.923387
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861494.923387
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861494.923387
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 863, time: 1703861494.923387
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 949, time: 1703861494.923387
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861494.923387
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1344, time: 1703861494.923387
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 50, time: 1703861494.923387
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861494.923387
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 846, time: 1703861494.923387
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 256, time: 1703861494.923387
12/29/23-15:51:34 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861494.923387
12/29/23-15:51:34 DEBUG slot 0 in pan state...
12/29/23-15:51:34 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 450.67172087896 detected
12/29/23-15:51:34 DEBUG slot 1 in void state...
12/29/23-15:51:34 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:34 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861494.935020
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1343, time: 1703861494.935020
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861494.935020
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861494.935020
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 887, time: 1703861494.935020
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 950, time: 1703861494.935020
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861494.935020
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1344, time: 1703861494.935020
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 50, time: 1703861494.935020
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861494.935020
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 868, time: 1703861494.935020
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 257, time: 1703861494.935020
12/29/23-15:51:34 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861494.935020
12/29/23-15:51:34 DEBUG slot 0 in pan state...
12/29/23-15:51:34 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 473.64649265037 detected
12/29/23-15:51:34 DEBUG slot 1 in void state...
12/29/23-15:51:34 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:34 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861494.946557
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1343, time: 1703861494.946557
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861494.946557
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861494.946557
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 907, time: 1703861494.946557
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 952, time: 1703861494.946557
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861494.946557
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1344, time: 1703861494.946557
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 50, time: 1703861494.946557
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861494.946557
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 889, time: 1703861494.946557
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 258, time: 1703861494.946557
12/29/23-15:51:34 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861494.946557
12/29/23-15:51:34 DEBUG slot 0 in pan state...
12/29/23-15:51:34 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 493.74588605881 detected
12/29/23-15:51:34 DEBUG slot 1 in void state...
12/29/23-15:51:34 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:34 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861494.957968
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1343, time: 1703861494.957968
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861494.957968
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861494.957968
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 924, time: 1703861494.957968
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 952, time: 1703861494.957968
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861494.957968
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1344, time: 1703861494.957968
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 50, time: 1703861494.957968
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861494.957968
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 908, time: 1703861494.957968
12/29/23-15:51:34 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 259, time: 1703861494.957968
12/29/23-15:51:34 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861494.957968
12/29/23-15:51:34 DEBUG slot 0 in pan state...
12/29/23-15:51:34 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 511.64929395046 detected
12/29/23-15:51:34 DEBUG slot 1 in void state...
12/29/23-15:51:34 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:34 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861495.015577
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1343, time: 1703861495.015577
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861495.015577
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861495.015577
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 940, time: 1703861495.015577
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 953, time: 1703861495.015577
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861495.015577
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1344, time: 1703861495.015577
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 49, time: 1703861495.015577
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861495.015577
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 927, time: 1703861495.015577
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 260, time: 1703861495.015577
12/29/23-15:51:35 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861495.015577
12/29/23-15:51:35 DEBUG slot 0 in pan state...
12/29/23-15:51:35 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 529.65838046801 detected
12/29/23-15:51:35 DEBUG slot 1 in void state...
12/29/23-15:51:35 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:35 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861495.027288
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1343, time: 1703861495.027288
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861495.027288
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861495.027288
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 954, time: 1703861495.027288
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 954, time: 1703861495.027288
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861495.027288
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1344, time: 1703861495.027288
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 48, time: 1703861495.027288
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861495.027288
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 945, time: 1703861495.027288
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 259, time: 1703861495.027288
12/29/23-15:51:35 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861495.027288
12/29/23-15:51:35 DEBUG slot 0 in pan state...
12/29/23-15:51:35 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 545.58042486878 detected
12/29/23-15:51:35 DEBUG slot 1 in void state...
12/29/23-15:51:35 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:35 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861495.038609
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1343, time: 1703861495.038609
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861495.038609
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861495.038609
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 968, time: 1703861495.038609
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 954, time: 1703861495.038609
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861495.038609
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1344, time: 1703861495.038609
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 47, time: 1703861495.038609
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861495.038609
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 961, time: 1703861495.038609
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 258, time: 1703861495.038609
12/29/23-15:51:35 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861495.038609
12/29/23-15:51:35 DEBUG slot 0 in pan state...
12/29/23-15:51:35 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 560.51137365802 detected
12/29/23-15:51:35 DEBUG slot 1 in void state...
12/29/23-15:51:35 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:35 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861495.050127
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1343, time: 1703861495.050127
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861495.050127
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861495.050127
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 977, time: 1703861495.050127
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 954, time: 1703861495.050127
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861495.050127
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1344, time: 1703861495.050127
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 46, time: 1703861495.050127
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861495.050127
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 971, time: 1703861495.050127
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 258, time: 1703861495.050127
12/29/23-15:51:35 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861495.050127
12/29/23-15:51:35 DEBUG slot 0 in pan state...
12/29/23-15:51:35 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 569.4716849853 detected
12/29/23-15:51:35 DEBUG slot 1 in void state...
12/29/23-15:51:35 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:35 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861495.061952
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1343, time: 1703861495.061952
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861495.061952
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861495.061952
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 984, time: 1703861495.061952
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 954, time: 1703861495.061952
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861495.061952
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1344, time: 1703861495.061952
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 45, time: 1703861495.061952
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861495.061952
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 978, time: 1703861495.061952
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 257, time: 1703861495.061952
12/29/23-15:51:35 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861495.061952
12/29/23-15:51:35 DEBUG slot 0 in pan state...
12/29/23-15:51:35 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 576.3505877502 detected
12/29/23-15:51:35 DEBUG slot 1 in void state...
12/29/23-15:51:35 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:35 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861495.073683
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1343, time: 1703861495.073683
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861495.073683
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861495.073683
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 988, time: 1703861495.073683
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 954, time: 1703861495.073683
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861495.073683
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1344, time: 1703861495.073683
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 44, time: 1703861495.073683
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861495.073683
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 984, time: 1703861495.073683
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 256, time: 1703861495.073683
12/29/23-15:51:35 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861495.073683
12/29/23-15:51:35 DEBUG slot 0 in pan state...
12/29/23-15:51:35 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 581.33037078756 detected
12/29/23-15:51:35 DEBUG slot 1 in void state...
12/29/23-15:51:35 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:35 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861495.085257
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1343, time: 1703861495.085257
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861495.085257
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861495.085257
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 991, time: 1703861495.085257
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 954, time: 1703861495.085257
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861495.085257
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1344, time: 1703861495.085257
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 43, time: 1703861495.085257
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861495.085257
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 990, time: 1703861495.085257
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 255, time: 1703861495.085257
12/29/23-15:51:35 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861495.085257
12/29/23-15:51:35 DEBUG slot 0 in pan state...
12/29/23-15:51:35 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 586.22265394643 detected
12/29/23-15:51:35 DEBUG slot 1 in void state...
12/29/23-15:51:35 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:35 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:35 DEBUG close widget: table: 0x75d05ff8
12/29/23-15:51:35 DEBUG setDirty via a func from widget nil
12/29/23-15:51:35 DEBUG Lower widget ReaderUI covers the full screen
12/29/23-15:51:35 DEBUG _refresh: Enqueued ui update for region 352 9 367 100 dithering: false
12/29/23-15:51:35 DEBUG triggering refresh {
dither = false,
mode = "ui",
region = "367x100+352+9"
} --[[table: 0x7343a950]]
12/29/23-15:51:35 DEBUG refresh: ui-mode 352 9 367 100 false
12/29/23-15:51:35 DEBUG mxc_update: 367x100 region @ (352, 9) with marker 11 (WFM: 257 & UPD: 0)
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861495.131534
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1343, time: 1703861495.131534
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861495.131534
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861495.131534
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 996, time: 1703861495.131534
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 954, time: 1703861495.131534
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861495.131534
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1344, time: 1703861495.131534
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 43, time: 1703861495.131534
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861495.131534
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 990, time: 1703861495.131534
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 256, time: 1703861495.131534
12/29/23-15:51:35 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861495.131534
12/29/23-15:51:35 DEBUG slot 0 in pan state...
12/29/23-15:51:35 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 588.30264320331 detected
12/29/23-15:51:35 DEBUG slot 1 in void state...
12/29/23-15:51:35 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:35 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861495.143203
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1343, time: 1703861495.143203
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861495.143203
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861495.143203
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1000, time: 1703861495.143203
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 953, time: 1703861495.143203
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861495.143203
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1344, time: 1703861495.143203
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 42, time: 1703861495.143203
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861495.143203
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 987, time: 1703861495.143203
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 257, time: 1703861495.143203
12/29/23-15:51:35 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861495.143203
12/29/23-15:51:35 DEBUG slot 0 in pan state...
12/29/23-15:51:35 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 589.29873578687 detected
12/29/23-15:51:35 DEBUG slot 1 in void state...
12/29/23-15:51:35 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:35 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1344, time: 1703861495.154347
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 42, time: 1703861495.154347
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861495.154347
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 986, time: 1703861495.154347
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 257, time: 1703861495.154347
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861495.154347
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: -1, time: 1703861495.154347
12/29/23-15:51:35 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861495.154347
12/29/23-15:51:35 DEBUG slot 1 in void state...
12/29/23-15:51:35 DEBUG slot 0 in pan state...
12/29/23-15:51:35 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 588.30264320331 detected
12/29/23-15:51:35 DEBUG two_finger_swipe south 588.30264320331 detected
12/29/23-15:51:35 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:35 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:35 DEBUG show widget: table: 0x7470f4d0
12/29/23-15:51:35 DEBUG setDirty nil from widget table: 0x7470f4d0 w/ NO region; dithering: nil
12/29/23-15:51:35 DEBUG setDirty via a func from widget table: 0x7470f4d0
12/29/23-15:51:35 DEBUG painting widget: table: 0x7470f4d0
12/29/23-15:51:35 DEBUG _refresh: Enqueued ui update for region 352 9 367 100 dithering: false
12/29/23-15:51:35 DEBUG triggering refresh {
dither = false,
mode = "ui",
region = "367x100+352+9"
} --[[table: 0x75d2aba0]]
12/29/23-15:51:35 DEBUG refresh: ui-mode 352 9 367 100 false
12/29/23-15:51:35 DEBUG mxc_update: 367x100 region @ (352, 9) with marker 12 (WFM: 257 & UPD: 0)
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861495.164232
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1344, time: 1703861495.164232
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 42, time: 1703861495.164232
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861495.164232
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 984, time: 1703861495.164232
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 253, time: 1703861495.164232
12/29/23-15:51:35 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861495.164232
12/29/23-15:51:35 DEBUG slot 1 in void state...
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1344, time: 1703861495.176070
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 42, time: 1703861495.176070
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861495.176070
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 983, time: 1703861495.176070
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 249, time: 1703861495.176070
12/29/23-15:51:35 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861495.176070
12/29/23-15:51:35 DEBUG slot 1 in void state...
12/29/23-15:51:35 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: -1, time: 1703861495.187452
12/29/23-15:51:35 DEBUG key event => code: 330 (BTN_TOUCH), value: 0, time: 1703861495.187452
12/29/23-15:51:35 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861495.187452
12/29/23-15:51:35 DEBUG slot 1 in void state...
12/29/23-15:51:35 DEBUG Contact:voidState Contact lift detected
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861496.619705
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861496.619705
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 44, time: 1703861496.619705
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861496.619705
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1123, time: 1703861496.619705
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 902, time: 1703861496.619705
12/29/23-15:51:36 DEBUG key event => code: 330 (BTN_TOUCH), value: 1, time: 1703861496.619705
12/29/23-15:51:36 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861496.619705
12/29/23-15:51:36 DEBUG slot 0 in tap state...
12/29/23-15:51:36 DEBUG set up hold timer
12/29/23-15:51:36 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:36 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:36 DEBUG close widget: table: 0x7470f4d0
12/29/23-15:51:36 DEBUG setDirty via a func from widget nil
12/29/23-15:51:36 DEBUG Lower widget ReaderUI covers the full screen
12/29/23-15:51:36 DEBUG setDirty nil from widget ReaderUI w/ NO region; dithering: nil
12/29/23-15:51:36 DEBUG painting widget: ReaderUI
12/29/23-15:51:36 DEBUG readerview painting "1072x1448+0+0" to 0 0
12/29/23-15:51:36 DEBUG CreDocument: goto page 2 flow 0
12/29/23-15:51:36 DEBUG _refresh: Enqueued ui update for region 352 9 367 100 dithering: false
12/29/23-15:51:36 DEBUG triggering refresh {
dither = false,
mode = "ui",
region = "367x100+352+9"
} --[[table: 0x75dcf9a8]]
12/29/23-15:51:36 DEBUG refresh: ui-mode 352 9 367 100 false
12/29/23-15:51:36 DEBUG mxc_update: 367x100 region @ (352, 9) with marker 13 (WFM: 257 & UPD: 0)
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861496.631732
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 44, time: 1703861496.631732
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861496.631732
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1123, time: 1703861496.631732
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 902, time: 1703861496.631732
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861496.631732
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861496.631732
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 28, time: 1703861496.631732
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861496.631732
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 916, time: 1703861496.631732
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 672, time: 1703861496.631732
12/29/23-15:51:36 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861496.631732
12/29/23-15:51:36 DEBUG slot 0 in tap state...
12/29/23-15:51:36 DEBUG slot 1 in tap state...
12/29/23-15:51:36 DEBUG set up hold timer
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861496.643712
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861496.643712
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 44, time: 1703861496.643712
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861496.643712
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1123, time: 1703861496.643712
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 902, time: 1703861496.643712
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861496.643712
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861496.643712
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 28, time: 1703861496.643712
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861496.643712
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 916, time: 1703861496.643712
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 672, time: 1703861496.643712
12/29/23-15:51:36 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861496.643712
12/29/23-15:51:36 DEBUG slot 0 in tap state...
12/29/23-15:51:36 DEBUG slot 1 in tap state...
12/29/23-15:51:36 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:36 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861496.654656
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861496.654656
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 45, time: 1703861496.654656
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861496.654656
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1123, time: 1703861496.654656
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 902, time: 1703861496.654656
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861496.654656
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861496.654656
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 28, time: 1703861496.654656
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861496.654656
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 916, time: 1703861496.654656
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 672, time: 1703861496.654656
12/29/23-15:51:36 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861496.654656
12/29/23-15:51:36 DEBUG slot 0 in tap state...
12/29/23-15:51:36 DEBUG slot 1 in tap state...
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861496.664854
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861496.664854
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 46, time: 1703861496.664854
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861496.664854
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1123, time: 1703861496.664854
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 902, time: 1703861496.664854
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861496.664854
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861496.664854
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 28, time: 1703861496.664854
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861496.664854
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 916, time: 1703861496.664854
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 672, time: 1703861496.664854
12/29/23-15:51:36 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861496.664854
12/29/23-15:51:36 DEBUG slot 0 in tap state...
12/29/23-15:51:36 DEBUG slot 1 in tap state...
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861496.676860
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861496.676860
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 47, time: 1703861496.676860
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861496.676860
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1123, time: 1703861496.676860
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 902, time: 1703861496.676860
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861496.676860
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861496.676860
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 28, time: 1703861496.676860
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861496.676860
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 916, time: 1703861496.676860
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 672, time: 1703861496.676860
12/29/23-15:51:36 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861496.676860
12/29/23-15:51:36 DEBUG slot 0 in tap state...
12/29/23-15:51:36 DEBUG slot 1 in tap state...
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861496.687915
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861496.687915
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 48, time: 1703861496.687915
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861496.687915
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1123, time: 1703861496.687915
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 902, time: 1703861496.687915
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861496.687915
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861496.687915
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 28, time: 1703861496.687915
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861496.687915
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 916, time: 1703861496.687915
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 672, time: 1703861496.687915
12/29/23-15:51:36 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861496.687915
12/29/23-15:51:36 DEBUG slot 0 in tap state...
12/29/23-15:51:36 DEBUG slot 1 in tap state...
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861496.699895
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861496.699895
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 49, time: 1703861496.699895
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861496.699895
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1123, time: 1703861496.699895
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 902, time: 1703861496.699895
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861496.699895
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861496.699895
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 28, time: 1703861496.699895
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861496.699895
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 916, time: 1703861496.699895
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 672, time: 1703861496.699895
12/29/23-15:51:36 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861496.699895
12/29/23-15:51:36 DEBUG slot 0 in tap state...
12/29/23-15:51:36 DEBUG slot 1 in tap state...
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861496.711518
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861496.711518
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 50, time: 1703861496.711518
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861496.711518
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1123, time: 1703861496.711518
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 902, time: 1703861496.711518
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861496.711518
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861496.711518
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 28, time: 1703861496.711518
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861496.711518
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 916, time: 1703861496.711518
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 672, time: 1703861496.711518
12/29/23-15:51:36 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861496.711518
12/29/23-15:51:36 DEBUG slot 0 in tap state...
12/29/23-15:51:36 DEBUG slot 1 in tap state...
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861496.723123
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861496.723123
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 51, time: 1703861496.723123
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861496.723123
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1123, time: 1703861496.723123
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 902, time: 1703861496.723123
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861496.723123
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861496.723123
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 28, time: 1703861496.723123
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861496.723123
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 916, time: 1703861496.723123
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 672, time: 1703861496.723123
12/29/23-15:51:36 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861496.723123
12/29/23-15:51:36 DEBUG slot 0 in tap state...
12/29/23-15:51:36 DEBUG slot 1 in tap state...
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861496.734708
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861496.734708
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 52, time: 1703861496.734708
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861496.734708
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1123, time: 1703861496.734708
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 902, time: 1703861496.734708
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861496.734708
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861496.734708
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 28, time: 1703861496.734708
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861496.734708
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 916, time: 1703861496.734708
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 672, time: 1703861496.734708
12/29/23-15:51:36 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861496.734708
12/29/23-15:51:36 DEBUG slot 0 in tap state...
12/29/23-15:51:36 DEBUG slot 1 in tap state...
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861496.746353
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861496.746353
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 53, time: 1703861496.746353
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861496.746353
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1123, time: 1703861496.746353
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 902, time: 1703861496.746353
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861496.746353
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861496.746353
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 28, time: 1703861496.746353
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861496.746353
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 916, time: 1703861496.746353
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 672, time: 1703861496.746353
12/29/23-15:51:36 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861496.746353
12/29/23-15:51:36 DEBUG slot 0 in tap state...
12/29/23-15:51:36 DEBUG slot 1 in tap state...
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861496.757936
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861496.757936
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 54, time: 1703861496.757936
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861496.757936
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1123, time: 1703861496.757936
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 902, time: 1703861496.757936
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861496.757936
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861496.757936
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 28, time: 1703861496.757936
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861496.757936
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 916, time: 1703861496.757936
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 672, time: 1703861496.757936
12/29/23-15:51:36 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861496.757936
12/29/23-15:51:36 DEBUG slot 0 in tap state...
12/29/23-15:51:36 DEBUG slot 1 in tap state...
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861496.770757
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861496.770757
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 55, time: 1703861496.770757
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861496.770757
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1123, time: 1703861496.770757
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 902, time: 1703861496.770757
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861496.770757
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861496.770757
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 28, time: 1703861496.770757
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861496.770757
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 916, time: 1703861496.770757
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 672, time: 1703861496.770757
12/29/23-15:51:36 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861496.770757
12/29/23-15:51:36 DEBUG slot 0 in tap state...
12/29/23-15:51:36 DEBUG slot 1 in tap state...
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861496.782326
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861496.782326
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 56, time: 1703861496.782326
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861496.782326
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1123, time: 1703861496.782326
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 902, time: 1703861496.782326
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861496.782326
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861496.782326
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 28, time: 1703861496.782326
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861496.782326
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 916, time: 1703861496.782326
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 672, time: 1703861496.782326
12/29/23-15:51:36 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861496.782326
12/29/23-15:51:36 DEBUG slot 0 in tap state...
12/29/23-15:51:36 DEBUG slot 1 in tap state...
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861496.793924
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861496.793924
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 57, time: 1703861496.793924
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861496.793924
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1123, time: 1703861496.793924
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 902, time: 1703861496.793924
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861496.793924
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861496.793924
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 28, time: 1703861496.793924
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861496.793924
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 916, time: 1703861496.793924
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 672, time: 1703861496.793924
12/29/23-15:51:36 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861496.793924
12/29/23-15:51:36 DEBUG slot 0 in tap state...
12/29/23-15:51:36 DEBUG slot 1 in tap state...
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861496.805519
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861496.805519
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 58, time: 1703861496.805519
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861496.805519
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1123, time: 1703861496.805519
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 902, time: 1703861496.805519
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861496.805519
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861496.805519
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 28, time: 1703861496.805519
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861496.805519
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 916, time: 1703861496.805519
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 672, time: 1703861496.805519
12/29/23-15:51:36 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861496.805519
12/29/23-15:51:36 DEBUG slot 0 in tap state...
12/29/23-15:51:36 DEBUG slot 1 in tap state...
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861496.817114
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861496.817114
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 59, time: 1703861496.817114
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861496.817114
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1123, time: 1703861496.817114
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 902, time: 1703861496.817114
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861496.817114
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861496.817114
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 28, time: 1703861496.817114
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861496.817114
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 916, time: 1703861496.817114
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 672, time: 1703861496.817114
12/29/23-15:51:36 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861496.817114
12/29/23-15:51:36 DEBUG slot 0 in tap state...
12/29/23-15:51:36 DEBUG slot 1 in tap state...
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861496.828723
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861496.828723
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 60, time: 1703861496.828723
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861496.828723
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1123, time: 1703861496.828723
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 902, time: 1703861496.828723
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861496.828723
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861496.828723
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 28, time: 1703861496.828723
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861496.828723
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 916, time: 1703861496.828723
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 672, time: 1703861496.828723
12/29/23-15:51:36 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861496.828723
12/29/23-15:51:36 DEBUG slot 0 in tap state...
12/29/23-15:51:36 DEBUG slot 1 in tap state...
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861496.840337
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861496.840337
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861496.840337
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861496.840337
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1123, time: 1703861496.840337
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 902, time: 1703861496.840337
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861496.840337
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861496.840337
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 28, time: 1703861496.840337
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861496.840337
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 916, time: 1703861496.840337
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 672, time: 1703861496.840337
12/29/23-15:51:36 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861496.840337
12/29/23-15:51:36 DEBUG slot 0 in tap state...
12/29/23-15:51:36 DEBUG slot 1 in tap state...
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861496.851931
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861496.851931
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861496.851931
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861496.851931
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1123, time: 1703861496.851931
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 902, time: 1703861496.851931
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861496.851931
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861496.851931
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 28, time: 1703861496.851931
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861496.851931
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 916, time: 1703861496.851931
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 672, time: 1703861496.851931
12/29/23-15:51:36 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861496.851931
12/29/23-15:51:36 DEBUG slot 0 in tap state...
12/29/23-15:51:36 DEBUG slot 1 in tap state...
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861496.863512
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861496.863512
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861496.863512
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861496.863512
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1123, time: 1703861496.863512
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 902, time: 1703861496.863512
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861496.863512
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861496.863512
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 28, time: 1703861496.863512
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861496.863512
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 916, time: 1703861496.863512
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 672, time: 1703861496.863512
12/29/23-15:51:36 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861496.863512
12/29/23-15:51:36 DEBUG slot 0 in tap state...
12/29/23-15:51:36 DEBUG slot 1 in tap state...
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861496.875114
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861496.875114
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 62, time: 1703861496.875114
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861496.875114
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1123, time: 1703861496.875114
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 902, time: 1703861496.875114
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861496.875114
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861496.875114
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 28, time: 1703861496.875114
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861496.875114
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 916, time: 1703861496.875114
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 672, time: 1703861496.875114
12/29/23-15:51:36 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861496.875114
12/29/23-15:51:36 DEBUG slot 0 in tap state...
12/29/23-15:51:36 DEBUG slot 1 in tap state...
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861496.888854
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861496.888854
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 62, time: 1703861496.888854
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861496.888854
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1123, time: 1703861496.888854
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 902, time: 1703861496.888854
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861496.888854
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861496.888854
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 28, time: 1703861496.888854
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861496.888854
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 916, time: 1703861496.888854
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 672, time: 1703861496.888854
12/29/23-15:51:36 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861496.888854
12/29/23-15:51:36 DEBUG slot 0 in tap state...
12/29/23-15:51:36 DEBUG slot 1 in tap state...
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861496.899911
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861496.899911
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 62, time: 1703861496.899911
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861496.899911
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1123, time: 1703861496.899911
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 902, time: 1703861496.899911
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861496.899911
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861496.899911
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 28, time: 1703861496.899911
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861496.899911
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 916, time: 1703861496.899911
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 672, time: 1703861496.899911
12/29/23-15:51:36 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861496.899911
12/29/23-15:51:36 DEBUG slot 0 in tap state...
12/29/23-15:51:36 DEBUG slot 1 in tap state...
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861496.911396
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861496.911396
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 62, time: 1703861496.911396
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861496.911396
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1123, time: 1703861496.911396
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 902, time: 1703861496.911396
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861496.911396
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861496.911396
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 28, time: 1703861496.911396
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861496.911396
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 916, time: 1703861496.911396
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 672, time: 1703861496.911396
12/29/23-15:51:36 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861496.911396
12/29/23-15:51:36 DEBUG slot 0 in tap state...
12/29/23-15:51:36 DEBUG slot 1 in tap state...
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861496.923349
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861496.923349
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 62, time: 1703861496.923349
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861496.923349
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1123, time: 1703861496.923349
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 902, time: 1703861496.923349
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861496.923349
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861496.923349
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 28, time: 1703861496.923349
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861496.923349
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 916, time: 1703861496.923349
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 672, time: 1703861496.923349
12/29/23-15:51:36 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861496.923349
12/29/23-15:51:36 DEBUG slot 0 in tap state...
12/29/23-15:51:36 DEBUG slot 1 in tap state...
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861496.934748
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861496.934748
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 62, time: 1703861496.934748
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861496.934748
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1123, time: 1703861496.934748
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 902, time: 1703861496.934748
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861496.934748
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861496.934748
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 28, time: 1703861496.934748
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861496.934748
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 916, time: 1703861496.934748
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 672, time: 1703861496.934748
12/29/23-15:51:36 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861496.934748
12/29/23-15:51:36 DEBUG slot 0 in tap state...
12/29/23-15:51:36 DEBUG slot 1 in tap state...
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861496.946653
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861496.946653
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 62, time: 1703861496.946653
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861496.946653
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1122, time: 1703861496.946653
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 902, time: 1703861496.946653
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861496.946653
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861496.946653
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 28, time: 1703861496.946653
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861496.946653
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 915, time: 1703861496.946653
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 671, time: 1703861496.946653
12/29/23-15:51:36 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861496.946653
12/29/23-15:51:36 DEBUG slot 0 in tap state...
12/29/23-15:51:36 DEBUG slot 1 in tap state...
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861496.958048
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861496.958048
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 62, time: 1703861496.958048
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861496.958048
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1120, time: 1703861496.958048
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 902, time: 1703861496.958048
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861496.958048
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861496.958048
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 28, time: 1703861496.958048
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861496.958048
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 912, time: 1703861496.958048
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 670, time: 1703861496.958048
12/29/23-15:51:36 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861496.958048
12/29/23-15:51:36 DEBUG slot 0 in tap state...
12/29/23-15:51:36 DEBUG slot 1 in tap state...
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861496.969793
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861496.969793
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 62, time: 1703861496.969793
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861496.969793
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1115, time: 1703861496.969793
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 902, time: 1703861496.969793
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861496.969793
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861496.969793
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 28, time: 1703861496.969793
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861496.969793
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 905, time: 1703861496.969793
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 668, time: 1703861496.969793
12/29/23-15:51:36 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861496.969793
12/29/23-15:51:36 DEBUG slot 0 in tap state...
12/29/23-15:51:36 DEBUG slot 1 in tap state...
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861496.981216
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861496.981216
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 62, time: 1703861496.981216
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861496.981216
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1107, time: 1703861496.981216
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 902, time: 1703861496.981216
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861496.981216
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861496.981216
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 28, time: 1703861496.981216
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861496.981216
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 895, time: 1703861496.981216
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 666, time: 1703861496.981216
12/29/23-15:51:36 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861496.981216
12/29/23-15:51:36 DEBUG slot 0 in tap state...
12/29/23-15:51:36 DEBUG slot 1 in tap state...
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861496.992909
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861496.992909
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 62, time: 1703861496.992909
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861496.992909
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1096, time: 1703861496.992909
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 902, time: 1703861496.992909
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861496.992909
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861496.992909
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 28, time: 1703861496.992909
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861496.992909
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 882, time: 1703861496.992909
12/29/23-15:51:36 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 663, time: 1703861496.992909
12/29/23-15:51:36 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861496.992909
12/29/23-15:51:36 DEBUG slot 0 in tap state...
12/29/23-15:51:36 DEBUG slot 1 in tap state...
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861497.004526
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861497.004526
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 62, time: 1703861497.004526
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.004526
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1081, time: 1703861497.004526
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 902, time: 1703861497.004526
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861497.004526
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861497.004526
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 29, time: 1703861497.004526
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861497.004526
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 861, time: 1703861497.004526
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 646, time: 1703861497.004526
12/29/23-15:51:37 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861497.004526
12/29/23-15:51:37 DEBUG slot 0 in tap state...
12/29/23-15:51:37 DEBUG slot 1 in tap state...
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861497.016098
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861497.016098
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 63, time: 1703861497.016098
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.016098
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1061, time: 1703861497.016098
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 900, time: 1703861497.016098
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861497.016098
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861497.016098
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 30, time: 1703861497.016098
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861497.016098
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 831, time: 1703861497.016098
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 618, time: 1703861497.016098
12/29/23-15:51:37 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861497.016098
12/29/23-15:51:37 DEBUG slot 0 in tap state...
12/29/23-15:51:37 DEBUG slot 1 in tap state...
12/29/23-15:51:37 DEBUG slot 1 in pan state...
12/29/23-15:51:37 DEBUG Contact:handleTwoFingerPan: outward_pan diagonal 162.73478191933 detected
12/29/23-15:51:37 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:37 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861497.027409
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861497.027409
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 63, time: 1703861497.027409
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.027409
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1038, time: 1703861497.027409
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 898, time: 1703861497.027409
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861497.027409
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861497.027409
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 31, time: 1703861497.027409
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861497.027409
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 795, time: 1703861497.027409
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 582, time: 1703861497.027409
12/29/23-15:51:37 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861497.027409
12/29/23-15:51:37 DEBUG slot 0 in void state...
12/29/23-15:51:37 DEBUG slot 1 in pan state...
12/29/23-15:51:37 DEBUG Contact:handleTwoFingerPan: outward_pan diagonal 235.89525922725 detected
12/29/23-15:51:37 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:37 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861497.038874
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861497.038874
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 63, time: 1703861497.038874
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.038874
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1012, time: 1703861497.038874
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 895, time: 1703861497.038874
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861497.038874
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861497.038874
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 32, time: 1703861497.038874
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.038874
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 763, time: 1703861497.038874
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 561, time: 1703861497.038874
12/29/23-15:51:37 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861497.038874
12/29/23-15:51:37 DEBUG slot 0 in void state...
12/29/23-15:51:37 DEBUG slot 1 in pan state...
12/29/23-15:51:37 DEBUG Contact:handleTwoFingerPan: outward_pan diagonal 300.24430973147 detected
12/29/23-15:51:37 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:37 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861497.050326
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861497.050326
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 63, time: 1703861497.050326
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.050326
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 984, time: 1703861497.050326
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 892, time: 1703861497.050326
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861497.050326
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861497.050326
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 33, time: 1703861497.050326
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.050326
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 739, time: 1703861497.050326
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 552, time: 1703861497.050326
12/29/23-15:51:37 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861497.050326
12/29/23-15:51:37 DEBUG slot 0 in void state...
12/29/23-15:51:37 DEBUG slot 1 in pan state...
12/29/23-15:51:37 DEBUG Contact:handleTwoFingerPan: outward_pan diagonal 353.20264863515 detected
12/29/23-15:51:37 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:37 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861497.059944
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861497.059944
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 63, time: 1703861497.059944
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.059944
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 956, time: 1703861497.059944
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 888, time: 1703861497.059944
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861497.059944
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861497.059944
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861497.059944
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.059944
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 721, time: 1703861497.059944
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 549, time: 1703861497.059944
12/29/23-15:51:37 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861497.059944
12/29/23-15:51:37 DEBUG slot 0 in void state...
12/29/23-15:51:37 DEBUG slot 1 in pan state...
12/29/23-15:51:37 DEBUG Contact:handleTwoFingerPan: outward_pan diagonal 398.13731160312 detected
12/29/23-15:51:37 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:37 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861497.071189
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861497.071189
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 63, time: 1703861497.071189
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.071189
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 928, time: 1703861497.071189
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 885, time: 1703861497.071189
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861497.071189
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861497.071189
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 35, time: 1703861497.071189
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.071189
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 708, time: 1703861497.071189
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 549, time: 1703861497.071189
12/29/23-15:51:37 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861497.071189
12/29/23-15:51:37 DEBUG slot 0 in void state...
12/29/23-15:51:37 DEBUG slot 1 in pan state...
12/29/23-15:51:37 DEBUG Contact:handleTwoFingerPan: outward_pan diagonal 437.3860589037 detected
12/29/23-15:51:37 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:37 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861497.082816
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861497.082816
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 63, time: 1703861497.082816
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.082816
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 900, time: 1703861497.082816
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 880, time: 1703861497.082816
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861497.082816
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861497.082816
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 35, time: 1703861497.082816
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.082816
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 691, time: 1703861497.082816
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 550, time: 1703861497.082816
12/29/23-15:51:37 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861497.082816
12/29/23-15:51:37 DEBUG slot 0 in void state...
12/29/23-15:51:37 DEBUG slot 1 in pan state...
12/29/23-15:51:37 DEBUG Contact:handleTwoFingerPan: two_finger_pan north 235.28705871764 detected
12/29/23-15:51:37 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:37 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861497.094344
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861497.094344
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 63, time: 1703861497.094344
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.094344
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 872, time: 1703861497.094344
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 877, time: 1703861497.094344
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861497.094344
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861497.094344
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 35, time: 1703861497.094344
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.094344
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 663, time: 1703861497.094344
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 564, time: 1703861497.094344
12/29/23-15:51:37 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861497.094344
12/29/23-15:51:37 DEBUG slot 0 in void state...
12/29/23-15:51:37 DEBUG slot 1 in pan state...
12/29/23-15:51:37 DEBUG Contact:handleTwoFingerPan: two_finger_pan north 260.75467397537 detected
12/29/23-15:51:37 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:37 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861497.105761
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861497.105761
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 63, time: 1703861497.105761
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.105761
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 843, time: 1703861497.105761
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 875, time: 1703861497.105761
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861497.105761
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861497.105761
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 35, time: 1703861497.105761
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.105761
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 628, time: 1703861497.105761
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 581, time: 1703861497.105761
12/29/23-15:51:37 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861497.105761
12/29/23-15:51:37 DEBUG slot 0 in void state...
12/29/23-15:51:37 DEBUG slot 1 in pan state...
12/29/23-15:51:37 DEBUG Contact:handleTwoFingerPan: two_finger_pan north 290.06378608851 detected
12/29/23-15:51:37 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:37 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861497.117634
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861497.117634
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 63, time: 1703861497.117634
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.117634
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 815, time: 1703861497.117634
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 872, time: 1703861497.117634
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861497.117634
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861497.117634
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 35, time: 1703861497.117634
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.117634
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 589, time: 1703861497.117634
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 600, time: 1703861497.117634
12/29/23-15:51:37 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861497.117634
12/29/23-15:51:37 DEBUG slot 0 in void state...
12/29/23-15:51:37 DEBUG slot 1 in pan state...
12/29/23-15:51:37 DEBUG Contact:handleTwoFingerPan: two_finger_pan north 322.06365830376 detected
12/29/23-15:51:37 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:37 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861497.128606
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861497.128606
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 63, time: 1703861497.128606
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.128606
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 787, time: 1703861497.128606
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 869, time: 1703861497.128606
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861497.128606
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861497.128606
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 35, time: 1703861497.128606
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.128606
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 566, time: 1703861497.128606
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 602, time: 1703861497.128606
12/29/23-15:51:37 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861497.128606
12/29/23-15:51:37 DEBUG slot 0 in void state...
12/29/23-15:51:37 DEBUG slot 1 in pan state...
12/29/23-15:51:37 DEBUG Contact:handleTwoFingerPan: two_finger_pan north 346.91929897312 detected
12/29/23-15:51:37 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:37 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861497.140501
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861497.140501
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 63, time: 1703861497.140501
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.140501
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 759, time: 1703861497.140501
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 867, time: 1703861497.140501
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861497.140501
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861497.140501
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 35, time: 1703861497.140501
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.140501
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 548, time: 1703861497.140501
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 600, time: 1703861497.140501
12/29/23-15:51:37 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861497.140501
12/29/23-15:51:37 DEBUG slot 0 in void state...
12/29/23-15:51:37 DEBUG slot 1 in pan state...
12/29/23-15:51:37 DEBUG Contact:handleTwoFingerPan: two_finger_pan north 369.96216022723 detected
12/29/23-15:51:37 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:37 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861497.152330
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861497.152330
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 63, time: 1703861497.152330
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.152330
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 730, time: 1703861497.152330
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 864, time: 1703861497.152330
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861497.152330
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861497.152330
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 35, time: 1703861497.152330
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.152330
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 530, time: 1703861497.152330
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 597, time: 1703861497.152330
12/29/23-15:51:37 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861497.152330
12/29/23-15:51:37 DEBUG slot 0 in void state...
12/29/23-15:51:37 DEBUG slot 1 in pan state...
12/29/23-15:51:37 DEBUG Contact:handleTwoFingerPan: two_finger_pan north 394.14337492846 detected
12/29/23-15:51:37 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:37 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861497.163669
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861497.163669
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 63, time: 1703861497.163669
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.163669
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 702, time: 1703861497.163669
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 861, time: 1703861497.163669
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861497.163669
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861497.163669
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 35, time: 1703861497.163669
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.163669
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 507, time: 1703861497.163669
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 594, time: 1703861497.163669
12/29/23-15:51:37 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861497.163669
12/29/23-15:51:37 DEBUG slot 0 in void state...
12/29/23-15:51:37 DEBUG slot 1 in pan state...
12/29/23-15:51:37 DEBUG Contact:handleTwoFingerPan: two_finger_pan north 419.31491745465 detected
12/29/23-15:51:37 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:37 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:37 DEBUG close widget: table: 0x7470f4d0
12/29/23-15:51:37 DEBUG setDirty via a func from widget nil
12/29/23-15:51:37 DEBUG Lower widget ReaderUI covers the full screen
12/29/23-15:51:37 DEBUG _refresh: Enqueued ui update for region 352 9 367 100 dithering: false
12/29/23-15:51:37 DEBUG triggering refresh {
dither = false,
mode = "ui",
region = "367x100+352+9"
} --[[table: 0x7477ca60]]
12/29/23-15:51:37 DEBUG refresh: ui-mode 352 9 367 100 false
12/29/23-15:51:37 DEBUG mxc_update: 367x100 region @ (352, 9) with marker 14 (WFM: 257 & UPD: 0)
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861497.175846
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861497.175846
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 63, time: 1703861497.175846
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.175846
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 675, time: 1703861497.175846
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 858, time: 1703861497.175846
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861497.175846
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861497.175846
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 35, time: 1703861497.175846
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.175846
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 481, time: 1703861497.175846
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 590, time: 1703861497.175846
12/29/23-15:51:37 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861497.175846
12/29/23-15:51:37 DEBUG slot 0 in void state...
12/29/23-15:51:37 DEBUG slot 1 in pan state...
12/29/23-15:51:37 DEBUG Contact:handleTwoFingerPan: two_finger_pan north 446.46724403925 detected
12/29/23-15:51:37 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:37 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861497.187247
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861497.187247
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 63, time: 1703861497.187247
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.187247
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 649, time: 1703861497.187247
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 855, time: 1703861497.187247
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861497.187247
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861497.187247
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 35, time: 1703861497.187247
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.187247
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 457, time: 1703861497.187247
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 587, time: 1703861497.187247
12/29/23-15:51:37 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861497.187247
12/29/23-15:51:37 DEBUG slot 0 in void state...
12/29/23-15:51:37 DEBUG slot 1 in pan state...
12/29/23-15:51:37 DEBUG Contact:handleTwoFingerPan: two_finger_pan north 471.64075311618 detected
12/29/23-15:51:37 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:37 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861497.198718
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861497.198718
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 63, time: 1703861497.198718
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.198718
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 624, time: 1703861497.198718
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 853, time: 1703861497.198718
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861497.198718
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861497.198718
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 35, time: 1703861497.198718
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.198718
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 435, time: 1703861497.198718
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 584, time: 1703861497.198718
12/29/23-15:51:37 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861497.198718
12/29/23-15:51:37 DEBUG slot 0 in void state...
12/29/23-15:51:37 DEBUG slot 1 in pan state...
12/29/23-15:51:37 DEBUG Contact:handleTwoFingerPan: two_finger_pan north 494.83431570577 detected
12/29/23-15:51:37 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:37 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861497.210243
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861497.210243
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 63, time: 1703861497.210243
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.210243
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 603, time: 1703861497.210243
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 851, time: 1703861497.210243
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861497.210243
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861497.210243
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 36, time: 1703861497.210243
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.210243
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 415, time: 1703861497.210243
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 582, time: 1703861497.210243
12/29/23-15:51:37 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861497.210243
12/29/23-15:51:37 DEBUG slot 0 in void state...
12/29/23-15:51:37 DEBUG slot 1 in pan state...
12/29/23-15:51:37 DEBUG Contact:handleTwoFingerPan: two_finger_pan north 515.90890668799 detected
12/29/23-15:51:37 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:37 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861497.221899
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861497.221899
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 63, time: 1703861497.221899
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.221899
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 585, time: 1703861497.221899
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 850, time: 1703861497.221899
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861497.221899
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861497.221899
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 37, time: 1703861497.221899
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861497.221899
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 394, time: 1703861497.221899
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 565, time: 1703861497.221899
12/29/23-15:51:37 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861497.221899
12/29/23-15:51:37 DEBUG slot 0 in void state...
12/29/23-15:51:37 DEBUG slot 1 in pan state...
12/29/23-15:51:37 DEBUG Contact:handleTwoFingerPan: two_finger_pan north 536.0037313303 detected
12/29/23-15:51:37 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:37 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861497.234009
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861497.234009
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 63, time: 1703861497.234009
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.234009
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 570, time: 1703861497.234009
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 848, time: 1703861497.234009
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861497.234009
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861497.234009
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 38, time: 1703861497.234009
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861497.234009
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 374, time: 1703861497.234009
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 542, time: 1703861497.234009
12/29/23-15:51:37 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861497.234009
12/29/23-15:51:37 DEBUG slot 0 in void state...
12/29/23-15:51:37 DEBUG slot 1 in pan state...
12/29/23-15:51:37 DEBUG Contact:handleTwoFingerPan: two_finger_pan north 555.668966202 detected
12/29/23-15:51:37 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:37 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861497.245344
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861497.245344
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 63, time: 1703861497.245344
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.245344
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 557, time: 1703861497.245344
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 846, time: 1703861497.245344
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861497.245344
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861497.245344
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 39, time: 1703861497.245344
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861497.245344
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 355, time: 1703861497.245344
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 518, time: 1703861497.245344
12/29/23-15:51:37 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861497.245344
12/29/23-15:51:37 DEBUG slot 0 in void state...
12/29/23-15:51:37 DEBUG slot 1 in pan state...
12/29/23-15:51:37 DEBUG Contact:handleTwoFingerPan: two_finger_pan north 573.69068320829 detected
12/29/23-15:51:37 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:37 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861497.256909
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861497.256909
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 63, time: 1703861497.256909
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.256909
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 544, time: 1703861497.256909
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 844, time: 1703861497.256909
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861497.256909
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861497.256909
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 40, time: 1703861497.256909
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861497.256909
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 340, time: 1703861497.256909
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 508, time: 1703861497.256909
12/29/23-15:51:37 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861497.256909
12/29/23-15:51:37 DEBUG slot 0 in void state...
12/29/23-15:51:37 DEBUG slot 1 in pan state...
12/29/23-15:51:37 DEBUG Contact:handleTwoFingerPan: two_finger_pan north 588.56180644007 detected
12/29/23-15:51:37 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:37 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861497.268456
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861497.268456
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 63, time: 1703861497.268456
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.268456
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 531, time: 1703861497.268456
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 843, time: 1703861497.268456
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861497.268456
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861497.268456
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 41, time: 1703861497.268456
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861497.268456
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 327, time: 1703861497.268456
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 506, time: 1703861497.268456
12/29/23-15:51:37 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861497.268456
12/29/23-15:51:37 DEBUG slot 0 in void state...
12/29/23-15:51:37 DEBUG slot 1 in pan state...
12/29/23-15:51:37 DEBUG Contact:handleTwoFingerPan: two_finger_pan north 601.70590823092 detected
12/29/23-15:51:37 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:37 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861497.280051
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861497.280051
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 63, time: 1703861497.280051
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.280051
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 521, time: 1703861497.280051
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 841, time: 1703861497.280051
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861497.280051
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861497.280051
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 42, time: 1703861497.280051
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861497.280051
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 318, time: 1703861497.280051
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 507, time: 1703861497.280051
12/29/23-15:51:37 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861497.280051
12/29/23-15:51:37 DEBUG slot 0 in void state...
12/29/23-15:51:37 DEBUG slot 1 in pan state...
12/29/23-15:51:37 DEBUG Contact:handleTwoFingerPan: two_finger_pan north 610.54811440213 detected
12/29/23-15:51:37 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:37 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861497.291536
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861497.291536
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 63, time: 1703861497.291536
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.291536
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 512, time: 1703861497.291536
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 840, time: 1703861497.291536
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861497.291536
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861497.291536
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 43, time: 1703861497.291536
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861497.291536
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 311, time: 1703861497.291536
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 509, time: 1703861497.291536
12/29/23-15:51:37 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861497.291536
12/29/23-15:51:37 DEBUG slot 0 in void state...
12/29/23-15:51:37 DEBUG slot 1 in pan state...
12/29/23-15:51:37 DEBUG Contact:handleTwoFingerPan: two_finger_pan north 618.41167518086 detected
12/29/23-15:51:37 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:37 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861497.303116
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861497.303116
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 63, time: 1703861497.303116
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.303116
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 505, time: 1703861497.303116
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 839, time: 1703861497.303116
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861497.303116
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861497.303116
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 44, time: 1703861497.303116
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861497.303116
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 305, time: 1703861497.303116
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 511, time: 1703861497.303116
12/29/23-15:51:37 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861497.303116
12/29/23-15:51:37 DEBUG slot 0 in void state...
12/29/23-15:51:37 DEBUG slot 1 in pan state...
12/29/23-15:51:37 DEBUG Contact:handleTwoFingerPan: two_finger_pan north 625.11518938512 detected
12/29/23-15:51:37 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:37 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861497.314595
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861497.314595
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 63, time: 1703861497.314595
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.314595
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 500, time: 1703861497.314595
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 838, time: 1703861497.314595
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861497.314595
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861497.314595
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 44, time: 1703861497.314595
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861497.314595
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 301, time: 1703861497.314595
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 519, time: 1703861497.314595
12/29/23-15:51:37 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861497.314595
12/29/23-15:51:37 DEBUG slot 0 in void state...
12/29/23-15:51:37 DEBUG slot 1 in pan state...
12/29/23-15:51:37 DEBUG Contact:handleTwoFingerPan: two_finger_pan north 628.5236670166 detected
12/29/23-15:51:37 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:37 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861497.326247
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861497.326247
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 63, time: 1703861497.326247
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.326247
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 495, time: 1703861497.326247
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 837, time: 1703861497.326247
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861497.326247
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861497.326247
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 45, time: 1703861497.326247
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861497.326247
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 297, time: 1703861497.326247
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 524, time: 1703861497.326247
12/29/23-15:51:37 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861497.326247
12/29/23-15:51:37 DEBUG slot 0 in void state...
12/29/23-15:51:37 DEBUG slot 1 in pan state...
12/29/23-15:51:37 DEBUG Contact:handleTwoFingerPan: two_finger_pan north 633.10741584663 detected
12/29/23-15:51:37 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:37 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861497.339132
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861497.339132
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 63, time: 1703861497.339132
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.339132
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 490, time: 1703861497.339132
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 837, time: 1703861497.339132
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861497.339132
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861497.339132
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 46, time: 1703861497.339132
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861497.339132
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 295, time: 1703861497.339132
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 527, time: 1703861497.339132
12/29/23-15:51:37 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861497.339132
12/29/23-15:51:37 DEBUG slot 0 in void state...
12/29/23-15:51:37 DEBUG slot 1 in pan state...
12/29/23-15:51:37 DEBUG Contact:handleTwoFingerPan: two_finger_pan north 635.7310752197 detected
12/29/23-15:51:37 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:37 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861497.350797
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861497.350797
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 63, time: 1703861497.350797
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.350797
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 487, time: 1703861497.350797
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 836, time: 1703861497.350797
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861497.350797
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861497.350797
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 47, time: 1703861497.350797
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861497.350797
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 293, time: 1703861497.350797
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 521, time: 1703861497.350797
12/29/23-15:51:37 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861497.350797
12/29/23-15:51:37 DEBUG slot 0 in void state...
12/29/23-15:51:37 DEBUG slot 1 in pan state...
12/29/23-15:51:37 DEBUG Contact:handleTwoFingerPan: two_finger_pan north 639.35983608607 detected
12/29/23-15:51:37 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:37 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861497.362353
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861497.362353
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 63, time: 1703861497.362353
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.362353
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 484, time: 1703861497.362353
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 836, time: 1703861497.362353
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861497.362353
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861497.362353
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 48, time: 1703861497.362353
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861497.362353
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 293, time: 1703861497.362353
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 518, time: 1703861497.362353
12/29/23-15:51:37 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861497.362353
12/29/23-15:51:37 DEBUG slot 0 in void state...
12/29/23-15:51:37 DEBUG slot 1 in pan state...
12/29/23-15:51:37 DEBUG Contact:handleTwoFingerPan: two_finger_pan north 640.51619807777 detected
12/29/23-15:51:37 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:37 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861497.373939
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861497.373939
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 63, time: 1703861497.373939
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.373939
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 483, time: 1703861497.373939
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 836, time: 1703861497.373939
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861497.373939
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861497.373939
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 49, time: 1703861497.373939
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861497.373939
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 292, time: 1703861497.373939
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 517, time: 1703861497.373939
12/29/23-15:51:37 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861497.373939
12/29/23-15:51:37 DEBUG slot 0 in void state...
12/29/23-15:51:37 DEBUG slot 1 in pan state...
12/29/23-15:51:37 DEBUG Contact:handleTwoFingerPan: two_finger_pan north 641.67359303621 detected
12/29/23-15:51:37 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:37 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861497.385512
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861497.385512
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 63, time: 1703861497.385512
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.385512
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 483, time: 1703861497.385512
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 836, time: 1703861497.385512
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861497.385512
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861497.385512
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 50, time: 1703861497.385512
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861497.385512
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 292, time: 1703861497.385512
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 517, time: 1703861497.385512
12/29/23-15:51:37 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861497.385512
12/29/23-15:51:37 DEBUG slot 0 in void state...
12/29/23-15:51:37 DEBUG slot 1 in pan state...
12/29/23-15:51:37 DEBUG Contact:handleTwoFingerPan: two_finger_pan north 641.67359303621 detected
12/29/23-15:51:37 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:37 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861497.397079
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861497.397079
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 63, time: 1703861497.397079
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.397079
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 483, time: 1703861497.397079
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 836, time: 1703861497.397079
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861497.397079
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861497.397079
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 51, time: 1703861497.397079
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861497.397079
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 292, time: 1703861497.397079
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 517, time: 1703861497.397079
12/29/23-15:51:37 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861497.397079
12/29/23-15:51:37 DEBUG slot 0 in void state...
12/29/23-15:51:37 DEBUG slot 1 in pan state...
12/29/23-15:51:37 DEBUG Contact:handleTwoFingerPan: two_finger_pan north 641.67359303621 detected
12/29/23-15:51:37 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:37 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861497.408715
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861497.408715
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 63, time: 1703861497.408715
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.408715
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 483, time: 1703861497.408715
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 836, time: 1703861497.408715
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861497.408715
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861497.408715
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 52, time: 1703861497.408715
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861497.408715
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 292, time: 1703861497.408715
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 517, time: 1703861497.408715
12/29/23-15:51:37 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861497.408715
12/29/23-15:51:37 DEBUG slot 0 in void state...
12/29/23-15:51:37 DEBUG slot 1 in pan state...
12/29/23-15:51:37 DEBUG Contact:handleTwoFingerPan: two_finger_pan north 641.67359303621 detected
12/29/23-15:51:37 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:37 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861497.420313
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861497.420313
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 63, time: 1703861497.420313
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.420313
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 483, time: 1703861497.420313
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 836, time: 1703861497.420313
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861497.420313
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861497.420313
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 53, time: 1703861497.420313
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861497.420313
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 292, time: 1703861497.420313
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 517, time: 1703861497.420313
12/29/23-15:51:37 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861497.420313
12/29/23-15:51:37 DEBUG slot 0 in void state...
12/29/23-15:51:37 DEBUG slot 1 in pan state...
12/29/23-15:51:37 DEBUG Contact:handleTwoFingerPan: two_finger_pan north 641.67359303621 detected
12/29/23-15:51:37 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:37 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861497.431919
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861497.431919
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 63, time: 1703861497.431919
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.431919
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 483, time: 1703861497.431919
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 836, time: 1703861497.431919
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861497.431919
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861497.431919
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 54, time: 1703861497.431919
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861497.431919
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 292, time: 1703861497.431919
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 517, time: 1703861497.431919
12/29/23-15:51:37 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861497.431919
12/29/23-15:51:37 DEBUG slot 0 in void state...
12/29/23-15:51:37 DEBUG slot 1 in pan state...
12/29/23-15:51:37 DEBUG Contact:handleTwoFingerPan: two_finger_pan north 641.67359303621 detected
12/29/23-15:51:37 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:37 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861497.443491
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861497.443491
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 63, time: 1703861497.443491
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.443491
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 483, time: 1703861497.443491
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 836, time: 1703861497.443491
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861497.443491
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861497.443491
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 55, time: 1703861497.443491
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861497.443491
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 292, time: 1703861497.443491
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 517, time: 1703861497.443491
12/29/23-15:51:37 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861497.443491
12/29/23-15:51:37 DEBUG slot 0 in void state...
12/29/23-15:51:37 DEBUG slot 1 in pan state...
12/29/23-15:51:37 DEBUG Contact:handleTwoFingerPan: two_finger_pan north 641.67359303621 detected
12/29/23-15:51:37 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:37 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861497.455147
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861497.455147
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 63, time: 1703861497.455147
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.455147
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 483, time: 1703861497.455147
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 836, time: 1703861497.455147
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861497.455147
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861497.455147
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 56, time: 1703861497.455147
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861497.455147
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 292, time: 1703861497.455147
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 517, time: 1703861497.455147
12/29/23-15:51:37 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861497.455147
12/29/23-15:51:37 DEBUG slot 0 in void state...
12/29/23-15:51:37 DEBUG slot 1 in pan state...
12/29/23-15:51:37 DEBUG Contact:handleTwoFingerPan: two_finger_pan north 641.67359303621 detected
12/29/23-15:51:37 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:37 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861497.466676
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861497.466676
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 63, time: 1703861497.466676
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.466676
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 483, time: 1703861497.466676
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 836, time: 1703861497.466676
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861497.466676
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861497.466676
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 57, time: 1703861497.466676
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861497.466676
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 292, time: 1703861497.466676
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 517, time: 1703861497.466676
12/29/23-15:51:37 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861497.466676
12/29/23-15:51:37 DEBUG slot 0 in void state...
12/29/23-15:51:37 DEBUG slot 1 in pan state...
12/29/23-15:51:37 DEBUG Contact:handleTwoFingerPan: two_finger_pan north 641.67359303621 detected
12/29/23-15:51:37 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:37 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861497.478134
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861497.478134
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 63, time: 1703861497.478134
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.478134
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 483, time: 1703861497.478134
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 836, time: 1703861497.478134
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861497.478134
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861497.478134
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 58, time: 1703861497.478134
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861497.478134
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 292, time: 1703861497.478134
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 517, time: 1703861497.478134
12/29/23-15:51:37 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861497.478134
12/29/23-15:51:37 DEBUG slot 0 in void state...
12/29/23-15:51:37 DEBUG slot 1 in pan state...
12/29/23-15:51:37 DEBUG Contact:handleTwoFingerPan: two_finger_pan north 641.67359303621 detected
12/29/23-15:51:37 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:37 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861497.489739
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861497.489739
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 63, time: 1703861497.489739
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.489739
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 483, time: 1703861497.489739
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 836, time: 1703861497.489739
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861497.489739
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861497.489739
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 59, time: 1703861497.489739
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861497.489739
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 292, time: 1703861497.489739
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 517, time: 1703861497.489739
12/29/23-15:51:37 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861497.489739
12/29/23-15:51:37 DEBUG slot 0 in void state...
12/29/23-15:51:37 DEBUG slot 1 in pan state...
12/29/23-15:51:37 DEBUG Contact:handleTwoFingerPan: two_finger_pan north 641.67359303621 detected
12/29/23-15:51:37 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:37 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861497.501315
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861497.501315
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 63, time: 1703861497.501315
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.501315
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 482, time: 1703861497.501315
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 835, time: 1703861497.501315
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861497.501315
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861497.501315
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 59, time: 1703861497.501315
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861497.501315
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 291, time: 1703861497.501315
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 516, time: 1703861497.501315
12/29/23-15:51:37 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861497.501315
12/29/23-15:51:37 DEBUG slot 0 in void state...
12/29/23-15:51:37 DEBUG slot 1 in pan state...
12/29/23-15:51:37 DEBUG Contact:handleTwoFingerPan: two_finger_pan north 642.83201538193 detected
12/29/23-15:51:37 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:37 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861497.512579
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1345, time: 1703861497.512579
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 62, time: 1703861497.512579
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861497.512579
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 481, time: 1703861497.512579
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 834, time: 1703861497.512579
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861497.512579
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1346, time: 1703861497.512579
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 59, time: 1703861497.512579
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861497.512579
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 291, time: 1703861497.512579
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 515, time: 1703861497.512579
12/29/23-15:51:37 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861497.512579
12/29/23-15:51:37 DEBUG slot 0 in void state...
12/29/23-15:51:37 DEBUG slot 1 in pan state...
12/29/23-15:51:37 DEBUG Contact:handleTwoFingerPan: two_finger_pan north 643.9914595707 detected
12/29/23-15:51:37 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:37 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861497.523345
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: -1, time: 1703861497.523345
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861497.523345
12/29/23-15:51:37 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: -1, time: 1703861497.523345
12/29/23-15:51:37 DEBUG key event => code: 330 (BTN_TOUCH), value: 0, time: 1703861497.523345
12/29/23-15:51:37 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861497.523345
12/29/23-15:51:37 DEBUG slot 0 in void state...
12/29/23-15:51:37 DEBUG slot 0 in pan state...
12/29/23-15:51:37 DEBUG Contact:handlePanRelease: two_finger_pan_release detected
12/29/23-15:51:37 DEBUG slot 1 in void state...
12/29/23-15:51:37 DEBUG Contact:voidState Contact lift detected
12/29/23-15:51:37 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:37 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861499.245585
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1347, time: 1703861499.245585
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 74, time: 1703861499.245585
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861499.245585
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1297, time: 1703861499.245585
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 684, time: 1703861499.245585
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861499.245585
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1348, time: 1703861499.245585
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861499.245585
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861499.245585
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 983, time: 1703861499.245585
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 889, time: 1703861499.245585
12/29/23-15:51:39 DEBUG key event => code: 330 (BTN_TOUCH), value: 1, time: 1703861499.245585
12/29/23-15:51:39 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861499.245585
12/29/23-15:51:39 DEBUG slot 0 in tap state...
12/29/23-15:51:39 DEBUG set up hold timer
12/29/23-15:51:39 DEBUG slot 1 in tap state...
12/29/23-15:51:39 DEBUG set up hold timer
12/29/23-15:51:39 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:39 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861499.257196
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1347, time: 1703861499.257196
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 74, time: 1703861499.257196
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861499.257196
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1297, time: 1703861499.257196
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 684, time: 1703861499.257196
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861499.257196
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1348, time: 1703861499.257196
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861499.257196
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861499.257196
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 983, time: 1703861499.257196
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 889, time: 1703861499.257196
12/29/23-15:51:39 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861499.257196
12/29/23-15:51:39 DEBUG slot 0 in tap state...
12/29/23-15:51:39 DEBUG slot 1 in tap state...
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861499.268017
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1347, time: 1703861499.268017
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 74, time: 1703861499.268017
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861499.268017
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1297, time: 1703861499.268017
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 684, time: 1703861499.268017
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861499.268017
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1348, time: 1703861499.268017
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861499.268017
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861499.268017
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 983, time: 1703861499.268017
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 889, time: 1703861499.268017
12/29/23-15:51:39 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861499.268017
12/29/23-15:51:39 DEBUG slot 0 in tap state...
12/29/23-15:51:39 DEBUG slot 1 in tap state...
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861499.277727
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1347, time: 1703861499.277727
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 74, time: 1703861499.277727
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861499.277727
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1297, time: 1703861499.277727
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 684, time: 1703861499.277727
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861499.277727
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1348, time: 1703861499.277727
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861499.277727
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861499.277727
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 983, time: 1703861499.277727
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 889, time: 1703861499.277727
12/29/23-15:51:39 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861499.277727
12/29/23-15:51:39 DEBUG slot 0 in tap state...
12/29/23-15:51:39 DEBUG slot 1 in tap state...
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861499.289014
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1347, time: 1703861499.289014
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 74, time: 1703861499.289014
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861499.289014
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1297, time: 1703861499.289014
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 684, time: 1703861499.289014
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861499.289014
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1348, time: 1703861499.289014
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861499.289014
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861499.289014
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 983, time: 1703861499.289014
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 889, time: 1703861499.289014
12/29/23-15:51:39 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861499.289014
12/29/23-15:51:39 DEBUG slot 0 in tap state...
12/29/23-15:51:39 DEBUG slot 1 in tap state...
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861499.300813
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1347, time: 1703861499.300813
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 74, time: 1703861499.300813
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861499.300813
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1297, time: 1703861499.300813
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 684, time: 1703861499.300813
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861499.300813
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1348, time: 1703861499.300813
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861499.300813
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861499.300813
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 983, time: 1703861499.300813
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 889, time: 1703861499.300813
12/29/23-15:51:39 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861499.300813
12/29/23-15:51:39 DEBUG slot 0 in tap state...
12/29/23-15:51:39 DEBUG slot 1 in tap state...
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861499.312241
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1347, time: 1703861499.312241
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 74, time: 1703861499.312241
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861499.312241
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1296, time: 1703861499.312241
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 683, time: 1703861499.312241
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861499.312241
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1348, time: 1703861499.312241
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861499.312241
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861499.312241
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 983, time: 1703861499.312241
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 889, time: 1703861499.312241
12/29/23-15:51:39 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861499.312241
12/29/23-15:51:39 DEBUG slot 0 in tap state...
12/29/23-15:51:39 DEBUG slot 1 in tap state...
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861499.323870
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1347, time: 1703861499.323870
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 74, time: 1703861499.323870
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861499.323870
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1292, time: 1703861499.323870
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 680, time: 1703861499.323870
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861499.323870
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1348, time: 1703861499.323870
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861499.323870
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861499.323870
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 981, time: 1703861499.323870
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 888, time: 1703861499.323870
12/29/23-15:51:39 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861499.323870
12/29/23-15:51:39 DEBUG slot 0 in tap state...
12/29/23-15:51:39 DEBUG slot 1 in tap state...
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861499.335484
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1347, time: 1703861499.335484
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 74, time: 1703861499.335484
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861499.335484
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1284, time: 1703861499.335484
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 675, time: 1703861499.335484
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861499.335484
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1348, time: 1703861499.335484
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861499.335484
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861499.335484
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 976, time: 1703861499.335484
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 884, time: 1703861499.335484
12/29/23-15:51:39 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861499.335484
12/29/23-15:51:39 DEBUG slot 0 in tap state...
12/29/23-15:51:39 DEBUG slot 1 in tap state...
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861499.347041
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1347, time: 1703861499.347041
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 74, time: 1703861499.347041
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861499.347041
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1271, time: 1703861499.347041
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 666, time: 1703861499.347041
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861499.347041
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1348, time: 1703861499.347041
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861499.347041
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861499.347041
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 966, time: 1703861499.347041
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 875, time: 1703861499.347041
12/29/23-15:51:39 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861499.347041
12/29/23-15:51:39 DEBUG slot 0 in tap state...
12/29/23-15:51:39 DEBUG slot 1 in tap state...
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861499.358588
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1347, time: 1703861499.358588
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 74, time: 1703861499.358588
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861499.358588
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1251, time: 1703861499.358588
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 651, time: 1703861499.358588
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861499.358588
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1348, time: 1703861499.358588
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861499.358588
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861499.358588
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 948, time: 1703861499.358588
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 861, time: 1703861499.358588
12/29/23-15:51:39 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861499.358588
12/29/23-15:51:39 DEBUG slot 0 in tap state...
12/29/23-15:51:39 DEBUG slot 1 in tap state...
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861499.370245
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1347, time: 1703861499.370245
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 74, time: 1703861499.370245
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861499.370245
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1226, time: 1703861499.370245
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 632, time: 1703861499.370245
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861499.370245
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1348, time: 1703861499.370245
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861499.370245
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861499.370245
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 923, time: 1703861499.370245
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 841, time: 1703861499.370245
12/29/23-15:51:39 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861499.370245
12/29/23-15:51:39 DEBUG slot 0 in tap state...
12/29/23-15:51:39 DEBUG slot 0 in pan state...
12/29/23-15:51:39 DEBUG Contact:handleTwoFingerPan: two_finger_pan northeast 82.006097334284 detected
12/29/23-15:51:39 DEBUG slot 1 in void state...
12/29/23-15:51:39 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:39 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861499.383125
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1347, time: 1703861499.383125
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 74, time: 1703861499.383125
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861499.383125
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1196, time: 1703861499.383125
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 610, time: 1703861499.383125
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861499.383125
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1348, time: 1703861499.383125
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861499.383125
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861499.383125
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 891, time: 1703861499.383125
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 816, time: 1703861499.383125
12/29/23-15:51:39 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861499.383125
12/29/23-15:51:39 DEBUG slot 0 in pan state...
12/29/23-15:51:39 DEBUG Contact:handleTwoFingerPan: two_finger_pan northeast 120.60265337048 detected
12/29/23-15:51:39 DEBUG slot 1 in void state...
12/29/23-15:51:39 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:39 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861499.394640
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1347, time: 1703861499.394640
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 74, time: 1703861499.394640
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861499.394640
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1163, time: 1703861499.394640
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 584, time: 1703861499.394640
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861499.394640
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1348, time: 1703861499.394640
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861499.394640
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861499.394640
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 853, time: 1703861499.394640
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 787, time: 1703861499.394640
12/29/23-15:51:39 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861499.394640
12/29/23-15:51:39 DEBUG slot 0 in pan state...
12/29/23-15:51:39 DEBUG Contact:handleTwoFingerPan: two_finger_pan northeast 166.20770138595 detected
12/29/23-15:51:39 DEBUG slot 1 in void state...
12/29/23-15:51:39 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:39 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861499.406387
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1347, time: 1703861499.406387
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 74, time: 1703861499.406387
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861499.406387
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1127, time: 1703861499.406387
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 555, time: 1703861499.406387
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861499.406387
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1348, time: 1703861499.406387
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861499.406387
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861499.406387
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 812, time: 1703861499.406387
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 754, time: 1703861499.406387
12/29/23-15:51:39 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861499.406387
12/29/23-15:51:39 DEBUG slot 0 in pan state...
12/29/23-15:51:39 DEBUG Contact:handleTwoFingerPan: two_finger_pan northeast 215.2301094178 detected
12/29/23-15:51:39 DEBUG slot 1 in void state...
12/29/23-15:51:39 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:39 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861499.417781
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1347, time: 1703861499.417781
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 74, time: 1703861499.417781
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861499.417781
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1091, time: 1703861499.417781
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 525, time: 1703861499.417781
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861499.417781
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1348, time: 1703861499.417781
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861499.417781
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861499.417781
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 769, time: 1703861499.417781
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 720, time: 1703861499.417781
12/29/23-15:51:39 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861499.417781
12/29/23-15:51:39 DEBUG slot 0 in pan state...
12/29/23-15:51:39 DEBUG Contact:handleTwoFingerPan: two_finger_pan northeast 266.45074591751 detected
12/29/23-15:51:39 DEBUG slot 1 in void state...
12/29/23-15:51:39 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:39 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861499.429373
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1347, time: 1703861499.429373
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 74, time: 1703861499.429373
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861499.429373
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1056, time: 1703861499.429373
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 494, time: 1703861499.429373
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861499.429373
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1348, time: 1703861499.429373
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861499.429373
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861499.429373
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 727, time: 1703861499.429373
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 686, time: 1703861499.429373
12/29/23-15:51:39 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861499.429373
12/29/23-15:51:39 DEBUG slot 0 in pan state...
12/29/23-15:51:39 DEBUG Contact:handleTwoFingerPan: two_finger_pan northeast 316.10124960209 detected
12/29/23-15:51:39 DEBUG slot 1 in void state...
12/29/23-15:51:39 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:39 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861499.440880
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1347, time: 1703861499.440880
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 74, time: 1703861499.440880
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861499.440880
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1023, time: 1703861499.440880
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 464, time: 1703861499.440880
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861499.440880
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1348, time: 1703861499.440880
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861499.440880
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861499.440880
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 689, time: 1703861499.440880
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 653, time: 1703861499.440880
12/29/23-15:51:39 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861499.440880
12/29/23-15:51:39 DEBUG slot 0 in pan state...
12/29/23-15:51:39 DEBUG Contact:handleTwoFingerPan: two_finger_pan northeast 364.19774848288 detected
12/29/23-15:51:39 DEBUG slot 1 in void state...
12/29/23-15:51:39 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:39 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861499.452597
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1347, time: 1703861499.452597
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 74, time: 1703861499.452597
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861499.452597
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 993, time: 1703861499.452597
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 435, time: 1703861499.452597
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861499.452597
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1348, time: 1703861499.452597
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861499.452597
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861499.452597
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 656, time: 1703861499.452597
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 622, time: 1703861499.452597
12/29/23-15:51:39 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861499.452597
12/29/23-15:51:39 DEBUG slot 0 in pan state...
12/29/23-15:51:39 DEBUG Contact:handleTwoFingerPan: two_finger_pan northeast 407.17195384751 detected
12/29/23-15:51:39 DEBUG slot 1 in void state...
12/29/23-15:51:39 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:39 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861499.464083
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1347, time: 1703861499.464083
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 74, time: 1703861499.464083
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861499.464083
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 966, time: 1703861499.464083
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 408, time: 1703861499.464083
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861499.464083
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1348, time: 1703861499.464083
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861499.464083
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861499.464083
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 626, time: 1703861499.464083
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 593, time: 1703861499.464083
12/29/23-15:51:39 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861499.464083
12/29/23-15:51:39 DEBUG slot 0 in pan state...
12/29/23-15:51:39 DEBUG Contact:handleTwoFingerPan: two_finger_pan northeast 447.36115164373 detected
12/29/23-15:51:39 DEBUG slot 1 in void state...
12/29/23-15:51:39 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:39 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861499.475668
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1347, time: 1703861499.475668
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 74, time: 1703861499.475668
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861499.475668
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 941, time: 1703861499.475668
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 383, time: 1703861499.475668
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861499.475668
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1348, time: 1703861499.475668
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861499.475668
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861499.475668
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 599, time: 1703861499.475668
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 565, time: 1703861499.475668
12/29/23-15:51:39 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861499.475668
12/29/23-15:51:39 DEBUG slot 0 in pan state...
12/29/23-15:51:39 DEBUG Contact:handleTwoFingerPan: two_finger_pan northeast 483.98760314702 detected
12/29/23-15:51:39 DEBUG slot 1 in void state...
12/29/23-15:51:39 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:39 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861499.487030
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1347, time: 1703861499.487030
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 74, time: 1703861499.487030
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861499.487030
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 919, time: 1703861499.487030
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 360, time: 1703861499.487030
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861499.487030
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1348, time: 1703861499.487030
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861499.487030
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861499.487030
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 575, time: 1703861499.487030
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 538, time: 1703861499.487030
12/29/23-15:51:39 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861499.487030
12/29/23-15:51:39 DEBUG slot 0 in pan state...
12/29/23-15:51:39 DEBUG Contact:handleTwoFingerPan: two_finger_pan northeast 517.7045489466 detected
12/29/23-15:51:39 DEBUG slot 1 in void state...
12/29/23-15:51:39 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:39 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861499.498835
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1347, time: 1703861499.498835
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 74, time: 1703861499.498835
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861499.498835
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 900, time: 1703861499.498835
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 339, time: 1703861499.498835
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861499.498835
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1348, time: 1703861499.498835
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861499.498835
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861499.498835
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 554, time: 1703861499.498835
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 516, time: 1703861499.498835
12/29/23-15:51:39 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861499.498835
12/29/23-15:51:39 DEBUG slot 0 in pan state...
12/29/23-15:51:39 DEBUG Contact:handleTwoFingerPan: two_finger_pan northeast 547.22024816339 detected
12/29/23-15:51:39 DEBUG slot 1 in void state...
12/29/23-15:51:39 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:39 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861499.510415
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1347, time: 1703861499.510415
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 74, time: 1703861499.510415
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861499.510415
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 883, time: 1703861499.510415
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 319, time: 1703861499.510415
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861499.510415
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1348, time: 1703861499.510415
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861499.510415
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861499.510415
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 536, time: 1703861499.510415
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 498, time: 1703861499.510415
12/29/23-15:51:39 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861499.510415
12/29/23-15:51:39 DEBUG slot 0 in pan state...
12/29/23-15:51:39 DEBUG Contact:handleTwoFingerPan: two_finger_pan northeast 572.52423529489 detected
12/29/23-15:51:39 DEBUG slot 1 in void state...
12/29/23-15:51:39 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:39 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861499.521965
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1347, time: 1703861499.521965
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 74, time: 1703861499.521965
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861499.521965
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 870, time: 1703861499.521965
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 302, time: 1703861499.521965
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861499.521965
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1348, time: 1703861499.521965
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861499.521965
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861499.521965
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 521, time: 1703861499.521965
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 480, time: 1703861499.521965
12/29/23-15:51:39 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861499.521965
12/29/23-15:51:39 DEBUG slot 0 in pan state...
12/29/23-15:51:39 DEBUG Contact:handleTwoFingerPan: two_finger_pan northeast 594.27350605592 detected
12/29/23-15:51:39 DEBUG slot 1 in void state...
12/29/23-15:51:39 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:39 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861499.533529
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1347, time: 1703861499.533529
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 74, time: 1703861499.533529
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861499.533529
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 859, time: 1703861499.533529
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 289, time: 1703861499.533529
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861499.533529
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1348, time: 1703861499.533529
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861499.533529
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861499.533529
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 509, time: 1703861499.533529
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 464, time: 1703861499.533529
12/29/23-15:51:39 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861499.533529
12/29/23-15:51:39 DEBUG slot 0 in pan state...
12/29/23-15:51:39 DEBUG Contact:handleTwoFingerPan: two_finger_pan northeast 613.21774273092 detected
12/29/23-15:51:39 DEBUG slot 1 in void state...
12/29/23-15:51:39 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:39 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861499.545150
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1347, time: 1703861499.545150
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 74, time: 1703861499.545150
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861499.545150
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 851, time: 1703861499.545150
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 280, time: 1703861499.545150
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861499.545150
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1348, time: 1703861499.545150
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861499.545150
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861499.545150
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 501, time: 1703861499.545150
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 451, time: 1703861499.545150
12/29/23-15:51:39 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861499.545150
12/29/23-15:51:39 DEBUG slot 0 in pan state...
12/29/23-15:51:39 DEBUG Contact:handleTwoFingerPan: two_finger_pan northeast 626.52773282593 detected
12/29/23-15:51:39 DEBUG slot 1 in void state...
12/29/23-15:51:39 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:39 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861499.556771
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1347, time: 1703861499.556771
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 74, time: 1703861499.556771
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861499.556771
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 846, time: 1703861499.556771
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 274, time: 1703861499.556771
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861499.556771
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1348, time: 1703861499.556771
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861499.556771
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861499.556771
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 496, time: 1703861499.556771
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 442, time: 1703861499.556771
12/29/23-15:51:39 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861499.556771
12/29/23-15:51:39 DEBUG slot 0 in pan state...
12/29/23-15:51:39 DEBUG Contact:handleTwoFingerPan: two_finger_pan northeast 634.93700474929 detected
12/29/23-15:51:39 DEBUG slot 1 in void state...
12/29/23-15:51:39 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:39 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861499.567887
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1347, time: 1703861499.567887
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 74, time: 1703861499.567887
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861499.567887
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 843, time: 1703861499.567887
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 271, time: 1703861499.567887
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861499.567887
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1348, time: 1703861499.567887
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 62, time: 1703861499.567887
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861499.567887
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 494, time: 1703861499.567887
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 438, time: 1703861499.567887
12/29/23-15:51:39 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861499.567887
12/29/23-15:51:39 DEBUG slot 0 in pan state...
12/29/23-15:51:39 DEBUG Contact:handleTwoFingerPan: two_finger_pan northeast 639.1126661239 detected
12/29/23-15:51:39 DEBUG slot 1 in void state...
12/29/23-15:51:39 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:39 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861499.579684
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1347, time: 1703861499.579684
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 74, time: 1703861499.579684
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861499.579684
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 842, time: 1703861499.579684
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 270, time: 1703861499.579684
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861499.579684
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1348, time: 1703861499.579684
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 62, time: 1703861499.579684
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861499.579684
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 493, time: 1703861499.579684
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 437, time: 1703861499.579684
12/29/23-15:51:39 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861499.579684
12/29/23-15:51:39 DEBUG slot 0 in pan state...
12/29/23-15:51:39 DEBUG Contact:handleTwoFingerPan: two_finger_pan northeast 640.52556545387 detected
12/29/23-15:51:39 DEBUG slot 1 in void state...
12/29/23-15:51:39 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:39 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861499.591642
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1347, time: 1703861499.591642
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 74, time: 1703861499.591642
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861499.591642
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 842, time: 1703861499.591642
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 270, time: 1703861499.591642
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861499.591642
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1348, time: 1703861499.591642
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 62, time: 1703861499.591642
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861499.591642
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 493, time: 1703861499.591642
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 437, time: 1703861499.591642
12/29/23-15:51:39 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861499.591642
12/29/23-15:51:39 DEBUG slot 0 in pan state...
12/29/23-15:51:39 DEBUG Contact:handleTwoFingerPan: two_finger_pan northeast 640.52556545387 detected
12/29/23-15:51:39 DEBUG slot 1 in void state...
12/29/23-15:51:39 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:39 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861499.603237
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1347, time: 1703861499.603237
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 74, time: 1703861499.603237
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861499.603237
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 842, time: 1703861499.603237
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 270, time: 1703861499.603237
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861499.603237
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1348, time: 1703861499.603237
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 62, time: 1703861499.603237
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861499.603237
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 493, time: 1703861499.603237
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 437, time: 1703861499.603237
12/29/23-15:51:39 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861499.603237
12/29/23-15:51:39 DEBUG slot 0 in pan state...
12/29/23-15:51:39 DEBUG Contact:handleTwoFingerPan: two_finger_pan northeast 640.52556545387 detected
12/29/23-15:51:39 DEBUG slot 1 in void state...
12/29/23-15:51:39 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:39 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861499.614881
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1347, time: 1703861499.614881
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 74, time: 1703861499.614881
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861499.614881
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 842, time: 1703861499.614881
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 270, time: 1703861499.614881
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861499.614881
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1348, time: 1703861499.614881
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 62, time: 1703861499.614881
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861499.614881
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 493, time: 1703861499.614881
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 437, time: 1703861499.614881
12/29/23-15:51:39 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861499.614881
12/29/23-15:51:39 DEBUG slot 0 in pan state...
12/29/23-15:51:39 DEBUG Contact:handleTwoFingerPan: two_finger_pan northeast 640.52556545387 detected
12/29/23-15:51:39 DEBUG slot 1 in void state...
12/29/23-15:51:39 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:39 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861499.626412
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1347, time: 1703861499.626412
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 74, time: 1703861499.626412
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861499.626412
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 842, time: 1703861499.626412
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 270, time: 1703861499.626412
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861499.626412
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1348, time: 1703861499.626412
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 62, time: 1703861499.626412
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861499.626412
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 492, time: 1703861499.626412
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 436, time: 1703861499.626412
12/29/23-15:51:39 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861499.626412
12/29/23-15:51:39 DEBUG slot 0 in pan state...
12/29/23-15:51:39 DEBUG Contact:handleTwoFingerPan: two_finger_pan northeast 641.26281663605 detected
12/29/23-15:51:39 DEBUG slot 1 in void state...
12/29/23-15:51:39 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:39 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861499.637397
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1347, time: 1703861499.637397
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 74, time: 1703861499.637397
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861499.637397
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 842, time: 1703861499.637397
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 269, time: 1703861499.637397
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861499.637397
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: -1, time: 1703861499.637397
12/29/23-15:51:39 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861499.637397
12/29/23-15:51:39 DEBUG slot 0 in pan state...
12/29/23-15:51:39 DEBUG Contact:handleTwoFingerPan: two_finger_pan northeast 641.93847057175 detected
12/29/23-15:51:39 DEBUG slot 1 in void state...
12/29/23-15:51:39 DEBUG slot 1 in pan state...
12/29/23-15:51:39 DEBUG Contact:handleTwoFingerPan: two_finger_pan northeast 641.93847057175 detected
12/29/23-15:51:39 DEBUG two_finger_swipe northeast 641.93847057175 detected
12/29/23-15:51:39 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:39 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861499.648349
12/29/23-15:51:39 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: -1, time: 1703861499.648349
12/29/23-15:51:39 DEBUG key event => code: 330 (BTN_TOUCH), value: 0, time: 1703861499.648349
12/29/23-15:51:39 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861499.648349
12/29/23-15:51:39 DEBUG slot 0 in void state...
12/29/23-15:51:39 DEBUG Contact:voidState Contact lift detected
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1349, time: 1703861500.862091
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 52, time: 1703861500.862091
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861500.862091
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 274, time: 1703861500.862091
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 235, time: 1703861500.862091
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861500.862091
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1350, time: 1703861500.862091
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 46, time: 1703861500.862091
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861500.862091
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1251, time: 1703861500.862091
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 801, time: 1703861500.862091
12/29/23-15:51:40 DEBUG key event => code: 330 (BTN_TOUCH), value: 1, time: 1703861500.862091
12/29/23-15:51:40 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861500.862091
12/29/23-15:51:40 DEBUG slot 0 in tap state...
12/29/23-15:51:40 DEBUG set up hold timer
12/29/23-15:51:40 DEBUG slot 1 in tap state...
12/29/23-15:51:40 DEBUG set up hold timer
12/29/23-15:51:40 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:40 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861500.873324
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1349, time: 1703861500.873324
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 53, time: 1703861500.873324
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861500.873324
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 274, time: 1703861500.873324
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 235, time: 1703861500.873324
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861500.873324
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1350, time: 1703861500.873324
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 47, time: 1703861500.873324
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861500.873324
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1251, time: 1703861500.873324
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 801, time: 1703861500.873324
12/29/23-15:51:40 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861500.873324
12/29/23-15:51:40 DEBUG slot 0 in tap state...
12/29/23-15:51:40 DEBUG slot 1 in tap state...
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861500.885202
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1349, time: 1703861500.885202
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 54, time: 1703861500.885202
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861500.885202
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 274, time: 1703861500.885202
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 235, time: 1703861500.885202
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861500.885202
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1350, time: 1703861500.885202
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 48, time: 1703861500.885202
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861500.885202
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1251, time: 1703861500.885202
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 801, time: 1703861500.885202
12/29/23-15:51:40 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861500.885202
12/29/23-15:51:40 DEBUG slot 0 in tap state...
12/29/23-15:51:40 DEBUG slot 1 in tap state...
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861500.895381
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1349, time: 1703861500.895381
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 55, time: 1703861500.895381
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861500.895381
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 274, time: 1703861500.895381
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 235, time: 1703861500.895381
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861500.895381
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1350, time: 1703861500.895381
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 49, time: 1703861500.895381
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861500.895381
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1251, time: 1703861500.895381
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 801, time: 1703861500.895381
12/29/23-15:51:40 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861500.895381
12/29/23-15:51:40 DEBUG slot 0 in tap state...
12/29/23-15:51:40 DEBUG slot 1 in tap state...
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861500.906112
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1349, time: 1703861500.906112
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 56, time: 1703861500.906112
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861500.906112
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 274, time: 1703861500.906112
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 235, time: 1703861500.906112
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861500.906112
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1350, time: 1703861500.906112
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 50, time: 1703861500.906112
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861500.906112
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1251, time: 1703861500.906112
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 801, time: 1703861500.906112
12/29/23-15:51:40 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861500.906112
12/29/23-15:51:40 DEBUG slot 0 in tap state...
12/29/23-15:51:40 DEBUG slot 1 in tap state...
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861500.917684
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1349, time: 1703861500.917684
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 57, time: 1703861500.917684
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861500.917684
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 274, time: 1703861500.917684
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 235, time: 1703861500.917684
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861500.917684
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1350, time: 1703861500.917684
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 51, time: 1703861500.917684
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861500.917684
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1251, time: 1703861500.917684
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 801, time: 1703861500.917684
12/29/23-15:51:40 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861500.917684
12/29/23-15:51:40 DEBUG slot 0 in tap state...
12/29/23-15:51:40 DEBUG slot 1 in tap state...
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861500.929279
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1349, time: 1703861500.929279
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 58, time: 1703861500.929279
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861500.929279
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 274, time: 1703861500.929279
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 235, time: 1703861500.929279
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861500.929279
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1350, time: 1703861500.929279
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 52, time: 1703861500.929279
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861500.929279
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1251, time: 1703861500.929279
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 801, time: 1703861500.929279
12/29/23-15:51:40 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861500.929279
12/29/23-15:51:40 DEBUG slot 0 in tap state...
12/29/23-15:51:40 DEBUG slot 1 in tap state...
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861500.940900
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1349, time: 1703861500.940900
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 59, time: 1703861500.940900
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861500.940900
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 274, time: 1703861500.940900
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 235, time: 1703861500.940900
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861500.940900
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1350, time: 1703861500.940900
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 53, time: 1703861500.940900
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861500.940900
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1250, time: 1703861500.940900
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 800, time: 1703861500.940900
12/29/23-15:51:40 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861500.940900
12/29/23-15:51:40 DEBUG slot 0 in tap state...
12/29/23-15:51:40 DEBUG slot 1 in tap state...
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861500.952491
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1349, time: 1703861500.952491
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 60, time: 1703861500.952491
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861500.952491
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 274, time: 1703861500.952491
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 235, time: 1703861500.952491
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861500.952491
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1350, time: 1703861500.952491
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 54, time: 1703861500.952491
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861500.952491
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1248, time: 1703861500.952491
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 799, time: 1703861500.952491
12/29/23-15:51:40 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861500.952491
12/29/23-15:51:40 DEBUG slot 0 in tap state...
12/29/23-15:51:40 DEBUG slot 1 in tap state...
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861500.964048
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1349, time: 1703861500.964048
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861500.964048
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861500.964048
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 274, time: 1703861500.964048
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 235, time: 1703861500.964048
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861500.964048
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1350, time: 1703861500.964048
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 55, time: 1703861500.964048
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861500.964048
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1243, time: 1703861500.964048
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 796, time: 1703861500.964048
12/29/23-15:51:40 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861500.964048
12/29/23-15:51:40 DEBUG slot 0 in tap state...
12/29/23-15:51:40 DEBUG slot 1 in tap state...
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861500.975679
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1349, time: 1703861500.975679
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 62, time: 1703861500.975679
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861500.975679
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 274, time: 1703861500.975679
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 235, time: 1703861500.975679
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861500.975679
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1350, time: 1703861500.975679
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 56, time: 1703861500.975679
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861500.975679
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1236, time: 1703861500.975679
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 792, time: 1703861500.975679
12/29/23-15:51:40 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861500.975679
12/29/23-15:51:40 DEBUG slot 0 in tap state...
12/29/23-15:51:40 DEBUG slot 1 in tap state...
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861500.987264
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1349, time: 1703861500.987264
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 63, time: 1703861500.987264
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861500.987264
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 274, time: 1703861500.987264
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 235, time: 1703861500.987264
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861500.987264
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1350, time: 1703861500.987264
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 57, time: 1703861500.987264
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861500.987264
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1226, time: 1703861500.987264
12/29/23-15:51:40 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 786, time: 1703861500.987264
12/29/23-15:51:40 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861500.987264
12/29/23-15:51:40 DEBUG slot 0 in tap state...
12/29/23-15:51:40 DEBUG slot 1 in tap state...
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861501.000022
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1349, time: 1703861501.000022
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 64, time: 1703861501.000022
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861501.000022
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 275, time: 1703861501.000022
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 235, time: 1703861501.000022
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861501.000022
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1350, time: 1703861501.000022
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 58, time: 1703861501.000022
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861501.000022
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1214, time: 1703861501.000022
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 778, time: 1703861501.000022
12/29/23-15:51:41 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861501.000022
12/29/23-15:51:41 DEBUG slot 0 in tap state...
12/29/23-15:51:41 DEBUG slot 1 in tap state...
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861501.011611
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1349, time: 1703861501.011611
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 65, time: 1703861501.011611
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861501.011611
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 278, time: 1703861501.011611
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 237, time: 1703861501.011611
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861501.011611
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1350, time: 1703861501.011611
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 59, time: 1703861501.011611
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861501.011611
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1200, time: 1703861501.011611
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 768, time: 1703861501.011611
12/29/23-15:51:41 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861501.011611
12/29/23-15:51:41 DEBUG slot 0 in tap state...
12/29/23-15:51:41 DEBUG slot 1 in tap state...
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861501.023157
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1349, time: 1703861501.023157
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 65, time: 1703861501.023157
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861501.023157
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 285, time: 1703861501.023157
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 241, time: 1703861501.023157
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861501.023157
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1350, time: 1703861501.023157
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 60, time: 1703861501.023157
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861501.023157
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1183, time: 1703861501.023157
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 757, time: 1703861501.023157
12/29/23-15:51:41 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861501.023157
12/29/23-15:51:41 DEBUG slot 0 in tap state...
12/29/23-15:51:41 DEBUG slot 1 in tap state...
12/29/23-15:51:41 DEBUG slot 1 in pan state...
12/29/23-15:51:41 DEBUG Contact:handleTwoFingerPan: inward_pan diagonal 93.523791011408 detected
12/29/23-15:51:41 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:41 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861501.034858
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1349, time: 1703861501.034858
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 65, time: 1703861501.034858
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861501.034858
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 297, time: 1703861501.034858
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 247, time: 1703861501.034858
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861501.034858
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1350, time: 1703861501.034858
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861501.034858
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861501.034858
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1163, time: 1703861501.034858
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 744, time: 1703861501.034858
12/29/23-15:51:41 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861501.034858
12/29/23-15:51:41 DEBUG slot 0 in void state...
12/29/23-15:51:41 DEBUG slot 1 in pan state...
12/29/23-15:51:41 DEBUG Contact:handleTwoFingerPan: inward_pan diagonal 130.78975185779 detected
12/29/23-15:51:41 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:41 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861501.046404
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1349, time: 1703861501.046404
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 65, time: 1703861501.046404
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861501.046404
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 316, time: 1703861501.046404
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 257, time: 1703861501.046404
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861501.046404
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1350, time: 1703861501.046404
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 62, time: 1703861501.046404
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861501.046404
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1141, time: 1703861501.046404
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 730, time: 1703861501.046404
12/29/23-15:51:41 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861501.046404
12/29/23-15:51:41 DEBUG slot 0 in void state...
12/29/23-15:51:41 DEBUG slot 1 in pan state...
12/29/23-15:51:41 DEBUG Contact:handleTwoFingerPan: inward_pan diagonal 178.33672023259 detected
12/29/23-15:51:41 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:41 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861501.057986
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1349, time: 1703861501.057986
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 65, time: 1703861501.057986
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861501.057986
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 385, time: 1703861501.057986
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 292, time: 1703861501.057986
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861501.057986
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1350, time: 1703861501.057986
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 63, time: 1703861501.057986
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861501.057986
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1116, time: 1703861501.057986
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 714, time: 1703861501.057986
12/29/23-15:51:41 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861501.057986
12/29/23-15:51:41 DEBUG slot 0 in void state...
12/29/23-15:51:41 DEBUG slot 1 in pan state...
12/29/23-15:51:41 DEBUG Contact:handleTwoFingerPan: inward_pan diagonal 285.3849118304 detected
12/29/23-15:51:41 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:41 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861501.069717
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1349, time: 1703861501.069717
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 65, time: 1703861501.069717
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861501.069717
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 396, time: 1703861501.069717
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 298, time: 1703861501.069717
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861501.069717
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1350, time: 1703861501.069717
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 64, time: 1703861501.069717
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861501.069717
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1089, time: 1703861501.069717
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 697, time: 1703861501.069717
12/29/23-15:51:41 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861501.069717
12/29/23-15:51:41 DEBUG slot 0 in void state...
12/29/23-15:51:41 DEBUG slot 1 in pan state...
12/29/23-15:51:41 DEBUG Contact:handleTwoFingerPan: inward_pan diagonal 329.81596711174 detected
12/29/23-15:51:41 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:41 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861501.081200
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1349, time: 1703861501.081200
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 65, time: 1703861501.081200
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861501.081200
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 416, time: 1703861501.081200
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 309, time: 1703861501.081200
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861501.081200
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1350, time: 1703861501.081200
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 65, time: 1703861501.081200
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861501.081200
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1059, time: 1703861501.081200
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 679, time: 1703861501.081200
12/29/23-15:51:41 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861501.081200
12/29/23-15:51:41 DEBUG slot 0 in void state...
12/29/23-15:51:41 DEBUG slot 1 in pan state...
12/29/23-15:51:41 DEBUG Contact:handleTwoFingerPan: inward_pan diagonal 387.60681861924 detected
12/29/23-15:51:41 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:41 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861501.092752
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1349, time: 1703861501.092752
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 65, time: 1703861501.092752
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861501.092752
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 440, time: 1703861501.092752
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 321, time: 1703861501.092752
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861501.092752
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1350, time: 1703861501.092752
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 65, time: 1703861501.092752
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861501.092752
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1032, time: 1703861501.092752
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 663, time: 1703861501.092752
12/29/23-15:51:41 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861501.092752
12/29/23-15:51:41 DEBUG slot 0 in void state...
12/29/23-15:51:41 DEBUG slot 1 in pan state...
12/29/23-15:51:41 DEBUG Contact:handleTwoFingerPan: inward_pan diagonal 445.80778020215 detected
12/29/23-15:51:41 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:41 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861501.104388
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1349, time: 1703861501.104388
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 65, time: 1703861501.104388
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861501.104388
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 465, time: 1703861501.104388
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 332, time: 1703861501.104388
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861501.104388
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1350, time: 1703861501.104388
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 65, time: 1703861501.104388
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861501.104388
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1006, time: 1703861501.104388
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 648, time: 1703861501.104388
12/29/23-15:51:41 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861501.104388
12/29/23-15:51:41 DEBUG slot 0 in void state...
12/29/23-15:51:41 DEBUG slot 1 in pan state...
12/29/23-15:51:41 DEBUG Contact:handleTwoFingerPan: inward_pan diagonal 503.06895533485 detected
12/29/23-15:51:41 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:41 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861501.116010
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1349, time: 1703861501.116010
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 65, time: 1703861501.116010
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861501.116010
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 489, time: 1703861501.116010
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 341, time: 1703861501.116010
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861501.116010
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1350, time: 1703861501.116010
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 65, time: 1703861501.116010
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861501.116010
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 983, time: 1703861501.116010
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 634, time: 1703861501.116010
12/29/23-15:51:41 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861501.116010
12/29/23-15:51:41 DEBUG slot 0 in void state...
12/29/23-15:51:41 DEBUG slot 1 in pan state...
12/29/23-15:51:41 DEBUG Contact:handleTwoFingerPan: inward_pan diagonal 555.48389486281 detected
12/29/23-15:51:41 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:41 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861501.127580
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1349, time: 1703861501.127580
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 65, time: 1703861501.127580
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861501.127580
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 512, time: 1703861501.127580
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 349, time: 1703861501.127580
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861501.127580
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1350, time: 1703861501.127580
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 65, time: 1703861501.127580
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861501.127580
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 963, time: 1703861501.127580
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 621, time: 1703861501.127580
12/29/23-15:51:41 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861501.127580
12/29/23-15:51:41 DEBUG slot 0 in void state...
12/29/23-15:51:41 DEBUG slot 1 in pan state...
12/29/23-15:51:41 DEBUG Contact:handleTwoFingerPan: inward_pan diagonal 603.51723883477 detected
12/29/23-15:51:41 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:41 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861501.138978
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1349, time: 1703861501.138978
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 65, time: 1703861501.138978
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861501.138978
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 531, time: 1703861501.138978
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 355, time: 1703861501.138978
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861501.138978
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1350, time: 1703861501.138978
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 65, time: 1703861501.138978
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861501.138978
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 945, time: 1703861501.138978
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 608, time: 1703861501.138978
12/29/23-15:51:41 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861501.138978
12/29/23-15:51:41 DEBUG slot 0 in void state...
12/29/23-15:51:41 DEBUG slot 1 in pan state...
12/29/23-15:51:41 DEBUG Contact:handleTwoFingerPan: inward_pan diagonal 645.41564933608 detected
12/29/23-15:51:41 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:41 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861501.151040
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1349, time: 1703861501.151040
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 65, time: 1703861501.151040
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861501.151040
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 547, time: 1703861501.151040
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 361, time: 1703861501.151040
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861501.151040
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1350, time: 1703861501.151040
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 65, time: 1703861501.151040
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861501.151040
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 930, time: 1703861501.151040
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 598, time: 1703861501.151040
12/29/23-15:51:41 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861501.151040
12/29/23-15:51:41 DEBUG slot 0 in void state...
12/29/23-15:51:41 DEBUG slot 1 in pan state...
12/29/23-15:51:41 DEBUG Contact:handleTwoFingerPan: inward_pan diagonal 680.47682262546 detected
12/29/23-15:51:41 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:41 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861501.162677
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1349, time: 1703861501.162677
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 65, time: 1703861501.162677
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861501.162677
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 560, time: 1703861501.162677
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 365, time: 1703861501.162677
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861501.162677
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1350, time: 1703861501.162677
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 65, time: 1703861501.162677
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861501.162677
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 915, time: 1703861501.162677
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 588, time: 1703861501.162677
12/29/23-15:51:41 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861501.162677
12/29/23-15:51:41 DEBUG slot 0 in void state...
12/29/23-15:51:41 DEBUG slot 1 in pan state...
12/29/23-15:51:41 DEBUG Contact:handleTwoFingerPan: inward_pan diagonal 711.98453387298 detected
12/29/23-15:51:41 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:41 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861501.173992
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1349, time: 1703861501.173992
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 65, time: 1703861501.173992
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861501.173992
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 571, time: 1703861501.173992
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 370, time: 1703861501.173992
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861501.173992
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1350, time: 1703861501.173992
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 65, time: 1703861501.173992
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861501.173992
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 899, time: 1703861501.173992
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 579, time: 1703861501.173992
12/29/23-15:51:41 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861501.173992
12/29/23-15:51:41 DEBUG slot 0 in void state...
12/29/23-15:51:41 DEBUG slot 1 in pan state...
12/29/23-15:51:41 DEBUG Contact:handleTwoFingerPan: inward_pan diagonal 742.40086489108 detected
12/29/23-15:51:41 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:41 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861501.185633
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1349, time: 1703861501.185633
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 65, time: 1703861501.185633
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861501.185633
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 581, time: 1703861501.185633
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 373, time: 1703861501.185633
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861501.185633
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1350, time: 1703861501.185633
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 65, time: 1703861501.185633
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861501.185633
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 884, time: 1703861501.185633
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 568, time: 1703861501.185633
12/29/23-15:51:41 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861501.185633
12/29/23-15:51:41 DEBUG slot 0 in void state...
12/29/23-15:51:41 DEBUG slot 1 in pan state...
12/29/23-15:51:41 DEBUG Contact:handleTwoFingerPan: inward_pan diagonal 771.30625460057 detected
12/29/23-15:51:41 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:41 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861501.197189
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1349, time: 1703861501.197189
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 65, time: 1703861501.197189
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861501.197189
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 591, time: 1703861501.197189
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 376, time: 1703861501.197189
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861501.197189
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1350, time: 1703861501.197189
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 65, time: 1703861501.197189
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861501.197189
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 869, time: 1703861501.197189
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 555, time: 1703861501.197189
12/29/23-15:51:41 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861501.197189
12/29/23-15:51:41 DEBUG slot 0 in void state...
12/29/23-15:51:41 DEBUG slot 1 in pan state...
12/29/23-15:51:41 DEBUG Contact:handleTwoFingerPan: inward_pan diagonal 801.3004875601 detected
12/29/23-15:51:41 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:41 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861501.208757
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1349, time: 1703861501.208757
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 64, time: 1703861501.208757
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861501.208757
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 600, time: 1703861501.208757
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 378, time: 1703861501.208757
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861501.208757
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1350, time: 1703861501.208757
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 65, time: 1703861501.208757
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861501.208757
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 854, time: 1703861501.208757
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 543, time: 1703861501.208757
12/29/23-15:51:41 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861501.208757
12/29/23-15:51:41 DEBUG slot 0 in void state...
12/29/23-15:51:41 DEBUG slot 1 in pan state...
12/29/23-15:51:41 DEBUG Contact:handleTwoFingerPan: inward_pan diagonal 829.45366220747 detected
12/29/23-15:51:41 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:41 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861501.220534
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1349, time: 1703861501.220534
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 63, time: 1703861501.220534
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861501.220534
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 608, time: 1703861501.220534
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 380, time: 1703861501.220534
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861501.220534
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1350, time: 1703861501.220534
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 65, time: 1703861501.220534
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861501.220534
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 841, time: 1703861501.220534
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 531, time: 1703861501.220534
12/29/23-15:51:41 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861501.220534
12/29/23-15:51:41 DEBUG slot 0 in void state...
12/29/23-15:51:41 DEBUG slot 1 in pan state...
12/29/23-15:51:41 DEBUG Contact:handleTwoFingerPan: inward_pan diagonal 855.03424786716 detected
12/29/23-15:51:41 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:41 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861501.232153
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1349, time: 1703861501.232153
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 62, time: 1703861501.232153
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861501.232153
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 615, time: 1703861501.232153
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 381, time: 1703861501.232153
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861501.232153
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1350, time: 1703861501.232153
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 65, time: 1703861501.232153
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861501.232153
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 829, time: 1703861501.232153
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 521, time: 1703861501.232153
12/29/23-15:51:41 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861501.232153
12/29/23-15:51:41 DEBUG slot 0 in void state...
12/29/23-15:51:41 DEBUG slot 1 in pan state...
12/29/23-15:51:41 DEBUG Contact:handleTwoFingerPan: inward_pan diagonal 877.3831903364 detected
12/29/23-15:51:41 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:41 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861501.243778
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1349, time: 1703861501.243778
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 62, time: 1703861501.243778
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861501.243778
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 620, time: 1703861501.243778
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 382, time: 1703861501.243778
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861501.243778
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1350, time: 1703861501.243778
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 65, time: 1703861501.243778
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861501.243778
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 819, time: 1703861501.243778
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 514, time: 1703861501.243778
12/29/23-15:51:41 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861501.243778
12/29/23-15:51:41 DEBUG slot 0 in void state...
12/29/23-15:51:41 DEBUG slot 1 in pan state...
12/29/23-15:51:41 DEBUG Contact:handleTwoFingerPan: inward_pan diagonal 894.57752562387 detected
12/29/23-15:51:41 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:41 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861501.255397
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1349, time: 1703861501.255397
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861501.255397
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861501.255397
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 625, time: 1703861501.255397
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 383, time: 1703861501.255397
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861501.255397
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1350, time: 1703861501.255397
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 65, time: 1703861501.255397
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861501.255397
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 812, time: 1703861501.255397
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 509, time: 1703861501.255397
12/29/23-15:51:41 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861501.255397
12/29/23-15:51:41 DEBUG slot 0 in void state...
12/29/23-15:51:41 DEBUG slot 1 in pan state...
12/29/23-15:51:41 DEBUG Contact:handleTwoFingerPan: inward_pan diagonal 908.16933040308 detected
12/29/23-15:51:41 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:41 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861501.266982
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1349, time: 1703861501.266982
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861501.266982
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861501.266982
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 629, time: 1703861501.266982
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 384, time: 1703861501.266982
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861501.266982
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1350, time: 1703861501.266982
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 65, time: 1703861501.266982
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861501.266982
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 806, time: 1703861501.266982
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 505, time: 1703861501.266982
12/29/23-15:51:41 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861501.266982
12/29/23-15:51:41 DEBUG slot 0 in void state...
12/29/23-15:51:41 DEBUG slot 1 in pan state...
12/29/23-15:51:41 DEBUG Contact:handleTwoFingerPan: inward_pan diagonal 919.45522561891 detected
12/29/23-15:51:41 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:41 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861501.278520
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1349, time: 1703861501.278520
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861501.278520
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861501.278520
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 632, time: 1703861501.278520
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 385, time: 1703861501.278520
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861501.278520
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1350, time: 1703861501.278520
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 65, time: 1703861501.278520
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861501.278520
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 803, time: 1703861501.278520
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 502, time: 1703861501.278520
12/29/23-15:51:41 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861501.278520
12/29/23-15:51:41 DEBUG slot 0 in void state...
12/29/23-15:51:41 DEBUG slot 1 in pan state...
12/29/23-15:51:41 DEBUG Contact:handleTwoFingerPan: inward_pan diagonal 926.76857031452 detected
12/29/23-15:51:41 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:41 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861501.290094
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1349, time: 1703861501.290094
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861501.290094
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861501.290094
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 635, time: 1703861501.290094
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 387, time: 1703861501.290094
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861501.290094
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1350, time: 1703861501.290094
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 65, time: 1703861501.290094
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861501.290094
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 800, time: 1703861501.290094
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 501, time: 1703861501.290094
12/29/23-15:51:41 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861501.290094
12/29/23-15:51:41 DEBUG slot 0 in void state...
12/29/23-15:51:41 DEBUG slot 1 in pan state...
12/29/23-15:51:41 DEBUG Contact:handleTwoFingerPan: inward_pan diagonal 933.36006007222 detected
12/29/23-15:51:41 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:41 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861501.301688
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1349, time: 1703861501.301688
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861501.301688
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861501.301688
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 638, time: 1703861501.301688
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 387, time: 1703861501.301688
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861501.301688
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1350, time: 1703861501.301688
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 65, time: 1703861501.301688
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861501.301688
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 800, time: 1703861501.301688
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 500, time: 1703861501.301688
12/29/23-15:51:41 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861501.301688
12/29/23-15:51:41 DEBUG slot 0 in void state...
12/29/23-15:51:41 DEBUG slot 1 in pan state...
12/29/23-15:51:41 DEBUG Contact:handleTwoFingerPan: inward_pan diagonal 936.68117121001 detected
12/29/23-15:51:41 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:41 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861501.313249
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1349, time: 1703861501.313249
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861501.313249
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861501.313249
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 642, time: 1703861501.313249
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 390, time: 1703861501.313249
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861501.313249
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1350, time: 1703861501.313249
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 65, time: 1703861501.313249
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861501.313249
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 797, time: 1703861501.313249
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 499, time: 1703861501.313249
12/29/23-15:51:41 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861501.313249
12/29/23-15:51:41 DEBUG slot 0 in void state...
12/29/23-15:51:41 DEBUG slot 1 in pan state...
12/29/23-15:51:41 DEBUG Contact:handleTwoFingerPan: inward_pan diagonal 944.58123104199 detected
12/29/23-15:51:41 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:41 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861501.324910
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1349, time: 1703861501.324910
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861501.324910
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861501.324910
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 645, time: 1703861501.324910
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 392, time: 1703861501.324910
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861501.324910
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1350, time: 1703861501.324910
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 65, time: 1703861501.324910
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861501.324910
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 795, time: 1703861501.324910
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 498, time: 1703861501.324910
12/29/23-15:51:41 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861501.324910
12/29/23-15:51:41 DEBUG slot 0 in void state...
12/29/23-15:51:41 DEBUG slot 1 in pan state...
12/29/23-15:51:41 DEBUG Contact:handleTwoFingerPan: inward_pan diagonal 950.34205619607 detected
12/29/23-15:51:41 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:41 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861501.336427
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1349, time: 1703861501.336427
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861501.336427
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861501.336427
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 647, time: 1703861501.336427
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 394, time: 1703861501.336427
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861501.336427
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1350, time: 1703861501.336427
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 65, time: 1703861501.336427
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861501.336427
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 793, time: 1703861501.336427
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 496, time: 1703861501.336427
12/29/23-15:51:41 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861501.336427
12/29/23-15:51:41 DEBUG slot 0 in void state...
12/29/23-15:51:41 DEBUG slot 1 in pan state...
12/29/23-15:51:41 DEBUG Contact:handleTwoFingerPan: inward_pan diagonal 955.73769460946 detected
12/29/23-15:51:41 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:41 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861501.348003
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1349, time: 1703861501.348003
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861501.348003
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861501.348003
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 647, time: 1703861501.348003
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 394, time: 1703861501.348003
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861501.348003
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1350, time: 1703861501.348003
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 65, time: 1703861501.348003
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861501.348003
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 793, time: 1703861501.348003
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 496, time: 1703861501.348003
12/29/23-15:51:41 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861501.348003
12/29/23-15:51:41 DEBUG slot 0 in void state...
12/29/23-15:51:41 DEBUG slot 1 in pan state...
12/29/23-15:51:41 DEBUG Contact:handleTwoFingerPan: inward_pan diagonal 955.73769460946 detected
12/29/23-15:51:41 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:41 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861501.359568
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1349, time: 1703861501.359568
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861501.359568
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861501.359568
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 647, time: 1703861501.359568
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 394, time: 1703861501.359568
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861501.359568
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1350, time: 1703861501.359568
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 65, time: 1703861501.359568
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861501.359568
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 793, time: 1703861501.359568
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 496, time: 1703861501.359568
12/29/23-15:51:41 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861501.359568
12/29/23-15:51:41 DEBUG slot 0 in void state...
12/29/23-15:51:41 DEBUG slot 1 in pan state...
12/29/23-15:51:41 DEBUG Contact:handleTwoFingerPan: inward_pan diagonal 955.73769460946 detected
12/29/23-15:51:41 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:41 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861501.370870
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1349, time: 1703861501.370870
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861501.370870
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861501.370870
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 647, time: 1703861501.370870
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 394, time: 1703861501.370870
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861501.370870
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1350, time: 1703861501.370870
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 65, time: 1703861501.370870
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861501.370870
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 793, time: 1703861501.370870
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 496, time: 1703861501.370870
12/29/23-15:51:41 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861501.370870
12/29/23-15:51:41 DEBUG slot 0 in void state...
12/29/23-15:51:41 DEBUG slot 1 in pan state...
12/29/23-15:51:41 DEBUG Contact:handleTwoFingerPan: inward_pan diagonal 955.73769460946 detected
12/29/23-15:51:41 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:41 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861501.382375
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1349, time: 1703861501.382375
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861501.382375
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861501.382375
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 648, time: 1703861501.382375
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 395, time: 1703861501.382375
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861501.382375
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1350, time: 1703861501.382375
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 65, time: 1703861501.382375
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861501.382375
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 793, time: 1703861501.382375
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 496, time: 1703861501.382375
12/29/23-15:51:41 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861501.382375
12/29/23-15:51:41 DEBUG slot 0 in void state...
12/29/23-15:51:41 DEBUG slot 1 in pan state...
12/29/23-15:51:41 DEBUG Contact:handleTwoFingerPan: inward_pan diagonal 957.05007832005 detected
12/29/23-15:51:41 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:41 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861501.394505
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1349, time: 1703861501.394505
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861501.394505
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861501.394505
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 651, time: 1703861501.394505
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 396, time: 1703861501.394505
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861501.394505
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1350, time: 1703861501.394505
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 65, time: 1703861501.394505
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861501.394505
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 793, time: 1703861501.394505
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 496, time: 1703861501.394505
12/29/23-15:51:41 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861501.394505
12/29/23-15:51:41 DEBUG slot 0 in void state...
12/29/23-15:51:41 DEBUG slot 1 in pan state...
12/29/23-15:51:41 DEBUG Contact:handleTwoFingerPan: inward_pan diagonal 960.20168440751 detected
12/29/23-15:51:41 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:41 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861501.406130
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1349, time: 1703861501.406130
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861501.406130
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861501.406130
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 654, time: 1703861501.406130
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 398, time: 1703861501.406130
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861501.406130
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1350, time: 1703861501.406130
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 65, time: 1703861501.406130
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861501.406130
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 793, time: 1703861501.406130
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 496, time: 1703861501.406130
12/29/23-15:51:41 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861501.406130
12/29/23-15:51:41 DEBUG slot 0 in void state...
12/29/23-15:51:41 DEBUG slot 1 in pan state...
12/29/23-15:51:41 DEBUG Contact:handleTwoFingerPan: inward_pan diagonal 963.7466424763 detected
12/29/23-15:51:41 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:41 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861501.417710
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1349, time: 1703861501.417710
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861501.417710
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861501.417710
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 658, time: 1703861501.417710
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 401, time: 1703861501.417710
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861501.417710
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1350, time: 1703861501.417710
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 65, time: 1703861501.417710
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861501.417710
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 793, time: 1703861501.417710
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 496, time: 1703861501.417710
12/29/23-15:51:41 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861501.417710
12/29/23-15:51:41 DEBUG slot 0 in void state...
12/29/23-15:51:41 DEBUG slot 1 in pan state...
12/29/23-15:51:41 DEBUG Contact:handleTwoFingerPan: inward_pan diagonal 968.6070203166 detected
12/29/23-15:51:41 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:41 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861501.429284
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1349, time: 1703861501.429284
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861501.429284
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861501.429284
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 661, time: 1703861501.429284
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 403, time: 1703861501.429284
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861501.429284
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1350, time: 1703861501.429284
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 65, time: 1703861501.429284
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861501.429284
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 793, time: 1703861501.429284
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 496, time: 1703861501.429284
12/29/23-15:51:41 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861501.429284
12/29/23-15:51:41 DEBUG slot 0 in void state...
12/29/23-15:51:41 DEBUG slot 1 in pan state...
12/29/23-15:51:41 DEBUG Contact:handleTwoFingerPan: inward_pan diagonal 972.15483086953 detected
12/29/23-15:51:41 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:41 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861501.440889
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1349, time: 1703861501.440889
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861501.440889
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861501.440889
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 664, time: 1703861501.440889
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 405, time: 1703861501.440889
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861501.440889
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1350, time: 1703861501.440889
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 65, time: 1703861501.440889
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861501.440889
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 793, time: 1703861501.440889
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 496, time: 1703861501.440889
12/29/23-15:51:41 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861501.440889
12/29/23-15:51:41 DEBUG slot 0 in void state...
12/29/23-15:51:41 DEBUG slot 1 in pan state...
12/29/23-15:51:41 DEBUG Contact:handleTwoFingerPan: inward_pan diagonal 975.70361227577 detected
12/29/23-15:51:41 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:41 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861501.452465
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1349, time: 1703861501.452465
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861501.452465
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861501.452465
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 666, time: 1703861501.452465
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 406, time: 1703861501.452465
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861501.452465
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1350, time: 1703861501.452465
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 65, time: 1703861501.452465
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861501.452465
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 793, time: 1703861501.452465
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 496, time: 1703861501.452465
12/29/23-15:51:41 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861501.452465
12/29/23-15:51:41 DEBUG slot 0 in void state...
12/29/23-15:51:41 DEBUG slot 1 in pan state...
12/29/23-15:51:41 DEBUG Contact:handleTwoFingerPan: inward_pan diagonal 977.9366057737 detected
12/29/23-15:51:41 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:41 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861501.464087
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1349, time: 1703861501.464087
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861501.464087
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861501.464087
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 667, time: 1703861501.464087
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 407, time: 1703861501.464087
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861501.464087
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1350, time: 1703861501.464087
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 65, time: 1703861501.464087
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861501.464087
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 793, time: 1703861501.464087
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 496, time: 1703861501.464087
12/29/23-15:51:41 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861501.464087
12/29/23-15:51:41 DEBUG slot 0 in void state...
12/29/23-15:51:41 DEBUG slot 1 in pan state...
12/29/23-15:51:41 DEBUG Contact:handleTwoFingerPan: inward_pan diagonal 979.25334044147 detected
12/29/23-15:51:41 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:41 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1350, time: 1703861501.475631
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 66, time: 1703861501.475631
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861501.475631
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 786, time: 1703861501.475631
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 491, time: 1703861501.475631
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861501.475631
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: -1, time: 1703861501.475631
12/29/23-15:51:41 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861501.475631
12/29/23-15:51:41 DEBUG slot 1 in pan state...
12/29/23-15:51:41 DEBUG Contact:handleTwoFingerPan: inward_pan diagonal 987.85112358627 detected
12/29/23-15:51:41 DEBUG slot 0 in void state...
12/29/23-15:51:41 DEBUG slot 0 in pan state...
12/29/23-15:51:41 DEBUG Contact:handleTwoFingerPan: inward_pan vertical 987.85112358627 detected
12/29/23-15:51:41 DEBUG pinch vertical 987.85112358627 detected
12/29/23-15:51:41 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:41 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:41 DEBUG show widget: table: 0x71acc548
12/29/23-15:51:41 DEBUG setDirty nil from widget table: 0x71acc548 w/ NO region; dithering: nil
12/29/23-15:51:41 DEBUG setDirty via a func from widget table: 0x71acc548
12/29/23-15:51:41 DEBUG painting widget: table: 0x71acc548
12/29/23-15:51:41 DEBUG _refresh: Enqueued ui update for region 332 9 407 100 dithering: false
12/29/23-15:51:41 DEBUG triggering refresh {
dither = false,
mode = "ui",
region = "407x100+332+9"
} --[[table: 0x71ad0d50]]
12/29/23-15:51:41 DEBUG refresh: ui-mode 332 9 407 100 false
12/29/23-15:51:41 DEBUG mxc_update: 407x100 region @ (332, 9) with marker 15 (WFM: 257 & UPD: 0)
12/29/23-15:51:41 DEBUG CreDocument: set font size 31
12/29/23-15:51:41 INFO Inhibiting user input
12/29/23-15:51:41 DEBUG rendering hash changed: -180516625 > 420321989
12/29/23-15:51:41 DEBUG but rendering delayed, will do partial renderings on draw
12/29/23-15:51:41 DEBUG UIManager:preventStandby, counter increased to 1
12/29/23-15:51:41 DEBUG _stepRerenderingAutomation( 1 ), currently nil
12/29/23-15:51:41 DEBUG _refresh: Enqueued partial update for region 0 0 1072 1448 dithering: false
12/29/23-15:51:41 DEBUG setDirty partial from widget ReaderUI w/ NO region; dithering: nil
12/29/23-15:51:41 DEBUG show widget: table: 0x71ad38e0
12/29/23-15:51:41 DEBUG setDirty nil from widget table: 0x71ad38e0 w/ NO region; dithering: nil
12/29/23-15:51:41 DEBUG setDirty via a func from widget table: 0x71ad38e0
12/29/23-15:51:41 DEBUG painting widget: ReaderUI
12/29/23-15:51:41 DEBUG readerview painting "1072x1448+0+0" to 0 0
12/29/23-15:51:41 DEBUG CreDocument: goto page 2 flow 0
12/29/23-15:51:41 DEBUG partial rerenderings done 0 > 2
12/29/23-15:51:41 DEBUG _refresh: Enqueued partial update for region 0 0 1072 1448 dithering: false
12/29/23-15:51:41 DEBUG setDirty partial from widget ReaderUI w/ NO region; dithering: nil
12/29/23-15:51:41 DEBUG ImageWidget: _render'ing resources/icons/mdlight/cre.render.partial.svg 58 58
12/29/23-15:51:41 DEBUG renderSVG resources/icons/mdlight/cre.render.partial.svg 1.2083333333333 48 48 > 58 58 0 0
12/29/23-15:51:41 DEBUG cache image|resources/icons/mdlight/cre.render.partial.svg|58|58true
12/29/23-15:51:41 DEBUG ImageWidget: initial offsets 0 0
12/29/23-15:51:41 DEBUG blitFrom 0 0 0 0 58 58
12/29/23-15:51:41 DEBUG painting widget: table: 0x71acc548
12/29/23-15:51:41 DEBUG painting widget: table: 0x71ad38e0
12/29/23-15:51:41 DEBUG _refresh: Enqueued partial update for region 0 0 1072 1448 dithering: false
12/29/23-15:51:41 DEBUG triggering refresh {
dither = false,
mode = "partial",
region = "1072x1448+0+0"
} --[[table: 0x71addf00]]
12/29/23-15:51:41 DEBUG refresh: partial 0 0 1072 1448 false
12/29/23-15:51:41 DEBUG mxc_update: 1072x1448 region @ (0, 0) with marker 16 (WFM: 2 & UPD: 0)
12/29/23-15:51:41 DEBUG UIManager:_standbyTransition -> PreventStandby
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861501.486571
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1350, time: 1703861501.486571
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 66, time: 1703861501.486571
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861501.486571
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 781, time: 1703861501.486571
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 486, time: 1703861501.486571
12/29/23-15:51:41 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861501.486571
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1350, time: 1703861501.498325
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 67, time: 1703861501.498325
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861501.498325
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 773, time: 1703861501.498325
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 479, time: 1703861501.498325
12/29/23-15:51:41 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861501.498325
12/29/23-15:51:41 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: -1, time: 1703861501.508934
12/29/23-15:51:41 DEBUG key event => code: 330 (BTN_TOUCH), value: 0, time: 1703861501.508934
12/29/23-15:51:41 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861501.508934
12/29/23-15:51:41 INFO Restoring user input handling
12/29/23-15:51:42 DEBUG _stepRerenderingAutomation( nil ), currently 1
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.045367
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.045367
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 53, time: 1703861503.045367
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861503.045367
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 839, time: 1703861503.045367
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 552, time: 1703861503.045367
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.045367
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.045367
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861503.045367
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861503.045367
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 703, time: 1703861503.045367
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 479, time: 1703861503.045367
12/29/23-15:51:43 DEBUG key event => code: 330 (BTN_TOUCH), value: 1, time: 1703861503.045367
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.045367
12/29/23-15:51:43 DEBUG GestureDetector:probeClockSource: Touch event timestamps appear to use CLOCK_REALTIME
12/29/23-15:51:43 DEBUG slot 0 in tap state...
12/29/23-15:51:43 DEBUG set up hold timer
12/29/23-15:51:43 DEBUG slot 1 in tap state...
12/29/23-15:51:43 DEBUG set up hold timer
12/29/23-15:51:43 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:43 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:43 DEBUG close widget: table: 0x71ad38e0
12/29/23-15:51:43 DEBUG setDirty via a func from widget nil
12/29/23-15:51:43 DEBUG Lower widget ReaderUI covers the full screen
12/29/23-15:51:43 DEBUG setDirty nil from widget ReaderUI w/ NO region; dithering: nil
12/29/23-15:51:43 DEBUG setDirty nil from widget table: 0x71acc548 w/ NO region; dithering: nil
12/29/23-15:51:43 DEBUG close widget: table: 0x71acc548
12/29/23-15:51:43 DEBUG setDirty via a func from widget nil
12/29/23-15:51:43 DEBUG Lower widget ReaderUI covers the full screen
12/29/23-15:51:43 DEBUG setDirty nil from widget ReaderUI w/ NO region; dithering: nil
12/29/23-15:51:43 DEBUG painting widget: ReaderUI
12/29/23-15:51:43 DEBUG readerview painting "1072x1448+0+0" to 0 0
12/29/23-15:51:43 DEBUG CreDocument: goto page 2 flow 0
12/29/23-15:51:43 DEBUG blitFrom 0 0 0 0 58 58
12/29/23-15:51:43 DEBUG _refresh: Enqueued ui update for region 354 109 364 100 dithering: false
12/29/23-15:51:43 DEBUG _refresh: Enqueued ui update for region 332 9 407 100 dithering: false
12/29/23-15:51:43 DEBUG triggering refresh {
dither = false,
mode = "ui",
region = "364x100+354+109"
} --[[table: 0x6cae1c38]]
12/29/23-15:51:43 DEBUG refresh: ui-mode 354 109 364 100 false
12/29/23-15:51:43 DEBUG mxc_update: 364x100 region @ (354, 109) with marker 17 (WFM: 257 & UPD: 0)
12/29/23-15:51:43 DEBUG triggering refresh {
dither = false,
mode = "ui",
region = "407x100+332+9"
} --[[table: 0x6cae1f90]]
12/29/23-15:51:43 DEBUG refresh: ui-mode 332 9 407 100 false
12/29/23-15:51:43 DEBUG mxc_update: 407x100 region @ (332, 9) with marker 18 (WFM: 257 & UPD: 0)
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.055998
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.055998
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 53, time: 1703861503.055998
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861503.055998
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 839, time: 1703861503.055998
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 552, time: 1703861503.055998
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.055998
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.055998
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861503.055998
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861503.055998
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 703, time: 1703861503.055998
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 479, time: 1703861503.055998
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.055998
12/29/23-15:51:43 DEBUG slot 0 in tap state...
12/29/23-15:51:43 DEBUG slot 1 in tap state...
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.067493
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.067493
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 53, time: 1703861503.067493
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861503.067493
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 839, time: 1703861503.067493
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 552, time: 1703861503.067493
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.067493
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.067493
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861503.067493
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861503.067493
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 703, time: 1703861503.067493
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 479, time: 1703861503.067493
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.067493
12/29/23-15:51:43 DEBUG slot 0 in tap state...
12/29/23-15:51:43 DEBUG slot 1 in tap state...
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.077534
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.077534
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 53, time: 1703861503.077534
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861503.077534
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 839, time: 1703861503.077534
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 552, time: 1703861503.077534
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.077534
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.077534
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861503.077534
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861503.077534
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 703, time: 1703861503.077534
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 479, time: 1703861503.077534
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.077534
12/29/23-15:51:43 DEBUG slot 0 in tap state...
12/29/23-15:51:43 DEBUG slot 1 in tap state...
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.088857
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.088857
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 53, time: 1703861503.088857
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861503.088857
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 839, time: 1703861503.088857
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 552, time: 1703861503.088857
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.088857
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.088857
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861503.088857
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861503.088857
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 703, time: 1703861503.088857
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 479, time: 1703861503.088857
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.088857
12/29/23-15:51:43 DEBUG slot 0 in tap state...
12/29/23-15:51:43 DEBUG slot 1 in tap state...
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.100376
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.100376
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 53, time: 1703861503.100376
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861503.100376
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 839, time: 1703861503.100376
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 552, time: 1703861503.100376
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.100376
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.100376
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861503.100376
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861503.100376
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 703, time: 1703861503.100376
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 479, time: 1703861503.100376
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.100376
12/29/23-15:51:43 DEBUG slot 0 in tap state...
12/29/23-15:51:43 DEBUG slot 1 in tap state...
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.111705
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.111705
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 53, time: 1703861503.111705
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861503.111705
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 839, time: 1703861503.111705
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 552, time: 1703861503.111705
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.111705
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.111705
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861503.111705
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861503.111705
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 703, time: 1703861503.111705
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 479, time: 1703861503.111705
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.111705
12/29/23-15:51:43 DEBUG slot 0 in tap state...
12/29/23-15:51:43 DEBUG slot 1 in tap state...
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.123208
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.123208
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 53, time: 1703861503.123208
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861503.123208
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 839, time: 1703861503.123208
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 552, time: 1703861503.123208
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.123208
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.123208
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861503.123208
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861503.123208
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 703, time: 1703861503.123208
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 479, time: 1703861503.123208
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.123208
12/29/23-15:51:43 DEBUG slot 0 in tap state...
12/29/23-15:51:43 DEBUG slot 1 in tap state...
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.135091
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.135091
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 53, time: 1703861503.135091
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861503.135091
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 839, time: 1703861503.135091
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 552, time: 1703861503.135091
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.135091
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.135091
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861503.135091
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861503.135091
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 703, time: 1703861503.135091
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 479, time: 1703861503.135091
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.135091
12/29/23-15:51:43 DEBUG slot 0 in tap state...
12/29/23-15:51:43 DEBUG slot 1 in tap state...
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.146288
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.146288
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 53, time: 1703861503.146288
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861503.146288
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 839, time: 1703861503.146288
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 552, time: 1703861503.146288
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.146288
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.146288
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861503.146288
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861503.146288
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 703, time: 1703861503.146288
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 479, time: 1703861503.146288
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.146288
12/29/23-15:51:43 DEBUG slot 0 in tap state...
12/29/23-15:51:43 DEBUG slot 1 in tap state...
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.158225
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.158225
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 53, time: 1703861503.158225
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861503.158225
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 839, time: 1703861503.158225
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 552, time: 1703861503.158225
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.158225
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.158225
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861503.158225
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861503.158225
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 703, time: 1703861503.158225
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 479, time: 1703861503.158225
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.158225
12/29/23-15:51:43 DEBUG slot 0 in tap state...
12/29/23-15:51:43 DEBUG slot 1 in tap state...
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.169851
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.169851
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 53, time: 1703861503.169851
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861503.169851
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 839, time: 1703861503.169851
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 552, time: 1703861503.169851
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.169851
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.169851
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861503.169851
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861503.169851
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 703, time: 1703861503.169851
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 479, time: 1703861503.169851
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.169851
12/29/23-15:51:43 DEBUG slot 0 in tap state...
12/29/23-15:51:43 DEBUG slot 1 in tap state...
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.181466
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.181466
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 53, time: 1703861503.181466
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861503.181466
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 839, time: 1703861503.181466
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 552, time: 1703861503.181466
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.181466
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.181466
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861503.181466
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861503.181466
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 703, time: 1703861503.181466
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 479, time: 1703861503.181466
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.181466
12/29/23-15:51:43 DEBUG slot 0 in tap state...
12/29/23-15:51:43 DEBUG slot 1 in tap state...
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.193061
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.193061
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 53, time: 1703861503.193061
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861503.193061
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 839, time: 1703861503.193061
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 552, time: 1703861503.193061
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.193061
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.193061
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861503.193061
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861503.193061
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 703, time: 1703861503.193061
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 479, time: 1703861503.193061
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.193061
12/29/23-15:51:43 DEBUG slot 0 in tap state...
12/29/23-15:51:43 DEBUG slot 1 in tap state...
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.204676
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.204676
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 53, time: 1703861503.204676
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861503.204676
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 839, time: 1703861503.204676
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 552, time: 1703861503.204676
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.204676
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.204676
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861503.204676
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861503.204676
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 703, time: 1703861503.204676
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 479, time: 1703861503.204676
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.204676
12/29/23-15:51:43 DEBUG slot 0 in tap state...
12/29/23-15:51:43 DEBUG slot 1 in tap state...
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.216412
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.216412
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 53, time: 1703861503.216412
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861503.216412
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 839, time: 1703861503.216412
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 552, time: 1703861503.216412
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.216412
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.216412
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861503.216412
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861503.216412
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 703, time: 1703861503.216412
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 479, time: 1703861503.216412
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.216412
12/29/23-15:51:43 DEBUG slot 0 in tap state...
12/29/23-15:51:43 DEBUG slot 1 in tap state...
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.227991
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.227991
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 53, time: 1703861503.227991
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861503.227991
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 839, time: 1703861503.227991
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 552, time: 1703861503.227991
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.227991
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.227991
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861503.227991
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861503.227991
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 703, time: 1703861503.227991
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 479, time: 1703861503.227991
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.227991
12/29/23-15:51:43 DEBUG slot 0 in tap state...
12/29/23-15:51:43 DEBUG slot 1 in tap state...
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.240788
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.240788
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 53, time: 1703861503.240788
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861503.240788
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 839, time: 1703861503.240788
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 552, time: 1703861503.240788
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.240788
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.240788
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861503.240788
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861503.240788
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 703, time: 1703861503.240788
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 479, time: 1703861503.240788
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.240788
12/29/23-15:51:43 DEBUG slot 0 in tap state...
12/29/23-15:51:43 DEBUG slot 1 in tap state...
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.252162
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.252162
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 53, time: 1703861503.252162
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861503.252162
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 841, time: 1703861503.252162
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 553, time: 1703861503.252162
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.252162
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.252162
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861503.252162
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861503.252162
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 703, time: 1703861503.252162
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 479, time: 1703861503.252162
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.252162
12/29/23-15:51:43 DEBUG slot 0 in tap state...
12/29/23-15:51:43 DEBUG slot 1 in tap state...
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.263919
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.263919
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 53, time: 1703861503.263919
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861503.263919
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 845, time: 1703861503.263919
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 556, time: 1703861503.263919
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.263919
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.263919
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 35, time: 1703861503.263919
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861503.263919
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 702, time: 1703861503.263919
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 478, time: 1703861503.263919
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.263919
12/29/23-15:51:43 DEBUG slot 0 in tap state...
12/29/23-15:51:43 DEBUG slot 1 in tap state...
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.275537
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.275537
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 54, time: 1703861503.275537
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861503.275537
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 853, time: 1703861503.275537
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 561, time: 1703861503.275537
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.275537
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.275537
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 36, time: 1703861503.275537
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861503.275537
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 698, time: 1703861503.275537
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 475, time: 1703861503.275537
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.275537
12/29/23-15:51:43 DEBUG slot 0 in tap state...
12/29/23-15:51:43 DEBUG slot 1 in tap state...
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.287124
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.287124
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 55, time: 1703861503.287124
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861503.287124
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 864, time: 1703861503.287124
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 567, time: 1703861503.287124
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.287124
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.287124
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 37, time: 1703861503.287124
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861503.287124
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 691, time: 1703861503.287124
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 471, time: 1703861503.287124
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.287124
12/29/23-15:51:43 DEBUG slot 0 in tap state...
12/29/23-15:51:43 DEBUG slot 1 in tap state...
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.298726
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.298726
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 56, time: 1703861503.298726
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861503.298726
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 877, time: 1703861503.298726
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 574, time: 1703861503.298726
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.298726
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.298726
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 38, time: 1703861503.298726
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861503.298726
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 680, time: 1703861503.298726
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 465, time: 1703861503.298726
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.298726
12/29/23-15:51:43 DEBUG slot 0 in tap state...
12/29/23-15:51:43 DEBUG slot 1 in tap state...
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.310326
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.310326
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 57, time: 1703861503.310326
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861503.310326
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 891, time: 1703861503.310326
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 582, time: 1703861503.310326
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.310326
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.310326
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 39, time: 1703861503.310326
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861503.310326
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 665, time: 1703861503.310326
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 457, time: 1703861503.310326
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.310326
12/29/23-15:51:43 DEBUG slot 0 in tap state...
12/29/23-15:51:43 DEBUG slot 1 in tap state...
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.321736
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.321736
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 58, time: 1703861503.321736
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861503.321736
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 906, time: 1703861503.321736
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 589, time: 1703861503.321736
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.321736
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.321736
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 40, time: 1703861503.321736
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861503.321736
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 648, time: 1703861503.321736
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 448, time: 1703861503.321736
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.321736
12/29/23-15:51:43 DEBUG slot 0 in tap state...
12/29/23-15:51:43 DEBUG slot 0 in pan state...
12/29/23-15:51:43 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 139.67234894327 detected
12/29/23-15:51:43 DEBUG slot 1 in void state...
12/29/23-15:51:43 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:43 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.333458
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.333458
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 59, time: 1703861503.333458
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861503.333458
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 921, time: 1703861503.333458
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 596, time: 1703861503.333458
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.333458
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.333458
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 41, time: 1703861503.333458
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861503.333458
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 631, time: 1703861503.333458
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 440, time: 1703861503.333458
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.333458
12/29/23-15:51:43 DEBUG slot 0 in pan state...
12/29/23-15:51:43 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 174.94318537679 detected
12/29/23-15:51:43 DEBUG slot 1 in void state...
12/29/23-15:51:43 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:43 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.345060
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.345060
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 60, time: 1703861503.345060
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861503.345060
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 936, time: 1703861503.345060
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 603, time: 1703861503.345060
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.345060
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.345060
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 42, time: 1703861503.345060
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861503.345060
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 613, time: 1703861503.345060
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 431, time: 1703861503.345060
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.345060
12/29/23-15:51:43 DEBUG slot 0 in pan state...
12/29/23-15:51:43 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 211.59014554238 detected
12/29/23-15:51:43 DEBUG slot 1 in void state...
12/29/23-15:51:43 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:43 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.356687
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.356687
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861503.356687
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861503.356687
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 953, time: 1703861503.356687
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 611, time: 1703861503.356687
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.356687
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.356687
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 43, time: 1703861503.356687
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861503.356687
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 591, time: 1703861503.356687
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 420, time: 1703861503.356687
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.356687
12/29/23-15:51:43 DEBUG slot 0 in pan state...
12/29/23-15:51:43 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 254.9526561991 detected
12/29/23-15:51:43 DEBUG slot 1 in void state...
12/29/23-15:51:43 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:43 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.368182
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.368182
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 62, time: 1703861503.368182
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861503.368182
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 971, time: 1703861503.368182
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 620, time: 1703861503.368182
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.368182
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.368182
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 44, time: 1703861503.368182
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861503.368182
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 564, time: 1703861503.368182
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 405, time: 1703861503.368182
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.368182
12/29/23-15:51:43 DEBUG slot 0 in pan state...
12/29/23-15:51:43 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 305.9563217288 detected
12/29/23-15:51:43 DEBUG slot 1 in void state...
12/29/23-15:51:43 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:43 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.379797
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.379797
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 63, time: 1703861503.379797
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861503.379797
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 988, time: 1703861503.379797
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 628, time: 1703861503.379797
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.379797
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.379797
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 45, time: 1703861503.379797
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861503.379797
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 533, time: 1703861503.379797
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 388, time: 1703861503.379797
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.379797
12/29/23-15:51:43 DEBUG slot 0 in pan state...
12/29/23-15:51:43 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 360.08701926612 detected
12/29/23-15:51:43 DEBUG slot 1 in void state...
12/29/23-15:51:43 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:43 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.391334
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.391334
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 64, time: 1703861503.391334
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861503.391334
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1005, time: 1703861503.391334
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 635, time: 1703861503.391334
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.391334
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.391334
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 46, time: 1703861503.391334
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861503.391334
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 504, time: 1703861503.391334
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 372, time: 1703861503.391334
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.391334
12/29/23-15:51:43 DEBUG slot 0 in pan state...
12/29/23-15:51:43 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 411.53611268638 detected
12/29/23-15:51:43 DEBUG slot 1 in void state...
12/29/23-15:51:43 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:43 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.402959
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.402959
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 65, time: 1703861503.402959
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861503.402959
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1020, time: 1703861503.402959
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 641, time: 1703861503.402959
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.402959
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.402959
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 47, time: 1703861503.402959
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861503.402959
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 480, time: 1703861503.402959
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 359, time: 1703861503.402959
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.402959
12/29/23-15:51:43 DEBUG slot 0 in pan state...
12/29/23-15:51:43 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 454.93483684492 detected
12/29/23-15:51:43 DEBUG slot 1 in void state...
12/29/23-15:51:43 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:43 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.414521
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.414521
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 66, time: 1703861503.414521
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861503.414521
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1033, time: 1703861503.414521
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 646, time: 1703861503.414521
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.414521
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.414521
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 48, time: 1703861503.414521
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861503.414521
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 461, time: 1703861503.414521
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 349, time: 1703861503.414521
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.414521
12/29/23-15:51:43 DEBUG slot 0 in pan state...
12/29/23-15:51:43 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 490.28077006927 detected
12/29/23-15:51:43 DEBUG slot 1 in void state...
12/29/23-15:51:43 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:43 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.426139
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.426139
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 67, time: 1703861503.426139
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861503.426139
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1046, time: 1703861503.426139
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 650, time: 1703861503.426139
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.426139
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.426139
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 49, time: 1703861503.426139
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861503.426139
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 446, time: 1703861503.426139
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 340, time: 1703861503.426139
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.426139
12/29/23-15:51:43 DEBUG slot 0 in pan state...
12/29/23-15:51:43 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 521.20764984679 detected
12/29/23-15:51:43 DEBUG slot 1 in void state...
12/29/23-15:51:43 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:43 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.437541
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.437541
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 68, time: 1703861503.437541
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861503.437541
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1059, time: 1703861503.437541
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 655, time: 1703861503.437541
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.437541
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.437541
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 50, time: 1703861503.437541
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861503.437541
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 434, time: 1703861503.437541
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 332, time: 1703861503.437541
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.437541
12/29/23-15:51:43 DEBUG slot 0 in pan state...
12/29/23-15:51:43 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 549.46294735564 detected
12/29/23-15:51:43 DEBUG slot 1 in void state...
12/29/23-15:51:43 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:43 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.449250
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.449250
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 69, time: 1703861503.449250
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861503.449250
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1075, time: 1703861503.449250
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 660, time: 1703861503.449250
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.449250
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.449250
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 51, time: 1703861503.449250
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861503.449250
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 426, time: 1703861503.449250
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 324, time: 1703861503.449250
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.449250
12/29/23-15:51:43 DEBUG slot 0 in pan state...
12/29/23-15:51:43 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 576.95575703049 detected
12/29/23-15:51:43 DEBUG slot 1 in void state...
12/29/23-15:51:43 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:43 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.495218
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.495218
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 70, time: 1703861503.495218
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861503.495218
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1116, time: 1703861503.495218
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 677, time: 1703861503.495218
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.495218
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.495218
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 52, time: 1703861503.495218
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861503.495218
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 398, time: 1703861503.495218
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 304, time: 1703861503.495218
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.495218
12/29/23-15:51:43 DEBUG slot 0 in pan state...
12/29/23-15:51:43 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 655.53702865738 detected
12/29/23-15:51:43 DEBUG slot 1 in void state...
12/29/23-15:51:43 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:43 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:43 DEBUG close widget: table: 0x71acc548
12/29/23-15:51:43 DEBUG setDirty via a func from widget nil
12/29/23-15:51:43 DEBUG Lower widget ReaderUI covers the full screen
12/29/23-15:51:43 DEBUG _refresh: Enqueued ui update for region 332 9 407 100 dithering: false
12/29/23-15:51:43 DEBUG triggering refresh {
dither = false,
mode = "ui",
region = "407x100+332+9"
} --[[table: 0x6cabdb28]]
12/29/23-15:51:43 DEBUG refresh: ui-mode 332 9 407 100 false
12/29/23-15:51:43 DEBUG mxc_update: 407x100 region @ (332, 9) with marker 19 (WFM: 257 & UPD: 0)
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.507251
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.507251
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 71, time: 1703861503.507251
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861503.507251
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1160, time: 1703861503.507251
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 696, time: 1703861503.507251
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.507251
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.507251
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 53, time: 1703861503.507251
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861503.507251
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 367, time: 1703861503.507251
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 282, time: 1703861503.507251
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.507251
12/29/23-15:51:43 DEBUG slot 0 in pan state...
12/29/23-15:51:43 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 741.31281655488 detected
12/29/23-15:51:43 DEBUG slot 1 in void state...
12/29/23-15:51:43 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:43 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:43 DEBUG _stepRerenderingAutomation( nil ), currently 1
12/29/23-15:51:43 DEBUG close widget: table: 0x71ad38e0
12/29/23-15:51:43 DEBUG setDirty via a func from widget nil
12/29/23-15:51:43 DEBUG Lower widget ReaderUI covers the full screen
12/29/23-15:51:43 DEBUG _refresh: Enqueued ui update for region 354 109 364 100 dithering: false
12/29/23-15:51:43 DEBUG triggering refresh {
dither = false,
mode = "ui",
region = "364x100+354+109"
} --[[table: 0x6ca82078]]
12/29/23-15:51:43 DEBUG refresh: ui-mode 354 109 364 100 false
12/29/23-15:51:43 DEBUG mxc_update: 364x100 region @ (354, 109) with marker 20 (WFM: 257 & UPD: 0)
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.598372
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.598372
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 72, time: 1703861503.598372
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861503.598372
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1218, time: 1703861503.598372
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 721, time: 1703861503.598372
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.598372
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.598372
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 54, time: 1703861503.598372
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861503.598372
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 331, time: 1703861503.598372
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 259, time: 1703861503.598372
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.598372
12/29/23-15:51:43 DEBUG slot 0 in pan state...
12/29/23-15:51:43 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 847.15743374197 detected
12/29/23-15:51:43 DEBUG slot 1 in void state...
12/29/23-15:51:43 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:43 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.609987
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.609987
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 73, time: 1703861503.609987
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 5, time: 1703861503.609987
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1254, time: 1703861503.609987
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 738, time: 1703861503.609987
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.609987
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.609987
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 55, time: 1703861503.609987
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861503.609987
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 317, time: 1703861503.609987
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 250, time: 1703861503.609987
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.609987
12/29/23-15:51:43 DEBUG slot 0 in pan state...
12/29/23-15:51:43 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 903.59310370463 detected
12/29/23-15:51:43 DEBUG slot 1 in void state...
12/29/23-15:51:43 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:43 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.621600
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.621600
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 74, time: 1703861503.621600
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 5, time: 1703861503.621600
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1285, time: 1703861503.621600
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 752, time: 1703861503.621600
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.621600
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.621600
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 56, time: 1703861503.621600
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861503.621600
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 309, time: 1703861503.621600
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 247, time: 1703861503.621600
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.621600
12/29/23-15:51:43 DEBUG slot 0 in pan state...
12/29/23-15:51:43 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 946.02113871684 detected
12/29/23-15:51:43 DEBUG slot 1 in void state...
12/29/23-15:51:43 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:43 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.633191
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.633191
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 75, time: 1703861503.633191
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 5, time: 1703861503.633191
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1297, time: 1703861503.633191
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 759, time: 1703861503.633191
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.633191
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.633191
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 57, time: 1703861503.633191
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861503.633191
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 306, time: 1703861503.633191
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 246, time: 1703861503.633191
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.633191
12/29/23-15:51:43 DEBUG slot 0 in pan state...
12/29/23-15:51:43 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 962.93000676212 detected
12/29/23-15:51:43 DEBUG slot 1 in void state...
12/29/23-15:51:43 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:43 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.644787
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.644787
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 76, time: 1703861503.644787
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 5, time: 1703861503.644787
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1301, time: 1703861503.644787
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 761, time: 1703861503.644787
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.644787
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.644787
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 58, time: 1703861503.644787
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861503.644787
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 306, time: 1703861503.644787
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 246, time: 1703861503.644787
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.644787
12/29/23-15:51:43 DEBUG slot 0 in pan state...
12/29/23-15:51:43 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 967.39874423171 detected
12/29/23-15:51:43 DEBUG slot 1 in void state...
12/29/23-15:51:43 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:43 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.656374
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.656374
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 77, time: 1703861503.656374
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 5, time: 1703861503.656374
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1302, time: 1703861503.656374
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 762, time: 1703861503.656374
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.656374
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.656374
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 59, time: 1703861503.656374
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861503.656374
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 306, time: 1703861503.656374
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 246, time: 1703861503.656374
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.656374
12/29/23-15:51:43 DEBUG slot 0 in pan state...
12/29/23-15:51:43 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 968.72226485327 detected
12/29/23-15:51:43 DEBUG slot 1 in void state...
12/29/23-15:51:43 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:43 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.669137
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.669137
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 78, time: 1703861503.669137
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 5, time: 1703861503.669137
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1302, time: 1703861503.669137
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 762, time: 1703861503.669137
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.669137
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.669137
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 60, time: 1703861503.669137
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861503.669137
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 306, time: 1703861503.669137
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 246, time: 1703861503.669137
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.669137
12/29/23-15:51:43 DEBUG slot 0 in pan state...
12/29/23-15:51:43 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 968.72226485327 detected
12/29/23-15:51:43 DEBUG slot 1 in void state...
12/29/23-15:51:43 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:43 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.680731
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.680731
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 79, time: 1703861503.680731
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 5, time: 1703861503.680731
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1302, time: 1703861503.680731
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 762, time: 1703861503.680731
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.680731
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.680731
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861503.680731
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861503.680731
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 306, time: 1703861503.680731
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 246, time: 1703861503.680731
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.680731
12/29/23-15:51:43 DEBUG slot 0 in pan state...
12/29/23-15:51:43 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 968.72226485327 detected
12/29/23-15:51:43 DEBUG slot 1 in void state...
12/29/23-15:51:43 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:43 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.692358
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.692358
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 79, time: 1703861503.692358
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 5, time: 1703861503.692358
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1302, time: 1703861503.692358
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 762, time: 1703861503.692358
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.692358
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.692358
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 62, time: 1703861503.692358
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861503.692358
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 306, time: 1703861503.692358
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 246, time: 1703861503.692358
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.692358
12/29/23-15:51:43 DEBUG slot 0 in pan state...
12/29/23-15:51:43 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 968.72226485327 detected
12/29/23-15:51:43 DEBUG slot 1 in void state...
12/29/23-15:51:43 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:43 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.703759
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.703759
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 79, time: 1703861503.703759
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 5, time: 1703861503.703759
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1302, time: 1703861503.703759
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 762, time: 1703861503.703759
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.703759
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.703759
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 63, time: 1703861503.703759
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861503.703759
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 306, time: 1703861503.703759
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 246, time: 1703861503.703759
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.703759
12/29/23-15:51:43 DEBUG slot 0 in pan state...
12/29/23-15:51:43 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 968.72226485327 detected
12/29/23-15:51:43 DEBUG slot 1 in void state...
12/29/23-15:51:43 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:43 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.715593
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.715593
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 80, time: 1703861503.715593
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 5, time: 1703861503.715593
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1302, time: 1703861503.715593
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 762, time: 1703861503.715593
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.715593
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.715593
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 64, time: 1703861503.715593
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861503.715593
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 306, time: 1703861503.715593
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 246, time: 1703861503.715593
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.715593
12/29/23-15:51:43 DEBUG slot 0 in pan state...
12/29/23-15:51:43 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 968.72226485327 detected
12/29/23-15:51:43 DEBUG slot 1 in void state...
12/29/23-15:51:43 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:43 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.727111
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.727111
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 80, time: 1703861503.727111
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 5, time: 1703861503.727111
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1302, time: 1703861503.727111
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 762, time: 1703861503.727111
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.727111
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.727111
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 65, time: 1703861503.727111
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861503.727111
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 306, time: 1703861503.727111
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 246, time: 1703861503.727111
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.727111
12/29/23-15:51:43 DEBUG slot 0 in pan state...
12/29/23-15:51:43 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 968.72226485327 detected
12/29/23-15:51:43 DEBUG slot 1 in void state...
12/29/23-15:51:43 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:43 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.773326
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.773326
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 80, time: 1703861503.773326
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 5, time: 1703861503.773326
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1304, time: 1703861503.773326
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 763, time: 1703861503.773326
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.773326
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.773326
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 66, time: 1703861503.773326
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861503.773326
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 306, time: 1703861503.773326
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 246, time: 1703861503.773326
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.773326
12/29/23-15:51:43 DEBUG slot 0 in pan state...
12/29/23-15:51:43 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 970.95673965534 detected
12/29/23-15:51:43 DEBUG slot 1 in void state...
12/29/23-15:51:43 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:43 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.785008
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.785008
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 80, time: 1703861503.785008
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 5, time: 1703861503.785008
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1308, time: 1703861503.785008
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 763, time: 1703861503.785008
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.785008
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.785008
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 67, time: 1703861503.785008
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861503.785008
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 306, time: 1703861503.785008
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 246, time: 1703861503.785008
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.785008
12/29/23-15:51:43 DEBUG slot 0 in pan state...
12/29/23-15:51:43 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 974.60193394539 detected
12/29/23-15:51:43 DEBUG slot 1 in void state...
12/29/23-15:51:43 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:43 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.796685
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.796685
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 80, time: 1703861503.796685
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 5, time: 1703861503.796685
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1312, time: 1703861503.796685
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 764, time: 1703861503.796685
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.796685
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.796685
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 68, time: 1703861503.796685
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861503.796685
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 306, time: 1703861503.796685
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 246, time: 1703861503.796685
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.796685
12/29/23-15:51:43 DEBUG slot 0 in pan state...
12/29/23-15:51:43 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 978.66056219895 detected
12/29/23-15:51:43 DEBUG slot 1 in void state...
12/29/23-15:51:43 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:43 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.808179
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.808179
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 80, time: 1703861503.808179
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 5, time: 1703861503.808179
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1315, time: 1703861503.808179
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 765, time: 1703861503.808179
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.808179
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.808179
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 69, time: 1703861503.808179
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861503.808179
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 306, time: 1703861503.808179
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 246, time: 1703861503.808179
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.808179
12/29/23-15:51:43 DEBUG slot 0 in pan state...
12/29/23-15:51:43 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 981.80725998804 detected
12/29/23-15:51:43 DEBUG slot 1 in void state...
12/29/23-15:51:43 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:43 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.819786
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.819786
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 80, time: 1703861503.819786
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 5, time: 1703861503.819786
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1317, time: 1703861503.819786
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 766, time: 1703861503.819786
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.819786
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.819786
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 70, time: 1703861503.819786
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861503.819786
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 306, time: 1703861503.819786
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 246, time: 1703861503.819786
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.819786
12/29/23-15:51:43 DEBUG slot 0 in pan state...
12/29/23-15:51:43 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 984.04128017132 detected
12/29/23-15:51:43 DEBUG slot 1 in void state...
12/29/23-15:51:43 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:43 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.831816
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.831816
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 80, time: 1703861503.831816
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 5, time: 1703861503.831816
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1318, time: 1703861503.831816
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 766, time: 1703861503.831816
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.831816
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.831816
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 71, time: 1703861503.831816
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861503.831816
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 306, time: 1703861503.831816
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 246, time: 1703861503.831816
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.831816
12/29/23-15:51:43 DEBUG slot 0 in pan state...
12/29/23-15:51:43 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 984.9541451339 detected
12/29/23-15:51:43 DEBUG slot 1 in void state...
12/29/23-15:51:43 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:43 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.843391
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.843391
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 80, time: 1703861503.843391
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 5, time: 1703861503.843391
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1319, time: 1703861503.843391
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 766, time: 1703861503.843391
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.843391
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.843391
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 72, time: 1703861503.843391
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861503.843391
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 306, time: 1703861503.843391
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 246, time: 1703861503.843391
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.843391
12/29/23-15:51:43 DEBUG slot 0 in pan state...
12/29/23-15:51:43 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 985.8673272493 detected
12/29/23-15:51:43 DEBUG slot 1 in void state...
12/29/23-15:51:43 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:43 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.855009
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.855009
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 80, time: 1703861503.855009
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 5, time: 1703861503.855009
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1319, time: 1703861503.855009
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 766, time: 1703861503.855009
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.855009
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.855009
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 73, time: 1703861503.855009
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861503.855009
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 306, time: 1703861503.855009
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 246, time: 1703861503.855009
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.855009
12/29/23-15:51:43 DEBUG slot 0 in pan state...
12/29/23-15:51:43 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 985.8673272493 detected
12/29/23-15:51:43 DEBUG slot 1 in void state...
12/29/23-15:51:43 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:43 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.866234
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.866234
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 80, time: 1703861503.866234
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 5, time: 1703861503.866234
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1319, time: 1703861503.866234
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 766, time: 1703861503.866234
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.866234
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.866234
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 73, time: 1703861503.866234
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861503.866234
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 306, time: 1703861503.866234
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 246, time: 1703861503.866234
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.866234
12/29/23-15:51:43 DEBUG slot 0 in pan state...
12/29/23-15:51:43 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 985.8673272493 detected
12/29/23-15:51:43 DEBUG slot 1 in void state...
12/29/23-15:51:43 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:43 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.877752
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.877752
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 80, time: 1703861503.877752
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 5, time: 1703861503.877752
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1319, time: 1703861503.877752
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 766, time: 1703861503.877752
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.877752
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.877752
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 74, time: 1703861503.877752
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861503.877752
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 306, time: 1703861503.877752
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 246, time: 1703861503.877752
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.877752
12/29/23-15:51:43 DEBUG slot 0 in pan state...
12/29/23-15:51:43 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 985.8673272493 detected
12/29/23-15:51:43 DEBUG slot 1 in void state...
12/29/23-15:51:43 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:43 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.889395
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.889395
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 80, time: 1703861503.889395
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 5, time: 1703861503.889395
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1319, time: 1703861503.889395
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 766, time: 1703861503.889395
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.889395
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.889395
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 74, time: 1703861503.889395
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861503.889395
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 306, time: 1703861503.889395
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 246, time: 1703861503.889395
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.889395
12/29/23-15:51:43 DEBUG slot 0 in pan state...
12/29/23-15:51:43 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 985.8673272493 detected
12/29/23-15:51:43 DEBUG slot 1 in void state...
12/29/23-15:51:43 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:43 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.901003
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.901003
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 80, time: 1703861503.901003
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 5, time: 1703861503.901003
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1319, time: 1703861503.901003
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 766, time: 1703861503.901003
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.901003
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.901003
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 74, time: 1703861503.901003
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861503.901003
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 306, time: 1703861503.901003
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 246, time: 1703861503.901003
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.901003
12/29/23-15:51:43 DEBUG slot 0 in pan state...
12/29/23-15:51:43 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 985.8673272493 detected
12/29/23-15:51:43 DEBUG slot 1 in void state...
12/29/23-15:51:43 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:43 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.912575
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.912575
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 80, time: 1703861503.912575
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 5, time: 1703861503.912575
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1319, time: 1703861503.912575
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 766, time: 1703861503.912575
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.912575
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.912575
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 74, time: 1703861503.912575
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861503.912575
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 306, time: 1703861503.912575
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 246, time: 1703861503.912575
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.912575
12/29/23-15:51:43 DEBUG slot 0 in pan state...
12/29/23-15:51:43 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 985.8673272493 detected
12/29/23-15:51:43 DEBUG slot 1 in void state...
12/29/23-15:51:43 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:43 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.924182
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.924182
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 80, time: 1703861503.924182
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 5, time: 1703861503.924182
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1318, time: 1703861503.924182
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 765, time: 1703861503.924182
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.924182
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.924182
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 74, time: 1703861503.924182
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861503.924182
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 306, time: 1703861503.924182
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 246, time: 1703861503.924182
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.924182
12/29/23-15:51:43 DEBUG slot 0 in pan state...
12/29/23-15:51:43 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 984.547033972 detected
12/29/23-15:51:43 DEBUG slot 1 in void state...
12/29/23-15:51:43 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:43 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.935931
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1351, time: 1703861503.935931
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 79, time: 1703861503.935931
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861503.935931
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1317, time: 1703861503.935931
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 764, time: 1703861503.935931
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.935931
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1352, time: 1703861503.935931
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 73, time: 1703861503.935931
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861503.935931
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 306, time: 1703861503.935931
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 246, time: 1703861503.935931
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.935931
12/29/23-15:51:43 DEBUG slot 0 in pan state...
12/29/23-15:51:43 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 983.22723184807 detected
12/29/23-15:51:43 DEBUG slot 1 in void state...
12/29/23-15:51:43 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:43 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861503.946355
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: -1, time: 1703861503.946355
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861503.946355
12/29/23-15:51:43 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: -1, time: 1703861503.946355
12/29/23-15:51:43 DEBUG key event => code: 330 (BTN_TOUCH), value: 0, time: 1703861503.946355
12/29/23-15:51:43 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861503.946355
12/29/23-15:51:43 DEBUG slot 0 in pan state...
12/29/23-15:51:43 DEBUG Contact:handlePanRelease: two_finger_pan_release detected
12/29/23-15:51:43 DEBUG slot 1 in void state...
12/29/23-15:51:43 DEBUG Contact:voidState Contact lift detected
12/29/23-15:51:43 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:43 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:44 DEBUG _stepRerenderingAutomation( nil ), currently 1
12/29/23-15:51:45 DEBUG _stepRerenderingAutomation( nil ), currently 1
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.023073
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.023073
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 25, time: 1703861506.023073
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861506.023073
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 879, time: 1703861506.023073
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 546, time: 1703861506.023073
12/29/23-15:51:46 DEBUG key event => code: 330 (BTN_TOUCH), value: 1, time: 1703861506.023073
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.023073
12/29/23-15:51:46 DEBUG slot 0 in tap state...
12/29/23-15:51:46 DEBUG set up hold timer
12/29/23-15:51:46 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:46 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.033871
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 26, time: 1703861506.033871
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 1, time: 1703861506.033871
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 879, time: 1703861506.033871
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 546, time: 1703861506.033871
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.033871
12/29/23-15:51:46 DEBUG slot 0 in tap state...
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.046400
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 27, time: 1703861506.046400
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861506.046400
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 879, time: 1703861506.046400
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 546, time: 1703861506.046400
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.046400
12/29/23-15:51:46 DEBUG slot 0 in tap state...
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.056728
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 28, time: 1703861506.056728
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861506.056728
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 879, time: 1703861506.056728
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 546, time: 1703861506.056728
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.056728
12/29/23-15:51:46 DEBUG slot 0 in tap state...
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.067845
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 29, time: 1703861506.067845
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861506.067845
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 879, time: 1703861506.067845
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 546, time: 1703861506.067845
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.067845
12/29/23-15:51:46 DEBUG slot 0 in tap state...
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.079465
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 30, time: 1703861506.079465
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861506.079465
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 879, time: 1703861506.079465
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 546, time: 1703861506.079465
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.079465
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.079465
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861506.079465
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861506.079465
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 782, time: 1703861506.079465
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 496, time: 1703861506.079465
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.079465
12/29/23-15:51:46 DEBUG slot 0 in tap state...
12/29/23-15:51:46 DEBUG slot 1 in tap state...
12/29/23-15:51:46 DEBUG set up hold timer
12/29/23-15:51:46 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:46 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.091103
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.091103
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 31, time: 1703861506.091103
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861506.091103
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 879, time: 1703861506.091103
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 546, time: 1703861506.091103
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.091103
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.091103
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861506.091103
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861506.091103
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 782, time: 1703861506.091103
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 496, time: 1703861506.091103
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.091103
12/29/23-15:51:46 DEBUG slot 0 in tap state...
12/29/23-15:51:46 DEBUG slot 1 in tap state...
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.103169
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.103169
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 32, time: 1703861506.103169
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861506.103169
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 879, time: 1703861506.103169
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 546, time: 1703861506.103169
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.103169
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.103169
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861506.103169
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861506.103169
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 782, time: 1703861506.103169
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 496, time: 1703861506.103169
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.103169
12/29/23-15:51:46 DEBUG slot 0 in tap state...
12/29/23-15:51:46 DEBUG slot 1 in tap state...
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.114764
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.114764
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 33, time: 1703861506.114764
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861506.114764
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 879, time: 1703861506.114764
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 546, time: 1703861506.114764
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.114764
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.114764
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861506.114764
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861506.114764
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 782, time: 1703861506.114764
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 496, time: 1703861506.114764
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.114764
12/29/23-15:51:46 DEBUG slot 0 in tap state...
12/29/23-15:51:46 DEBUG slot 1 in tap state...
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.126362
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.126362
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861506.126362
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861506.126362
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 879, time: 1703861506.126362
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 546, time: 1703861506.126362
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.126362
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.126362
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861506.126362
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861506.126362
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 782, time: 1703861506.126362
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 496, time: 1703861506.126362
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.126362
12/29/23-15:51:46 DEBUG slot 0 in tap state...
12/29/23-15:51:46 DEBUG slot 1 in tap state...
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.137940
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.137940
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 35, time: 1703861506.137940
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861506.137940
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 879, time: 1703861506.137940
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 546, time: 1703861506.137940
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.137940
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.137940
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861506.137940
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861506.137940
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 782, time: 1703861506.137940
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 496, time: 1703861506.137940
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.137940
12/29/23-15:51:46 DEBUG slot 0 in tap state...
12/29/23-15:51:46 DEBUG slot 1 in tap state...
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.149557
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.149557
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 36, time: 1703861506.149557
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861506.149557
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 879, time: 1703861506.149557
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 546, time: 1703861506.149557
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.149557
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.149557
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861506.149557
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861506.149557
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 782, time: 1703861506.149557
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 496, time: 1703861506.149557
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.149557
12/29/23-15:51:46 DEBUG slot 0 in tap state...
12/29/23-15:51:46 DEBUG slot 1 in tap state...
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.161156
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.161156
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 37, time: 1703861506.161156
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861506.161156
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 879, time: 1703861506.161156
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 547, time: 1703861506.161156
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.161156
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.161156
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861506.161156
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861506.161156
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 782, time: 1703861506.161156
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 496, time: 1703861506.161156
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.161156
12/29/23-15:51:46 DEBUG slot 0 in tap state...
12/29/23-15:51:46 DEBUG slot 1 in tap state...
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.172756
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.172756
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 38, time: 1703861506.172756
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861506.172756
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 880, time: 1703861506.172756
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 549, time: 1703861506.172756
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.172756
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.172756
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861506.172756
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861506.172756
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 782, time: 1703861506.172756
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 496, time: 1703861506.172756
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.172756
12/29/23-15:51:46 DEBUG slot 0 in tap state...
12/29/23-15:51:46 DEBUG slot 1 in tap state...
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.184348
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.184348
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 39, time: 1703861506.184348
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861506.184348
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 881, time: 1703861506.184348
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 551, time: 1703861506.184348
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.184348
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.184348
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861506.184348
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861506.184348
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 782, time: 1703861506.184348
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 496, time: 1703861506.184348
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.184348
12/29/23-15:51:46 DEBUG slot 0 in tap state...
12/29/23-15:51:46 DEBUG slot 1 in tap state...
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.195943
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.195943
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 40, time: 1703861506.195943
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861506.195943
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 883, time: 1703861506.195943
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 553, time: 1703861506.195943
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.195943
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.195943
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861506.195943
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861506.195943
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 782, time: 1703861506.195943
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 496, time: 1703861506.195943
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.195943
12/29/23-15:51:46 DEBUG slot 0 in tap state...
12/29/23-15:51:46 DEBUG slot 1 in tap state...
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.207534
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.207534
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 41, time: 1703861506.207534
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861506.207534
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 885, time: 1703861506.207534
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 556, time: 1703861506.207534
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.207534
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.207534
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861506.207534
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861506.207534
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 781, time: 1703861506.207534
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 495, time: 1703861506.207534
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.207534
12/29/23-15:51:46 DEBUG slot 0 in tap state...
12/29/23-15:51:46 DEBUG slot 1 in tap state...
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.219268
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.219268
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 42, time: 1703861506.219268
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861506.219268
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 887, time: 1703861506.219268
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 559, time: 1703861506.219268
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.219268
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.219268
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861506.219268
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861506.219268
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 779, time: 1703861506.219268
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 494, time: 1703861506.219268
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.219268
12/29/23-15:51:46 DEBUG slot 0 in tap state...
12/29/23-15:51:46 DEBUG slot 1 in tap state...
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.230778
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.230778
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 43, time: 1703861506.230778
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861506.230778
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 891, time: 1703861506.230778
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 562, time: 1703861506.230778
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.230778
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.230778
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861506.230778
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861506.230778
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 774, time: 1703861506.230778
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 492, time: 1703861506.230778
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.230778
12/29/23-15:51:46 DEBUG slot 0 in tap state...
12/29/23-15:51:46 DEBUG slot 1 in tap state...
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.241869
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.241869
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 44, time: 1703861506.241869
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861506.241869
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 894, time: 1703861506.241869
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 565, time: 1703861506.241869
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.241869
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.241869
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861506.241869
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861506.241869
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 766, time: 1703861506.241869
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 488, time: 1703861506.241869
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.241869
12/29/23-15:51:46 DEBUG slot 0 in tap state...
12/29/23-15:51:46 DEBUG slot 1 in tap state...
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.253385
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.253385
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 45, time: 1703861506.253385
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861506.253385
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 899, time: 1703861506.253385
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 568, time: 1703861506.253385
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.253385
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.253385
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 34, time: 1703861506.253385
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861506.253385
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 754, time: 1703861506.253385
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 482, time: 1703861506.253385
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.253385
12/29/23-15:51:46 DEBUG slot 0 in tap state...
12/29/23-15:51:46 DEBUG slot 1 in tap state...
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.264922
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.264922
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 46, time: 1703861506.264922
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861506.264922
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 904, time: 1703861506.264922
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 570, time: 1703861506.264922
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.264922
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.264922
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 35, time: 1703861506.264922
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861506.264922
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 740, time: 1703861506.264922
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 474, time: 1703861506.264922
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.264922
12/29/23-15:51:46 DEBUG slot 0 in tap state...
12/29/23-15:51:46 DEBUG slot 1 in tap state...
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.275970
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.275970
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 47, time: 1703861506.275970
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861506.275970
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 909, time: 1703861506.275970
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 573, time: 1703861506.275970
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.275970
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.275970
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 36, time: 1703861506.275970
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861506.275970
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 724, time: 1703861506.275970
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 466, time: 1703861506.275970
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.275970
12/29/23-15:51:46 DEBUG slot 0 in tap state...
12/29/23-15:51:46 DEBUG slot 1 in tap state...
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.287686
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.287686
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 48, time: 1703861506.287686
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861506.287686
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 913, time: 1703861506.287686
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 575, time: 1703861506.287686
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.287686
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.287686
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 37, time: 1703861506.287686
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861506.287686
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 708, time: 1703861506.287686
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 458, time: 1703861506.287686
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.287686
12/29/23-15:51:46 DEBUG slot 0 in tap state...
12/29/23-15:51:46 DEBUG slot 1 in tap state...
12/29/23-15:51:46 DEBUG slot 1 in pan state...
12/29/23-15:51:46 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 127.87434331535 detected
12/29/23-15:51:46 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:46 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.299333
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.299333
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 49, time: 1703861506.299333
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861506.299333
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 917, time: 1703861506.299333
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 576, time: 1703861506.299333
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.299333
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.299333
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 38, time: 1703861506.299333
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861506.299333
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 691, time: 1703861506.299333
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 450, time: 1703861506.299333
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.299333
12/29/23-15:51:46 DEBUG slot 0 in void state...
12/29/23-15:51:46 DEBUG slot 1 in pan state...
12/29/23-15:51:46 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 150.38055424848 detected
12/29/23-15:51:46 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:46 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.310899
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.310899
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 50, time: 1703861506.310899
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861506.310899
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 920, time: 1703861506.310899
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 577, time: 1703861506.310899
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.310899
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.310899
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 39, time: 1703861506.310899
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861506.310899
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 676, time: 1703861506.310899
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 443, time: 1703861506.310899
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.310899
12/29/23-15:51:46 DEBUG slot 0 in void state...
12/29/23-15:51:46 DEBUG slot 1 in pan state...
12/29/23-15:51:46 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 169.91199191107 detected
12/29/23-15:51:46 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:46 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.322500
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.322500
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 51, time: 1703861506.322500
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861506.322500
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 925, time: 1703861506.322500
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 579, time: 1703861506.322500
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.322500
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.322500
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 40, time: 1703861506.322500
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861506.322500
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 661, time: 1703861506.322500
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 436, time: 1703861506.322500
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.322500
12/29/23-15:51:46 DEBUG slot 0 in void state...
12/29/23-15:51:46 DEBUG slot 1 in pan state...
12/29/23-15:51:46 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 191.67196567769 detected
12/29/23-15:51:46 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:46 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.334124
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.334124
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 52, time: 1703861506.334124
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861506.334124
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 928, time: 1703861506.334124
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 580, time: 1703861506.334124
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.334124
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.334124
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 41, time: 1703861506.334124
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861506.334124
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 648, time: 1703861506.334124
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 430, time: 1703861506.334124
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.334124
12/29/23-15:51:46 DEBUG slot 0 in void state...
12/29/23-15:51:46 DEBUG slot 1 in pan state...
12/29/23-15:51:46 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 209.0126090037 detected
12/29/23-15:51:46 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:46 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.345544
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.345544
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 53, time: 1703861506.345544
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861506.345544
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 933, time: 1703861506.345544
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 582, time: 1703861506.345544
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.345544
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.345544
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 42, time: 1703861506.345544
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861506.345544
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 636, time: 1703861506.345544
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 425, time: 1703861506.345544
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.345544
12/29/23-15:51:46 DEBUG slot 0 in void state...
12/29/23-15:51:46 DEBUG slot 1 in pan state...
12/29/23-15:51:46 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 227.24831377267 detected
12/29/23-15:51:46 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:46 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.357191
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.357191
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 54, time: 1703861506.357191
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861506.357191
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 939, time: 1703861506.357191
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 585, time: 1703861506.357191
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.357191
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.357191
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 43, time: 1703861506.357191
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861506.357191
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 622, time: 1703861506.357191
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 419, time: 1703861506.357191
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.357191
12/29/23-15:51:46 DEBUG slot 0 in void state...
12/29/23-15:51:46 DEBUG slot 1 in pan state...
12/29/23-15:51:46 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 249.12523559396 detected
12/29/23-15:51:46 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:46 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.369994
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.369994
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 55, time: 1703861506.369994
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861506.369994
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 947, time: 1703861506.369994
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 589, time: 1703861506.369994
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.369994
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.369994
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 44, time: 1703861506.369994
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861506.369994
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 605, time: 1703861506.369994
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 411, time: 1703861506.369994
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.369994
12/29/23-15:51:46 DEBUG slot 0 in void state...
12/29/23-15:51:46 DEBUG slot 1 in pan state...
12/29/23-15:51:46 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 276.80668157001 detected
12/29/23-15:51:46 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:46 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.381544
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.381544
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 56, time: 1703861506.381544
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861506.381544
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 957, time: 1703861506.381544
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 594, time: 1703861506.381544
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.381544
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.381544
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 45, time: 1703861506.381544
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861506.381544
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 580, time: 1703861506.381544
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 398, time: 1703861506.381544
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.381544
12/29/23-15:51:46 DEBUG slot 0 in void state...
12/29/23-15:51:46 DEBUG slot 1 in pan state...
12/29/23-15:51:46 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 316.10328505042 detected
12/29/23-15:51:46 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:46 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.393158
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.393158
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 57, time: 1703861506.393158
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861506.393158
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 967, time: 1703861506.393158
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 601, time: 1703861506.393158
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.393158
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.393158
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 46, time: 1703861506.393158
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861506.393158
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 552, time: 1703861506.393158
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 384, time: 1703861506.393158
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.393158
12/29/23-15:51:46 DEBUG slot 0 in void state...
12/29/23-15:51:46 DEBUG slot 1 in pan state...
12/29/23-15:51:46 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 359.59404184661 detected
12/29/23-15:51:46 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:46 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.404648
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.404648
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 58, time: 1703861506.404648
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861506.404648
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 978, time: 1703861506.404648
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 609, time: 1703861506.404648
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.404648
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.404648
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 47, time: 1703861506.404648
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861506.404648
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 523, time: 1703861506.404648
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 370, time: 1703861506.404648
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.404648
12/29/23-15:51:46 DEBUG slot 0 in void state...
12/29/23-15:51:46 DEBUG slot 1 in pan state...
12/29/23-15:51:46 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 405.36821185382 detected
12/29/23-15:51:46 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:46 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.416438
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.416438
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 59, time: 1703861506.416438
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861506.416438
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 988, time: 1703861506.416438
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 616, time: 1703861506.416438
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.416438
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.416438
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 48, time: 1703861506.416438
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861506.416438
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 498, time: 1703861506.416438
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 359, time: 1703861506.416438
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.416438
12/29/23-15:51:46 DEBUG slot 0 in void state...
12/29/23-15:51:46 DEBUG slot 1 in pan state...
12/29/23-15:51:46 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 444.85879965072 detected
12/29/23-15:51:46 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:46 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.428020
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.428020
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 60, time: 1703861506.428020
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861506.428020
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 998, time: 1703861506.428020
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 623, time: 1703861506.428020
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.428020
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.428020
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 49, time: 1703861506.428020
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861506.428020
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 478, time: 1703861506.428020
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 350, time: 1703861506.428020
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.428020
12/29/23-15:51:46 DEBUG slot 0 in void state...
12/29/23-15:51:46 DEBUG slot 1 in pan state...
12/29/23-15:51:46 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 478.98095016886 detected
12/29/23-15:51:46 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:46 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.439632
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.439632
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861506.439632
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861506.439632
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1007, time: 1703861506.439632
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 630, time: 1703861506.439632
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.439632
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.439632
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 50, time: 1703861506.439632
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861506.439632
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 463, time: 1703861506.439632
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 343, time: 1703861506.439632
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.439632
12/29/23-15:51:46 DEBUG slot 0 in void state...
12/29/23-15:51:46 DEBUG slot 1 in pan state...
12/29/23-15:51:46 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 506.89499888491 detected
12/29/23-15:51:46 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:46 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.451146
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.451146
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 62, time: 1703861506.451146
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861506.451146
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1016, time: 1703861506.451146
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 635, time: 1703861506.451146
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.451146
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.451146
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 51, time: 1703861506.451146
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861506.451146
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 451, time: 1703861506.451146
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 337, time: 1703861506.451146
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.451146
12/29/23-15:51:46 DEBUG slot 0 in void state...
12/29/23-15:51:46 DEBUG slot 1 in pan state...
12/29/23-15:51:46 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 530.57913171872 detected
12/29/23-15:51:46 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:46 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.462763
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.462763
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 63, time: 1703861506.462763
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861506.462763
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1026, time: 1703861506.462763
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 639, time: 1703861506.462763
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.462763
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.462763
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 52, time: 1703861506.462763
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861506.462763
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 442, time: 1703861506.462763
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 331, time: 1703861506.462763
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.462763
12/29/23-15:51:46 DEBUG slot 0 in void state...
12/29/23-15:51:46 DEBUG slot 1 in pan state...
12/29/23-15:51:46 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 551.87021778583 detected
12/29/23-15:51:46 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:46 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.474449
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.474449
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 64, time: 1703861506.474449
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861506.474449
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1034, time: 1703861506.474449
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 643, time: 1703861506.474449
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.474449
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.474449
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 53, time: 1703861506.474449
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861506.474449
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 435, time: 1703861506.474449
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 325, time: 1703861506.474449
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.474449
12/29/23-15:51:46 DEBUG slot 0 in void state...
12/29/23-15:51:46 DEBUG slot 1 in pan state...
12/29/23-15:51:46 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 569.69588770336 detected
12/29/23-15:51:46 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:46 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.485918
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.485918
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 65, time: 1703861506.485918
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861506.485918
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1043, time: 1703861506.485918
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 647, time: 1703861506.485918
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.485918
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.485918
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 54, time: 1703861506.485918
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861506.485918
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 427, time: 1703861506.485918
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 319, time: 1703861506.485918
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.485918
12/29/23-15:51:46 DEBUG slot 0 in void state...
12/29/23-15:51:46 DEBUG slot 1 in pan state...
12/29/23-15:51:46 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 589.2845263749 detected
12/29/23-15:51:46 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:46 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.497457
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.497457
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 66, time: 1703861506.497457
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861506.497457
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1051, time: 1703861506.497457
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 651, time: 1703861506.497457
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.497457
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.497457
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 55, time: 1703861506.497457
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861506.497457
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 420, time: 1703861506.497457
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 312, time: 1703861506.497457
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.497457
12/29/23-15:51:46 DEBUG slot 0 in void state...
12/29/23-15:51:46 DEBUG slot 1 in pan state...
12/29/23-15:51:46 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 607.59555876852 detected
12/29/23-15:51:46 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:46 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.509072
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.509072
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 67, time: 1703861506.509072
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861506.509072
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1059, time: 1703861506.509072
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 656, time: 1703861506.509072
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.509072
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.509072
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 56, time: 1703861506.509072
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861506.509072
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 414, time: 1703861506.509072
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 307, time: 1703861506.509072
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.509072
12/29/23-15:51:46 DEBUG slot 0 in void state...
12/29/23-15:51:46 DEBUG slot 1 in pan state...
12/29/23-15:51:46 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 624.64697993634 detected
12/29/23-15:51:46 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:46 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.520627
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.520627
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 68, time: 1703861506.520627
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861506.520627
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1066, time: 1703861506.520627
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 660, time: 1703861506.520627
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.520627
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.520627
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 57, time: 1703861506.520627
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861506.520627
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 409, time: 1703861506.520627
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 304, time: 1703861506.520627
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.520627
12/29/23-15:51:46 DEBUG slot 0 in void state...
12/29/23-15:51:46 DEBUG slot 1 in pan state...
12/29/23-15:51:46 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 638.52432861713 detected
12/29/23-15:51:46 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:46 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.532093
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.532093
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 69, time: 1703861506.532093
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861506.532093
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1073, time: 1703861506.532093
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 664, time: 1703861506.532093
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.532093
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.532093
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 58, time: 1703861506.532093
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861506.532093
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 405, time: 1703861506.532093
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 302, time: 1703861506.532093
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.532093
12/29/23-15:51:46 DEBUG slot 0 in void state...
12/29/23-15:51:46 DEBUG slot 1 in pan state...
12/29/23-15:51:46 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 651.05529977521 detected
12/29/23-15:51:46 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:46 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.543480
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.543480
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 70, time: 1703861506.543480
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861506.543480
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1078, time: 1703861506.543480
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 668, time: 1703861506.543480
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.543480
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.543480
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 59, time: 1703861506.543480
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861506.543480
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 402, time: 1703861506.543480
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 300, time: 1703861506.543480
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.543480
12/29/23-15:51:46 DEBUG slot 0 in void state...
12/29/23-15:51:46 DEBUG slot 1 in pan state...
12/29/23-15:51:46 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 660.99009924748 detected
12/29/23-15:51:46 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:46 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.555190
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.555190
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 71, time: 1703861506.555190
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861506.555190
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1083, time: 1703861506.555190
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 671, time: 1703861506.555190
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.555190
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.555190
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 60, time: 1703861506.555190
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861506.555190
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 402, time: 1703861506.555190
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 300, time: 1703861506.555190
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.555190
12/29/23-15:51:46 DEBUG slot 0 in void state...
12/29/23-15:51:46 DEBUG slot 1 in pan state...
12/29/23-15:51:46 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 666.82079164383 detected
12/29/23-15:51:46 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:46 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:46 DEBUG _stepRerenderingAutomation( nil ), currently 1
12/29/23-15:51:46 DEBUG _stepRerenderingAutomation( 2 ), currently 1
12/29/23-15:51:46 DEBUG _stepRerenderingAutomation 1 > 2
12/29/23-15:51:46 DEBUG _refresh: Enqueued ui update for region 0 0 1072 58 dithering: false
12/29/23-15:51:46 DEBUG setDirty ui from widget ReaderUI w/ region 0 0 1072 58 dithering: nil
12/29/23-15:51:46 DEBUG painting widget: ReaderUI
12/29/23-15:51:46 DEBUG readerview painting "1072x1448+0+0" to 0 0
12/29/23-15:51:46 DEBUG CreDocument: goto page 2 flow 0
12/29/23-15:51:46 DEBUG ImageWidget: _render'ing resources/icons/mdlight/cre.render.working.svg 58 58
12/29/23-15:51:46 DEBUG background rerendering started for hash 420321989
12/29/23-15:51:46 DEBUG renderSVG resources/icons/mdlight/cre.render.working.svg 1.2083333333333 48 48 > 58 58 0 0
12/29/23-15:51:46 DEBUG cache image|resources/icons/mdlight/cre.render.working.svg|58|58true
12/29/23-15:51:46 DEBUG ImageWidget: initial offsets 0 0
12/29/23-15:51:46 DEBUG blitFrom 0 0 0 0 58 58
12/29/23-15:51:46 DEBUG triggering refresh {
dither = false,
mode = "ui",
region = "1072x58+0+0"
} --[[table: 0x6c9a46e8]]
12/29/23-15:51:46 DEBUG refresh: ui-mode 0 0 1072 58 false
12/29/23-15:51:46 DEBUG mxc_update: 1072x58 region @ (0, 0) with marker 21 (WFM: 257 & UPD: 0)
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.566808
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.566808
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 71, time: 1703861506.566808
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861506.566808
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1086, time: 1703861506.566808
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 674, time: 1703861506.566808
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.566808
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.566808
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861506.566808
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861506.566808
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 402, time: 1703861506.566808
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 300, time: 1703861506.566808
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.566808
12/29/23-15:51:46 DEBUG slot 0 in void state...
12/29/23-15:51:46 DEBUG slot 1 in pan state...
12/29/23-15:51:46 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 670.94818367632 detected
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.578461
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.578461
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 71, time: 1703861506.578461
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861506.578461
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1089, time: 1703861506.578461
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 676, time: 1703861506.578461
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.578461
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.578461
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 62, time: 1703861506.578461
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861506.578461
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 402, time: 1703861506.578461
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 300, time: 1703861506.578461
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.578461
12/29/23-15:51:46 DEBUG slot 0 in void state...
12/29/23-15:51:46 DEBUG slot 1 in pan state...
12/29/23-15:51:46 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 674.55165803458 detected
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.591945
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.591945
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 71, time: 1703861506.591945
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861506.591945
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1091, time: 1703861506.591945
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 677, time: 1703861506.591945
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.591945
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.591945
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 63, time: 1703861506.591945
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861506.591945
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 402, time: 1703861506.591945
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 300, time: 1703861506.591945
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.591945
12/29/23-15:51:46 DEBUG slot 0 in void state...
12/29/23-15:51:46 DEBUG slot 1 in pan state...
12/29/23-15:51:46 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 676.77862517005 detected
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.600875
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.600875
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 71, time: 1703861506.600875
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861506.600875
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1092, time: 1703861506.600875
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 679, time: 1703861506.600875
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.600875
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.600875
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 64, time: 1703861506.600875
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861506.600875
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 402, time: 1703861506.600875
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 300, time: 1703861506.600875
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.600875
12/29/23-15:51:46 DEBUG slot 0 in void state...
12/29/23-15:51:46 DEBUG slot 1 in pan state...
12/29/23-15:51:46 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 678.68339747578 detected
12/29/23-15:51:46 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:46 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.612627
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.612627
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 71, time: 1703861506.612627
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861506.612627
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1093, time: 1703861506.612627
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 679, time: 1703861506.612627
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.612627
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.612627
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 65, time: 1703861506.612627
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861506.612627
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 402, time: 1703861506.612627
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 300, time: 1703861506.612627
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.612627
12/29/23-15:51:46 DEBUG slot 0 in void state...
12/29/23-15:51:46 DEBUG slot 1 in pan state...
12/29/23-15:51:46 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 679.53217609711 detected
12/29/23-15:51:46 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:46 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.624353
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.624353
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 71, time: 1703861506.624353
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861506.624353
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1094, time: 1703861506.624353
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 680, time: 1703861506.624353
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.624353
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.624353
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 66, time: 1703861506.624353
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861506.624353
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 402, time: 1703861506.624353
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 300, time: 1703861506.624353
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.624353
12/29/23-15:51:46 DEBUG slot 0 in void state...
12/29/23-15:51:46 DEBUG slot 1 in pan state...
12/29/23-15:51:46 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 680.90957023264 detected
12/29/23-15:51:46 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:46 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.635985
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.635985
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 71, time: 1703861506.635985
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861506.635985
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1095, time: 1703861506.635985
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 680, time: 1703861506.635985
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.635985
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.635985
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 67, time: 1703861506.635985
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861506.635985
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 402, time: 1703861506.635985
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 300, time: 1703861506.635985
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.635985
12/29/23-15:51:46 DEBUG slot 0 in void state...
12/29/23-15:51:46 DEBUG slot 1 in pan state...
12/29/23-15:51:46 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 681.75878346086 detected
12/29/23-15:51:46 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:46 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.647245
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.647245
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 71, time: 1703861506.647245
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861506.647245
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1095, time: 1703861506.647245
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 680, time: 1703861506.647245
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.647245
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.647245
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 67, time: 1703861506.647245
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861506.647245
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 402, time: 1703861506.647245
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 300, time: 1703861506.647245
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.647245
12/29/23-15:51:46 DEBUG slot 0 in void state...
12/29/23-15:51:46 DEBUG slot 1 in pan state...
12/29/23-15:51:46 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 681.75878346086 detected
12/29/23-15:51:46 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:46 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.658611
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.658611
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 72, time: 1703861506.658611
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861506.658611
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1095, time: 1703861506.658611
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 680, time: 1703861506.658611
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.658611
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.658611
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 67, time: 1703861506.658611
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861506.658611
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 402, time: 1703861506.658611
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 300, time: 1703861506.658611
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.658611
12/29/23-15:51:46 DEBUG slot 0 in void state...
12/29/23-15:51:46 DEBUG slot 1 in pan state...
12/29/23-15:51:46 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 681.75878346086 detected
12/29/23-15:51:46 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:46 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.670145
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.670145
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 72, time: 1703861506.670145
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861506.670145
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1095, time: 1703861506.670145
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 680, time: 1703861506.670145
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.670145
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.670145
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 68, time: 1703861506.670145
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861506.670145
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 402, time: 1703861506.670145
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 300, time: 1703861506.670145
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.670145
12/29/23-15:51:46 DEBUG slot 0 in void state...
12/29/23-15:51:46 DEBUG slot 1 in pan state...
12/29/23-15:51:46 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 681.75878346086 detected
12/29/23-15:51:46 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:46 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.681713
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.681713
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 72, time: 1703861506.681713
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861506.681713
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1095, time: 1703861506.681713
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 680, time: 1703861506.681713
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.681713
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.681713
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 68, time: 1703861506.681713
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861506.681713
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 402, time: 1703861506.681713
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 300, time: 1703861506.681713
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.681713
12/29/23-15:51:46 DEBUG slot 0 in void state...
12/29/23-15:51:46 DEBUG slot 1 in pan state...
12/29/23-15:51:46 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 681.75878346086 detected
12/29/23-15:51:46 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:46 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.693334
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.693334
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 72, time: 1703861506.693334
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861506.693334
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1095, time: 1703861506.693334
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 680, time: 1703861506.693334
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.693334
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.693334
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 68, time: 1703861506.693334
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861506.693334
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 402, time: 1703861506.693334
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 300, time: 1703861506.693334
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.693334
12/29/23-15:51:46 DEBUG slot 0 in void state...
12/29/23-15:51:46 DEBUG slot 1 in pan state...
12/29/23-15:51:46 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 681.75878346086 detected
12/29/23-15:51:46 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:46 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.704896
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.704896
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 72, time: 1703861506.704896
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861506.704896
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1095, time: 1703861506.704896
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 680, time: 1703861506.704896
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.704896
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.704896
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 68, time: 1703861506.704896
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861506.704896
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 402, time: 1703861506.704896
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 300, time: 1703861506.704896
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.704896
12/29/23-15:51:46 DEBUG slot 0 in void state...
12/29/23-15:51:46 DEBUG slot 1 in pan state...
12/29/23-15:51:46 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 681.75878346086 detected
12/29/23-15:51:46 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:46 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.716432
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.716432
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 72, time: 1703861506.716432
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861506.716432
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1095, time: 1703861506.716432
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 680, time: 1703861506.716432
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.716432
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.716432
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 68, time: 1703861506.716432
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861506.716432
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 402, time: 1703861506.716432
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 300, time: 1703861506.716432
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.716432
12/29/23-15:51:46 DEBUG slot 0 in void state...
12/29/23-15:51:46 DEBUG slot 1 in pan state...
12/29/23-15:51:46 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 681.75878346086 detected
12/29/23-15:51:46 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:46 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.727997
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.727997
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 72, time: 1703861506.727997
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861506.727997
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1095, time: 1703861506.727997
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 680, time: 1703861506.727997
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.727997
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.727997
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 68, time: 1703861506.727997
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861506.727997
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 402, time: 1703861506.727997
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 300, time: 1703861506.727997
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.727997
12/29/23-15:51:46 DEBUG slot 0 in void state...
12/29/23-15:51:46 DEBUG slot 1 in pan state...
12/29/23-15:51:46 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 681.75878346086 detected
12/29/23-15:51:46 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:46 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.739577
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.739577
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 72, time: 1703861506.739577
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861506.739577
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1095, time: 1703861506.739577
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 680, time: 1703861506.739577
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.739577
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.739577
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 68, time: 1703861506.739577
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861506.739577
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 402, time: 1703861506.739577
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 300, time: 1703861506.739577
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.739577
12/29/23-15:51:46 DEBUG slot 0 in void state...
12/29/23-15:51:46 DEBUG slot 1 in pan state...
12/29/23-15:51:46 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 681.75878346086 detected
12/29/23-15:51:46 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:46 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.751419
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.751419
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 72, time: 1703861506.751419
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861506.751419
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1095, time: 1703861506.751419
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 680, time: 1703861506.751419
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.751419
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.751419
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 68, time: 1703861506.751419
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861506.751419
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 402, time: 1703861506.751419
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 300, time: 1703861506.751419
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.751419
12/29/23-15:51:46 DEBUG slot 0 in void state...
12/29/23-15:51:46 DEBUG slot 1 in pan state...
12/29/23-15:51:46 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 681.75878346086 detected
12/29/23-15:51:46 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:46 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.763276
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.763276
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 72, time: 1703861506.763276
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861506.763276
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1095, time: 1703861506.763276
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 680, time: 1703861506.763276
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.763276
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.763276
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 68, time: 1703861506.763276
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861506.763276
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 402, time: 1703861506.763276
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 300, time: 1703861506.763276
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.763276
12/29/23-15:51:46 DEBUG slot 0 in void state...
12/29/23-15:51:46 DEBUG slot 1 in pan state...
12/29/23-15:51:46 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 681.75878346086 detected
12/29/23-15:51:46 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:46 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.775050
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.775050
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 72, time: 1703861506.775050
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861506.775050
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1095, time: 1703861506.775050
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 680, time: 1703861506.775050
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.775050
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.775050
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 68, time: 1703861506.775050
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861506.775050
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 402, time: 1703861506.775050
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 300, time: 1703861506.775050
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.775050
12/29/23-15:51:46 DEBUG slot 0 in void state...
12/29/23-15:51:46 DEBUG slot 1 in pan state...
12/29/23-15:51:46 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 681.75878346086 detected
12/29/23-15:51:46 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:46 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.786516
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.786516
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 72, time: 1703861506.786516
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861506.786516
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1095, time: 1703861506.786516
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 680, time: 1703861506.786516
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.786516
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.786516
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 68, time: 1703861506.786516
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861506.786516
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 402, time: 1703861506.786516
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 300, time: 1703861506.786516
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.786516
12/29/23-15:51:46 DEBUG slot 0 in void state...
12/29/23-15:51:46 DEBUG slot 1 in pan state...
12/29/23-15:51:46 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 681.75878346086 detected
12/29/23-15:51:46 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:46 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.797930
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.797930
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 72, time: 1703861506.797930
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861506.797930
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1095, time: 1703861506.797930
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 680, time: 1703861506.797930
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.797930
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.797930
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 68, time: 1703861506.797930
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861506.797930
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 402, time: 1703861506.797930
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 300, time: 1703861506.797930
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.797930
12/29/23-15:51:46 DEBUG slot 0 in void state...
12/29/23-15:51:46 DEBUG slot 1 in pan state...
12/29/23-15:51:46 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 681.75878346086 detected
12/29/23-15:51:46 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:46 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.809371
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.809371
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 72, time: 1703861506.809371
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861506.809371
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1095, time: 1703861506.809371
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 680, time: 1703861506.809371
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.809371
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.809371
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 68, time: 1703861506.809371
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861506.809371
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 402, time: 1703861506.809371
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 300, time: 1703861506.809371
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.809371
12/29/23-15:51:46 DEBUG slot 0 in void state...
12/29/23-15:51:46 DEBUG slot 1 in pan state...
12/29/23-15:51:46 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 681.75878346086 detected
12/29/23-15:51:46 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:46 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.821005
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.821005
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 72, time: 1703861506.821005
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861506.821005
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1095, time: 1703861506.821005
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 680, time: 1703861506.821005
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.821005
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1354, time: 1703861506.821005
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 67, time: 1703861506.821005
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861506.821005
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 402, time: 1703861506.821005
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 300, time: 1703861506.821005
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.821005
12/29/23-15:51:46 DEBUG slot 0 in void state...
12/29/23-15:51:46 DEBUG slot 1 in pan state...
12/29/23-15:51:46 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 681.75878346086 detected
12/29/23-15:51:46 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:46 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.831940
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1353, time: 1703861506.831940
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 71, time: 1703861506.831940
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861506.831940
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 1095, time: 1703861506.831940
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 680, time: 1703861506.831940
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861506.831940
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: -1, time: 1703861506.831940
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.831940
12/29/23-15:51:46 DEBUG slot 0 in void state...
12/29/23-15:51:46 DEBUG slot 1 in pan state...
12/29/23-15:51:46 DEBUG Contact:handleTwoFingerPan: outward_pan vertical 681.75878346086 detected
12/29/23-15:51:46 DEBUG spread vertical 681.75878346086 detected
12/29/23-15:51:46 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:46 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:46 DEBUG show widget: table: 0x6c969368
12/29/23-15:51:46 DEBUG setDirty nil from widget table: 0x6c969368 w/ NO region; dithering: nil
12/29/23-15:51:46 DEBUG setDirty via a func from widget table: 0x6c969368
12/29/23-15:51:46 DEBUG painting widget: table: 0x6c969368
12/29/23-15:51:46 DEBUG _refresh: Enqueued ui update for region 338 9 395 100 dithering: false
12/29/23-15:51:46 DEBUG triggering refresh {
dither = false,
mode = "ui",
region = "395x100+338+9"
} --[[table: 0x6c96d738]]
12/29/23-15:51:46 DEBUG refresh: ui-mode 338 9 395 100 false
12/29/23-15:51:46 DEBUG mxc_update: 395x100 region @ (338, 9) with marker 22 (WFM: 257 & UPD: 0)
12/29/23-15:51:46 DEBUG CreDocument: set font size 40
12/29/23-15:51:46 INFO Inhibiting user input
12/29/23-15:51:46 DEBUG rendering hash changed: 420321989 > -180811535
12/29/23-15:51:46 DEBUG but rendering delayed, will do partial renderings on draw
12/29/23-15:51:46 DEBUG _stepRerenderingAutomation( 1 ), currently 2
12/29/23-15:51:46 DEBUG _refresh: Enqueued partial update for region 0 0 1072 1448 dithering: false
12/29/23-15:51:46 DEBUG setDirty partial from widget ReaderUI w/ NO region; dithering: nil
12/29/23-15:51:46 DEBUG show widget: table: 0x6c970078
12/29/23-15:51:46 DEBUG setDirty nil from widget table: 0x6c970078 w/ NO region; dithering: nil
12/29/23-15:51:46 DEBUG setDirty via a func from widget table: 0x6c970078
12/29/23-15:51:46 DEBUG painting widget: ReaderUI
12/29/23-15:51:46 DEBUG readerview painting "1072x1448+0+0" to 0 0
12/29/23-15:51:46 DEBUG CreDocument: goto page 2 flow 0
12/29/23-15:51:46 DEBUG partial rerenderings done 2 > 3
12/29/23-15:51:46 DEBUG _refresh: Enqueued partial update for region 0 0 1072 1448 dithering: false
12/29/23-15:51:46 DEBUG setDirty partial from widget ReaderUI w/ NO region; dithering: nil
12/29/23-15:51:46 DEBUG blitFrom 0 0 0 0 58 58
12/29/23-15:51:46 DEBUG painting widget: table: 0x6c969368
12/29/23-15:51:46 DEBUG painting widget: table: 0x6c970078
12/29/23-15:51:46 DEBUG _refresh: Enqueued partial update for region 0 0 1072 1448 dithering: false
12/29/23-15:51:46 DEBUG triggering refresh {
dither = false,
mode = "partial",
region = "1072x1448+0+0"
} --[[table: 0x6c9789a8]]
12/29/23-15:51:46 DEBUG refresh: partial 0 0 1072 1448 false
12/29/23-15:51:46 DEBUG mxc_update: 1072x1448 region @ (0, 0) with marker 23 (WFM: 2 & UPD: 0)
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861506.843531
12/29/23-15:51:46 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: -1, time: 1703861506.843531
12/29/23-15:51:46 DEBUG key event => code: 330 (BTN_TOUCH), value: 0, time: 1703861506.843531
12/29/23-15:51:46 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861506.843531
12/29/23-15:51:47 INFO Restoring user input handling
12/29/23-15:51:47 DEBUG _stepRerenderingAutomation( nil ), currently 1
12/29/23-15:51:48 DEBUG close widget: table: 0x6c969368
12/29/23-15:51:48 DEBUG setDirty via a func from widget nil
12/29/23-15:51:48 DEBUG Lower widget ReaderUI covers the full screen
12/29/23-15:51:48 DEBUG setDirty nil from widget ReaderUI w/ NO region; dithering: nil
12/29/23-15:51:48 DEBUG setDirty nil from widget table: 0x6c970078 w/ NO region; dithering: nil
12/29/23-15:51:48 DEBUG painting widget: ReaderUI
12/29/23-15:51:48 DEBUG readerview painting "1072x1448+0+0" to 0 0
12/29/23-15:51:48 DEBUG CreDocument: goto page 2 flow 0
12/29/23-15:51:48 DEBUG blitFrom 0 0 0 0 58 58
12/29/23-15:51:48 DEBUG painting widget: table: 0x6c970078
12/29/23-15:51:48 DEBUG _refresh: Enqueued ui update for region 338 9 395 100 dithering: false
12/29/23-15:51:48 DEBUG triggering refresh {
dither = false,
mode = "ui",
region = "395x100+338+9"
} --[[table: 0x6c97c728]]
12/29/23-15:51:48 DEBUG refresh: ui-mode 338 9 395 100 false
12/29/23-15:51:48 DEBUG mxc_update: 395x100 region @ (338, 9) with marker 24 (WFM: 257 & UPD: 0)
12/29/23-15:51:48 DEBUG _stepRerenderingAutomation( nil ), currently 1
12/29/23-15:51:48 DEBUG close widget: table: 0x6c970078
12/29/23-15:51:48 DEBUG setDirty via a func from widget nil
12/29/23-15:51:48 DEBUG Lower widget ReaderUI covers the full screen
12/29/23-15:51:48 DEBUG setDirty nil from widget ReaderUI w/ NO region; dithering: nil
12/29/23-15:51:48 DEBUG painting widget: ReaderUI
12/29/23-15:51:48 DEBUG readerview painting "1072x1448+0+0" to 0 0
12/29/23-15:51:48 DEBUG CreDocument: goto page 2 flow 0
12/29/23-15:51:48 DEBUG blitFrom 0 0 0 0 58 58
12/29/23-15:51:48 DEBUG _refresh: Enqueued ui update for region 354 109 364 100 dithering: false
12/29/23-15:51:48 DEBUG triggering refresh {
dither = false,
mode = "ui",
region = "364x100+354+109"
} --[[table: 0x6c93fb18]]
12/29/23-15:51:48 DEBUG refresh: ui-mode 354 109 364 100 false
12/29/23-15:51:48 DEBUG mxc_update: 364x100 region @ (354, 109) with marker 25 (WFM: 257 & UPD: 0)
12/29/23-15:51:49 DEBUG _stepRerenderingAutomation( nil ), currently 1
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1355, time: 1703861509.934222
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 36, time: 1703861509.934222
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861509.934222
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 337, time: 1703861509.934222
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 253, time: 1703861509.934222
12/29/23-15:51:49 DEBUG key event => code: 330 (BTN_TOUCH), value: 1, time: 1703861509.934222
12/29/23-15:51:49 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861509.934222
12/29/23-15:51:49 DEBUG GestureDetector:probeClockSource: Touch event timestamps appear to use CLOCK_REALTIME
12/29/23-15:51:49 DEBUG slot 0 in tap state...
12/29/23-15:51:49 DEBUG set up hold timer
12/29/23-15:51:49 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:49 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1355, time: 1703861509.946176
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 37, time: 1703861509.946176
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861509.946176
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 337, time: 1703861509.946176
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 253, time: 1703861509.946176
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861509.946176
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1356, time: 1703861509.946176
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 47, time: 1703861509.946176
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861509.946176
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 526, time: 1703861509.946176
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 738, time: 1703861509.946176
12/29/23-15:51:49 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861509.946176
12/29/23-15:51:49 DEBUG slot 0 in tap state...
12/29/23-15:51:49 DEBUG slot 1 in tap state...
12/29/23-15:51:49 DEBUG set up hold timer
12/29/23-15:51:49 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:49 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861509.957911
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1355, time: 1703861509.957911
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 38, time: 1703861509.957911
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861509.957911
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 337, time: 1703861509.957911
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 253, time: 1703861509.957911
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861509.957911
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1356, time: 1703861509.957911
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 47, time: 1703861509.957911
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861509.957911
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 526, time: 1703861509.957911
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 738, time: 1703861509.957911
12/29/23-15:51:49 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861509.957911
12/29/23-15:51:49 DEBUG slot 0 in tap state...
12/29/23-15:51:49 DEBUG slot 1 in tap state...
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861509.967688
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1355, time: 1703861509.967688
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 39, time: 1703861509.967688
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861509.967688
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 337, time: 1703861509.967688
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 253, time: 1703861509.967688
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861509.967688
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1356, time: 1703861509.967688
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 47, time: 1703861509.967688
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861509.967688
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 526, time: 1703861509.967688
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 738, time: 1703861509.967688
12/29/23-15:51:49 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861509.967688
12/29/23-15:51:49 DEBUG slot 0 in tap state...
12/29/23-15:51:49 DEBUG slot 1 in tap state...
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861509.979122
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1355, time: 1703861509.979122
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 40, time: 1703861509.979122
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861509.979122
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 337, time: 1703861509.979122
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 253, time: 1703861509.979122
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861509.979122
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1356, time: 1703861509.979122
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 48, time: 1703861509.979122
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861509.979122
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 526, time: 1703861509.979122
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 738, time: 1703861509.979122
12/29/23-15:51:49 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861509.979122
12/29/23-15:51:49 DEBUG slot 0 in tap state...
12/29/23-15:51:49 DEBUG slot 1 in tap state...
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861509.990685
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1355, time: 1703861509.990685
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 41, time: 1703861509.990685
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861509.990685
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 337, time: 1703861509.990685
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 253, time: 1703861509.990685
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861509.990685
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1356, time: 1703861509.990685
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 49, time: 1703861509.990685
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861509.990685
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 526, time: 1703861509.990685
12/29/23-15:51:49 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 738, time: 1703861509.990685
12/29/23-15:51:49 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861509.990685
12/29/23-15:51:49 DEBUG slot 0 in tap state...
12/29/23-15:51:49 DEBUG slot 1 in tap state...
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861510.002302
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1355, time: 1703861510.002302
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 42, time: 1703861510.002302
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861510.002302
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 337, time: 1703861510.002302
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 253, time: 1703861510.002302
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861510.002302
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1356, time: 1703861510.002302
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 50, time: 1703861510.002302
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.002302
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 526, time: 1703861510.002302
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 738, time: 1703861510.002302
12/29/23-15:51:50 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861510.002302
12/29/23-15:51:50 DEBUG slot 0 in tap state...
12/29/23-15:51:50 DEBUG slot 1 in tap state...
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861510.013951
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1355, time: 1703861510.013951
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 43, time: 1703861510.013951
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861510.013951
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 337, time: 1703861510.013951
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 253, time: 1703861510.013951
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861510.013951
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1356, time: 1703861510.013951
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 51, time: 1703861510.013951
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.013951
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 526, time: 1703861510.013951
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 738, time: 1703861510.013951
12/29/23-15:51:50 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861510.013951
12/29/23-15:51:50 DEBUG slot 0 in tap state...
12/29/23-15:51:50 DEBUG slot 1 in tap state...
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861510.025533
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1355, time: 1703861510.025533
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 44, time: 1703861510.025533
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861510.025533
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 337, time: 1703861510.025533
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 253, time: 1703861510.025533
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861510.025533
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1356, time: 1703861510.025533
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 52, time: 1703861510.025533
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.025533
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 525, time: 1703861510.025533
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 738, time: 1703861510.025533
12/29/23-15:51:50 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861510.025533
12/29/23-15:51:50 DEBUG slot 0 in tap state...
12/29/23-15:51:50 DEBUG slot 1 in tap state...
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861510.037064
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1355, time: 1703861510.037064
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 45, time: 1703861510.037064
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861510.037064
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 337, time: 1703861510.037064
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 253, time: 1703861510.037064
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861510.037064
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1356, time: 1703861510.037064
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 53, time: 1703861510.037064
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.037064
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 524, time: 1703861510.037064
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 739, time: 1703861510.037064
12/29/23-15:51:50 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861510.037064
12/29/23-15:51:50 DEBUG slot 0 in tap state...
12/29/23-15:51:50 DEBUG slot 1 in tap state...
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861510.048640
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1355, time: 1703861510.048640
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 46, time: 1703861510.048640
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861510.048640
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 337, time: 1703861510.048640
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 253, time: 1703861510.048640
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861510.048640
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1356, time: 1703861510.048640
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 53, time: 1703861510.048640
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.048640
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 523, time: 1703861510.048640
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 740, time: 1703861510.048640
12/29/23-15:51:50 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861510.048640
12/29/23-15:51:50 DEBUG slot 0 in tap state...
12/29/23-15:51:50 DEBUG slot 1 in tap state...
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861510.060362
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1355, time: 1703861510.060362
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 47, time: 1703861510.060362
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861510.060362
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 338, time: 1703861510.060362
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 254, time: 1703861510.060362
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861510.060362
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1356, time: 1703861510.060362
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 53, time: 1703861510.060362
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.060362
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 523, time: 1703861510.060362
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 742, time: 1703861510.060362
12/29/23-15:51:50 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861510.060362
12/29/23-15:51:50 DEBUG slot 0 in tap state...
12/29/23-15:51:50 DEBUG slot 1 in tap state...
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861510.072996
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1355, time: 1703861510.072996
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 48, time: 1703861510.072996
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861510.072996
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 340, time: 1703861510.072996
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 256, time: 1703861510.072996
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861510.072996
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1356, time: 1703861510.072996
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 53, time: 1703861510.072996
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.072996
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 523, time: 1703861510.072996
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 744, time: 1703861510.072996
12/29/23-15:51:50 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861510.072996
12/29/23-15:51:50 DEBUG slot 0 in tap state...
12/29/23-15:51:50 DEBUG slot 1 in tap state...
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861510.084657
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1355, time: 1703861510.084657
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 49, time: 1703861510.084657
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861510.084657
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 344, time: 1703861510.084657
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 259, time: 1703861510.084657
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861510.084657
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1356, time: 1703861510.084657
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 53, time: 1703861510.084657
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.084657
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 523, time: 1703861510.084657
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 746, time: 1703861510.084657
12/29/23-15:51:50 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861510.084657
12/29/23-15:51:50 DEBUG slot 0 in tap state...
12/29/23-15:51:50 DEBUG slot 1 in tap state...
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861510.096253
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1355, time: 1703861510.096253
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 50, time: 1703861510.096253
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861510.096253
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 349, time: 1703861510.096253
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 263, time: 1703861510.096253
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861510.096253
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1356, time: 1703861510.096253
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 53, time: 1703861510.096253
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.096253
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 523, time: 1703861510.096253
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 748, time: 1703861510.096253
12/29/23-15:51:50 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861510.096253
12/29/23-15:51:50 DEBUG slot 0 in tap state...
12/29/23-15:51:50 DEBUG slot 1 in tap state...
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861510.108003
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1355, time: 1703861510.108003
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 51, time: 1703861510.108003
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861510.108003
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 355, time: 1703861510.108003
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 267, time: 1703861510.108003
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861510.108003
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1356, time: 1703861510.108003
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 53, time: 1703861510.108003
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.108003
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 525, time: 1703861510.108003
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 750, time: 1703861510.108003
12/29/23-15:51:50 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861510.108003
12/29/23-15:51:50 DEBUG slot 0 in tap state...
12/29/23-15:51:50 DEBUG slot 1 in tap state...
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861510.119674
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1355, time: 1703861510.119674
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 52, time: 1703861510.119674
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861510.119674
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 362, time: 1703861510.119674
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 271, time: 1703861510.119674
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861510.119674
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1356, time: 1703861510.119674
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 53, time: 1703861510.119674
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.119674
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 527, time: 1703861510.119674
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 751, time: 1703861510.119674
12/29/23-15:51:50 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861510.119674
12/29/23-15:51:50 DEBUG slot 0 in tap state...
12/29/23-15:51:50 DEBUG slot 1 in tap state...
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861510.131187
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1355, time: 1703861510.131187
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 53, time: 1703861510.131187
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861510.131187
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 370, time: 1703861510.131187
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 275, time: 1703861510.131187
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861510.131187
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1356, time: 1703861510.131187
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 54, time: 1703861510.131187
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.131187
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 531, time: 1703861510.131187
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 752, time: 1703861510.131187
12/29/23-15:51:50 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861510.131187
12/29/23-15:51:50 DEBUG slot 0 in tap state...
12/29/23-15:51:50 DEBUG slot 1 in tap state...
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861510.142778
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1355, time: 1703861510.142778
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 54, time: 1703861510.142778
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 2, time: 1703861510.142778
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 379, time: 1703861510.142778
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 279, time: 1703861510.142778
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861510.142778
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1356, time: 1703861510.142778
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 55, time: 1703861510.142778
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.142778
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 536, time: 1703861510.142778
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 752, time: 1703861510.142778
12/29/23-15:51:50 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861510.142778
12/29/23-15:51:50 DEBUG slot 0 in tap state...
12/29/23-15:51:50 DEBUG slot 1 in tap state...
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861510.154296
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1355, time: 1703861510.154296
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 55, time: 1703861510.154296
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.154296
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 389, time: 1703861510.154296
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 284, time: 1703861510.154296
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861510.154296
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1356, time: 1703861510.154296
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 56, time: 1703861510.154296
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.154296
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 543, time: 1703861510.154296
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 750, time: 1703861510.154296
12/29/23-15:51:50 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861510.154296
12/29/23-15:51:50 DEBUG slot 0 in tap state...
12/29/23-15:51:50 DEBUG slot 1 in tap state...
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861510.165864
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1355, time: 1703861510.165864
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 56, time: 1703861510.165864
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.165864
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 401, time: 1703861510.165864
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 288, time: 1703861510.165864
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861510.165864
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1356, time: 1703861510.165864
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 57, time: 1703861510.165864
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.165864
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 552, time: 1703861510.165864
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 746, time: 1703861510.165864
12/29/23-15:51:50 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861510.165864
12/29/23-15:51:50 DEBUG slot 0 in tap state...
12/29/23-15:51:50 DEBUG slot 1 in tap state...
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861510.177457
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1355, time: 1703861510.177457
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 57, time: 1703861510.177457
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.177457
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 414, time: 1703861510.177457
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 293, time: 1703861510.177457
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861510.177457
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1356, time: 1703861510.177457
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 58, time: 1703861510.177457
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.177457
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 563, time: 1703861510.177457
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 741, time: 1703861510.177457
12/29/23-15:51:50 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861510.177457
12/29/23-15:51:50 DEBUG slot 0 in tap state...
12/29/23-15:51:50 DEBUG slot 0 in pan state...
12/29/23-15:51:50 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 61.098281481561 detected
12/29/23-15:51:50 DEBUG slot 1 in void state...
12/29/23-15:51:50 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:50 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861510.189143
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1355, time: 1703861510.189143
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 58, time: 1703861510.189143
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.189143
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 428, time: 1703861510.189143
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 297, time: 1703861510.189143
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861510.189143
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1356, time: 1703861510.189143
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 58, time: 1703861510.189143
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.189143
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 578, time: 1703861510.189143
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 735, time: 1703861510.189143
12/29/23-15:51:50 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861510.189143
12/29/23-15:51:50 DEBUG slot 0 in pan state...
12/29/23-15:51:50 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 74.040529441651 detected
12/29/23-15:51:50 DEBUG slot 1 in void state...
12/29/23-15:51:50 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:50 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861510.200760
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1355, time: 1703861510.200760
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 59, time: 1703861510.200760
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.200760
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 444, time: 1703861510.200760
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 301, time: 1703861510.200760
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861510.200760
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1356, time: 1703861510.200760
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 58, time: 1703861510.200760
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.200760
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 593, time: 1703861510.200760
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 729, time: 1703861510.200760
12/29/23-15:51:50 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861510.200760
12/29/23-15:51:50 DEBUG slot 0 in pan state...
12/29/23-15:51:50 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 89.269255625887 detected
12/29/23-15:51:50 DEBUG slot 1 in void state...
12/29/23-15:51:50 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:50 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861510.212274
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1355, time: 1703861510.212274
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 60, time: 1703861510.212274
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.212274
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 460, time: 1703861510.212274
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 304, time: 1703861510.212274
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861510.212274
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1356, time: 1703861510.212274
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 58, time: 1703861510.212274
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.212274
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 608, time: 1703861510.212274
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 723, time: 1703861510.212274
12/29/23-15:51:50 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861510.212274
12/29/23-15:51:50 DEBUG slot 0 in pan state...
12/29/23-15:51:50 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 103.57605900979 detected
12/29/23-15:51:50 DEBUG slot 1 in void state...
12/29/23-15:51:50 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:50 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861510.223972
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1355, time: 1703861510.223972
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861510.223972
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.223972
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 476, time: 1703861510.223972
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 308, time: 1703861510.223972
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861510.223972
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1356, time: 1703861510.223972
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 58, time: 1703861510.223972
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.223972
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 620, time: 1703861510.223972
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 717, time: 1703861510.223972
12/29/23-15:51:50 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861510.223972
12/29/23-15:51:50 DEBUG slot 0 in pan state...
12/29/23-15:51:50 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 117.23907198541 detected
12/29/23-15:51:50 DEBUG slot 1 in void state...
12/29/23-15:51:50 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:50 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861510.235658
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1355, time: 1703861510.235658
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861510.235658
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.235658
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 487, time: 1703861510.235658
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 309, time: 1703861510.235658
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861510.235658
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1356, time: 1703861510.235658
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 58, time: 1703861510.235658
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.235658
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 629, time: 1703861510.235658
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 710, time: 1703861510.235658
12/29/23-15:51:50 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861510.235658
12/29/23-15:51:50 DEBUG slot 0 in pan state...
12/29/23-15:51:50 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 126.77539193392 detected
12/29/23-15:51:50 DEBUG slot 1 in void state...
12/29/23-15:51:50 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:50 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861510.247206
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1355, time: 1703861510.247206
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861510.247206
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.247206
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 498, time: 1703861510.247206
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 311, time: 1703861510.247206
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861510.247206
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1356, time: 1703861510.247206
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 58, time: 1703861510.247206
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.247206
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 638, time: 1703861510.247206
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 703, time: 1703861510.247206
12/29/23-15:51:50 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861510.247206
12/29/23-15:51:50 DEBUG slot 0 in pan state...
12/29/23-15:51:50 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 136.52838532701 detected
12/29/23-15:51:50 DEBUG slot 1 in void state...
12/29/23-15:51:50 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:50 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861510.258838
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1355, time: 1703861510.258838
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861510.258838
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.258838
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 506, time: 1703861510.258838
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 311, time: 1703861510.258838
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861510.258838
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1356, time: 1703861510.258838
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 58, time: 1703861510.258838
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.258838
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 647, time: 1703861510.258838
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 695, time: 1703861510.258838
12/29/23-15:51:50 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861510.258838
12/29/23-15:51:50 DEBUG slot 0 in pan state...
12/29/23-15:51:50 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 145.22052196573 detected
12/29/23-15:51:50 DEBUG slot 1 in void state...
12/29/23-15:51:50 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:50 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861510.270413
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1355, time: 1703861510.270413
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861510.270413
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.270413
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 514, time: 1703861510.270413
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 312, time: 1703861510.270413
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861510.270413
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1356, time: 1703861510.270413
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 58, time: 1703861510.270413
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.270413
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 657, time: 1703861510.270413
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 686, time: 1703861510.270413
12/29/23-15:51:50 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861510.270413
12/29/23-15:51:50 DEBUG slot 0 in pan state...
12/29/23-15:51:50 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 154.05193929321 detected
12/29/23-15:51:50 DEBUG slot 1 in void state...
12/29/23-15:51:50 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:50 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861510.282267
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1355, time: 1703861510.282267
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861510.282267
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.282267
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 523, time: 1703861510.282267
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 313, time: 1703861510.282267
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861510.282267
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1356, time: 1703861510.282267
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 58, time: 1703861510.282267
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.282267
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 669, time: 1703861510.282267
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 677, time: 1703861510.282267
12/29/23-15:51:50 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861510.282267
12/29/23-15:51:50 DEBUG slot 0 in pan state...
12/29/23-15:51:50 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 164 detected
12/29/23-15:51:50 DEBUG slot 1 in void state...
12/29/23-15:51:50 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:50 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861510.293884
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1355, time: 1703861510.293884
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861510.293884
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.293884
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 533, time: 1703861510.293884
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 314, time: 1703861510.293884
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861510.293884
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1356, time: 1703861510.293884
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 59, time: 1703861510.293884
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.293884
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 681, time: 1703861510.293884
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 668, time: 1703861510.293884
12/29/23-15:51:50 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861510.293884
12/29/23-15:51:50 DEBUG slot 0 in pan state...
12/29/23-15:51:50 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 175.04570831643 detected
12/29/23-15:51:50 DEBUG slot 1 in void state...
12/29/23-15:51:50 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:50 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861510.305424
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1355, time: 1703861510.305424
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861510.305424
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.305424
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 542, time: 1703861510.305424
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 316, time: 1703861510.305424
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861510.305424
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1356, time: 1703861510.305424
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 60, time: 1703861510.305424
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.305424
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 692, time: 1703861510.305424
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 661, time: 1703861510.305424
12/29/23-15:51:50 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861510.305424
12/29/23-15:51:50 DEBUG slot 0 in pan state...
12/29/23-15:51:50 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 185.13238506539 detected
12/29/23-15:51:50 DEBUG slot 1 in void state...
12/29/23-15:51:50 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:50 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861510.316948
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1355, time: 1703861510.316948
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861510.316948
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.316948
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 550, time: 1703861510.316948
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 317, time: 1703861510.316948
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861510.316948
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1356, time: 1703861510.316948
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861510.316948
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.316948
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 700, time: 1703861510.316948
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 655, time: 1703861510.316948
12/29/23-15:51:50 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861510.316948
12/29/23-15:51:50 DEBUG slot 0 in pan state...
12/29/23-15:51:50 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 193.20973060382 detected
12/29/23-15:51:50 DEBUG slot 1 in void state...
12/29/23-15:51:50 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:50 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861510.328544
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1355, time: 1703861510.328544
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861510.328544
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.328544
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 557, time: 1703861510.328544
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 318, time: 1703861510.328544
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861510.328544
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1356, time: 1703861510.328544
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 62, time: 1703861510.328544
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.328544
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 707, time: 1703861510.328544
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 650, time: 1703861510.328544
12/29/23-15:51:50 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861510.328544
12/29/23-15:51:50 DEBUG slot 0 in pan state...
12/29/23-15:51:50 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 200.30227157973 detected
12/29/23-15:51:50 DEBUG slot 1 in void state...
12/29/23-15:51:50 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:50 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861510.340168
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1355, time: 1703861510.340168
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861510.340168
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.340168
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 562, time: 1703861510.340168
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 319, time: 1703861510.340168
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861510.340168
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1356, time: 1703861510.340168
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 63, time: 1703861510.340168
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.340168
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 712, time: 1703861510.340168
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 645, time: 1703861510.340168
12/29/23-15:51:50 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861510.340168
12/29/23-15:51:50 DEBUG slot 0 in pan state...
12/29/23-15:51:50 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 205.41178155111 detected
12/29/23-15:51:50 DEBUG slot 1 in void state...
12/29/23-15:51:50 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:50 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861510.351741
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1355, time: 1703861510.351741
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861510.351741
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.351741
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 565, time: 1703861510.351741
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 320, time: 1703861510.351741
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861510.351741
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1356, time: 1703861510.351741
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 64, time: 1703861510.351741
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.351741
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 716, time: 1703861510.351741
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 641, time: 1703861510.351741
12/29/23-15:51:50 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861510.351741
12/29/23-15:51:50 DEBUG slot 0 in pan state...
12/29/23-15:51:50 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 209.53758612717 detected
12/29/23-15:51:50 DEBUG slot 1 in void state...
12/29/23-15:51:50 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:50 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861510.363372
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1355, time: 1703861510.363372
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861510.363372
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.363372
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 572, time: 1703861510.363372
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 321, time: 1703861510.363372
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861510.363372
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1356, time: 1703861510.363372
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 65, time: 1703861510.363372
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861510.363372
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 720, time: 1703861510.363372
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 637, time: 1703861510.363372
12/29/23-15:51:50 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861510.363372
12/29/23-15:51:50 DEBUG slot 0 in pan state...
12/29/23-15:51:50 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 214.59729728028 detected
12/29/23-15:51:50 DEBUG slot 1 in void state...
12/29/23-15:51:50 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:50 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861510.374994
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1355, time: 1703861510.374994
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861510.374994
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.374994
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 577, time: 1703861510.374994
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 322, time: 1703861510.374994
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861510.374994
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1356, time: 1703861510.374994
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 66, time: 1703861510.374994
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861510.374994
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 724, time: 1703861510.374994
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 633, time: 1703861510.374994
12/29/23-15:51:50 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861510.374994
12/29/23-15:51:50 DEBUG slot 0 in pan state...
12/29/23-15:51:50 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 219.73848092676 detected
12/29/23-15:51:50 DEBUG slot 1 in void state...
12/29/23-15:51:50 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:50 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861510.386555
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1355, time: 1703861510.386555
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861510.386555
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.386555
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 585, time: 1703861510.386555
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 323, time: 1703861510.386555
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861510.386555
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1356, time: 1703861510.386555
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 67, time: 1703861510.386555
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861510.386555
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 727, time: 1703861510.386555
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 629, time: 1703861510.386555
12/29/23-15:51:50 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861510.386555
12/29/23-15:51:50 DEBUG slot 0 in pan state...
12/29/23-15:51:50 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 224.80435938834 detected
12/29/23-15:51:50 DEBUG slot 1 in void state...
12/29/23-15:51:50 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:50 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861510.398120
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1355, time: 1703861510.398120
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861510.398120
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.398120
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 589, time: 1703861510.398120
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 323, time: 1703861510.398120
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861510.398120
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1356, time: 1703861510.398120
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 68, time: 1703861510.398120
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861510.398120
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 730, time: 1703861510.398120
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 626, time: 1703861510.398120
12/29/23-15:51:50 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861510.398120
12/29/23-15:51:50 DEBUG slot 0 in pan state...
12/29/23-15:51:50 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 228.96506283711 detected
12/29/23-15:51:50 DEBUG slot 1 in void state...
12/29/23-15:51:50 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:50 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861510.409768
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1355, time: 1703861510.409768
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861510.409768
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.409768
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 595, time: 1703861510.409768
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 322, time: 1703861510.409768
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861510.409768
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1356, time: 1703861510.409768
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 69, time: 1703861510.409768
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861510.409768
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 733, time: 1703861510.409768
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 622, time: 1703861510.409768
12/29/23-15:51:50 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861510.409768
12/29/23-15:51:50 DEBUG slot 0 in pan state...
12/29/23-15:51:50 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 233.13729860321 detected
12/29/23-15:51:50 DEBUG slot 1 in void state...
12/29/23-15:51:50 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:50 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861510.421127
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1355, time: 1703861510.421127
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861510.421127
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.421127
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 598, time: 1703861510.421127
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 322, time: 1703861510.421127
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861510.421127
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1356, time: 1703861510.421127
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 70, time: 1703861510.421127
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861510.421127
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 737, time: 1703861510.421127
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 619, time: 1703861510.421127
12/29/23-15:51:50 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861510.421127
12/29/23-15:51:50 DEBUG slot 0 in pan state...
12/29/23-15:51:50 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 237.32045845228 detected
12/29/23-15:51:50 DEBUG slot 1 in void state...
12/29/23-15:51:50 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:50 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861510.432791
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1355, time: 1703861510.432791
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861510.432791
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.432791
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 601, time: 1703861510.432791
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 322, time: 1703861510.432791
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861510.432791
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1356, time: 1703861510.432791
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 71, time: 1703861510.432791
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861510.432791
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 740, time: 1703861510.432791
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 616, time: 1703861510.432791
12/29/23-15:51:50 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861510.432791
12/29/23-15:51:50 DEBUG slot 0 in pan state...
12/29/23-15:51:50 DEBUG Contact:handleTwoFingerPan: two_finger_pan south 240.41006634498 detected
12/29/23-15:51:50 DEBUG slot 1 in void state...
12/29/23-15:51:50 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:50 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861510.444162
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1355, time: 1703861510.444162
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861510.444162
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.444162
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 601, time: 1703861510.444162
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 322, time: 1703861510.444162
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861510.444162
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1356, time: 1703861510.444162
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 72, time: 1703861510.444162
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861510.444162
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 742, time: 1703861510.444162
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 613, time: 1703861510.444162
12/29/23-15:51:50 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861510.444162
12/29/23-15:51:50 DEBUG slot 0 in pan state...
12/29/23-15:51:50 DEBUG Contact:handleTwoFingerPan: inward_pan vertical 522.42971564268 detected
12/29/23-15:51:50 DEBUG slot 1 in void state...
12/29/23-15:51:50 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:50 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861510.455677
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1355, time: 1703861510.455677
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861510.455677
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.455677
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 601, time: 1703861510.455677
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 322, time: 1703861510.455677
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861510.455677
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1356, time: 1703861510.455677
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 73, time: 1703861510.455677
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861510.455677
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 744, time: 1703861510.455677
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 611, time: 1703861510.455677
12/29/23-15:51:50 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861510.455677
12/29/23-15:51:50 DEBUG slot 0 in pan state...
12/29/23-15:51:50 DEBUG Contact:handleTwoFingerPan: inward_pan vertical 525.16356171545 detected
12/29/23-15:51:50 DEBUG slot 1 in void state...
12/29/23-15:51:50 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:50 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861510.467173
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1355, time: 1703861510.467173
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861510.467173
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.467173
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 601, time: 1703861510.467173
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 322, time: 1703861510.467173
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861510.467173
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1356, time: 1703861510.467173
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 74, time: 1703861510.467173
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861510.467173
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 746, time: 1703861510.467173
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 609, time: 1703861510.467173
12/29/23-15:51:50 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861510.467173
12/29/23-15:51:50 DEBUG slot 0 in pan state...
12/29/23-15:51:50 DEBUG Contact:handleTwoFingerPan: inward_pan vertical 527.89947062376 detected
12/29/23-15:51:50 DEBUG slot 1 in void state...
12/29/23-15:51:50 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:50 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861510.478874
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1355, time: 1703861510.478874
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861510.478874
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.478874
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 601, time: 1703861510.478874
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 322, time: 1703861510.478874
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861510.478874
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1356, time: 1703861510.478874
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 75, time: 1703861510.478874
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861510.478874
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 748, time: 1703861510.478874
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 607, time: 1703861510.478874
12/29/23-15:51:50 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861510.478874
12/29/23-15:51:50 DEBUG slot 0 in pan state...
12/29/23-15:51:50 DEBUG Contact:handleTwoFingerPan: inward_pan vertical 530.63737668413 detected
12/29/23-15:51:50 DEBUG slot 1 in void state...
12/29/23-15:51:50 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:50 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861510.490805
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1355, time: 1703861510.490805
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861510.490805
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.490805
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 601, time: 1703861510.490805
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 322, time: 1703861510.490805
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861510.490805
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1356, time: 1703861510.490805
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 75, time: 1703861510.490805
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861510.490805
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 751, time: 1703861510.490805
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 604, time: 1703861510.490805
12/29/23-15:51:50 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861510.490805
12/29/23-15:51:50 DEBUG slot 0 in pan state...
12/29/23-15:51:50 DEBUG Contact:handleTwoFingerPan: inward_pan vertical 534.74784339817 detected
12/29/23-15:51:50 DEBUG slot 1 in void state...
12/29/23-15:51:50 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:50 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861510.502435
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1355, time: 1703861510.502435
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 60, time: 1703861510.502435
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.502435
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 601, time: 1703861510.502435
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 322, time: 1703861510.502435
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861510.502435
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1356, time: 1703861510.502435
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 75, time: 1703861510.502435
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861510.502435
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 754, time: 1703861510.502435
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 599, time: 1703861510.502435
12/29/23-15:51:50 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861510.502435
12/29/23-15:51:50 DEBUG slot 0 in pan state...
12/29/23-15:51:50 DEBUG Contact:handleTwoFingerPan: inward_pan vertical 539.8980608702 detected
12/29/23-15:51:50 DEBUG slot 1 in void state...
12/29/23-15:51:50 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:50 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861510.513597
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1355, time: 1703861510.513597
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 59, time: 1703861510.513597
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861510.513597
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 601, time: 1703861510.513597
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 322, time: 1703861510.513597
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861510.513597
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: -1, time: 1703861510.513597
12/29/23-15:51:50 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861510.513597
12/29/23-15:51:50 DEBUG slot 0 in pan state...
12/29/23-15:51:50 DEBUG Contact:handleTwoFingerPan: inward_pan vertical 539.8980608702 detected
12/29/23-15:51:50 DEBUG slot 1 in void state...
12/29/23-15:51:50 DEBUG slot 1 in pan state...
12/29/23-15:51:50 DEBUG Contact:handleTwoFingerPan: inward_pan diagonal 539.8980608702 detected
12/29/23-15:51:50 DEBUG pinch diagonal 539.8980608702 detected
12/29/23-15:51:50 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:50 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:50 DEBUG show widget: table: 0x6c8c2500
12/29/23-15:51:50 DEBUG setDirty nil from widget table: 0x6c8c2500 w/ NO region; dithering: nil
12/29/23-15:51:50 DEBUG setDirty via a func from widget table: 0x6c8c2500
12/29/23-15:51:50 DEBUG painting widget: table: 0x6c8c2500
12/29/23-15:51:50 DEBUG _refresh: Enqueued ui update for region 332 9 407 100 dithering: false
12/29/23-15:51:50 DEBUG triggering refresh {
dither = false,
mode = "ui",
region = "407x100+332+9"
} --[[table: 0x6c8c6b80]]
12/29/23-15:51:50 DEBUG refresh: ui-mode 332 9 407 100 false
12/29/23-15:51:50 DEBUG mxc_update: 407x100 region @ (332, 9) with marker 26 (WFM: 257 & UPD: 0)
12/29/23-15:51:50 DEBUG CreDocument: set font size 36
12/29/23-15:51:50 INFO Inhibiting user input
12/29/23-15:51:50 DEBUG rendering hash changed: -180811535 > -1822229789
12/29/23-15:51:50 DEBUG but rendering delayed, will do partial renderings on draw
12/29/23-15:51:50 DEBUG _stepRerenderingAutomation( 1 ), currently 1
12/29/23-15:51:50 DEBUG _refresh: Enqueued partial update for region 0 0 1072 1448 dithering: false
12/29/23-15:51:50 DEBUG setDirty partial from widget ReaderUI w/ NO region; dithering: nil
12/29/23-15:51:50 DEBUG show widget: table: 0x6c8ca210
12/29/23-15:51:50 DEBUG setDirty nil from widget table: 0x6c8ca210 w/ NO region; dithering: nil
12/29/23-15:51:50 DEBUG setDirty via a func from widget table: 0x6c8ca210
12/29/23-15:51:50 DEBUG painting widget: ReaderUI
12/29/23-15:51:50 DEBUG readerview painting "1072x1448+0+0" to 0 0
12/29/23-15:51:50 DEBUG CreDocument: goto page 2 flow 0
12/29/23-15:51:50 DEBUG partial rerenderings done 3 > 5
12/29/23-15:51:50 DEBUG _refresh: Enqueued partial update for region 0 0 1072 1448 dithering: false
12/29/23-15:51:50 DEBUG setDirty partial from widget ReaderUI w/ NO region; dithering: nil
12/29/23-15:51:50 DEBUG blitFrom 0 0 0 0 58 58
12/29/23-15:51:50 DEBUG painting widget: table: 0x6c8c2500
12/29/23-15:51:50 DEBUG painting widget: table: 0x6c8ca210
12/29/23-15:51:50 DEBUG _refresh: Enqueued partial update for region 0 0 1072 1448 dithering: false
12/29/23-15:51:50 DEBUG triggering refresh {
dither = false,
mode = "partial",
region = "1072x1448+0+0"
} --[[table: 0x6c8d0658]]
12/29/23-15:51:50 DEBUG refresh: partial 0 0 1072 1448 false
12/29/23-15:51:50 DEBUG mxc_update: 1072x1448 region @ (0, 0) with marker 27 (WFM: 2 & UPD: 0)
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861510.523933
12/29/23-15:51:50 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: -1, time: 1703861510.523933
12/29/23-15:51:50 DEBUG key event => code: 330 (BTN_TOUCH), value: 0, time: 1703861510.523933
12/29/23-15:51:50 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861510.523933
12/29/23-15:51:50 INFO Restoring user input handling
12/29/23-15:51:51 DEBUG _stepRerenderingAutomation( nil ), currently 1
12/29/23-15:51:51 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1357, time: 1703861511.995753
12/29/23-15:51:51 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 64, time: 1703861511.995753
12/29/23-15:51:51 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861511.995753
12/29/23-15:51:51 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 884, time: 1703861511.995753
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 764, time: 1703861511.995753
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861511.995753
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1358, time: 1703861511.995753
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 59, time: 1703861511.995753
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861511.995753
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 647, time: 1703861511.995753
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 276, time: 1703861511.995753
12/29/23-15:51:52 DEBUG key event => code: 330 (BTN_TOUCH), value: 1, time: 1703861511.995753
12/29/23-15:51:52 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861511.995753
12/29/23-15:51:52 DEBUG GestureDetector:probeClockSource: Touch event timestamps appear to use CLOCK_REALTIME
12/29/23-15:51:52 DEBUG slot 0 in tap state...
12/29/23-15:51:52 DEBUG set up hold timer
12/29/23-15:51:52 DEBUG slot 1 in tap state...
12/29/23-15:51:52 DEBUG set up hold timer
12/29/23-15:51:52 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:52 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:52 DEBUG close widget: table: 0x6c8ca210
12/29/23-15:51:52 DEBUG setDirty via a func from widget nil
12/29/23-15:51:52 DEBUG Lower widget ReaderUI covers the full screen
12/29/23-15:51:52 DEBUG setDirty nil from widget ReaderUI w/ NO region; dithering: nil
12/29/23-15:51:52 DEBUG setDirty nil from widget table: 0x6c8c2500 w/ NO region; dithering: nil
12/29/23-15:51:52 DEBUG close widget: table: 0x6c8c2500
12/29/23-15:51:52 DEBUG setDirty via a func from widget nil
12/29/23-15:51:52 DEBUG Lower widget ReaderUI covers the full screen
12/29/23-15:51:52 DEBUG setDirty nil from widget ReaderUI w/ NO region; dithering: nil
12/29/23-15:51:52 DEBUG painting widget: ReaderUI
12/29/23-15:51:52 DEBUG readerview painting "1072x1448+0+0" to 0 0
12/29/23-15:51:52 DEBUG CreDocument: goto page 2 flow 0
12/29/23-15:51:52 DEBUG blitFrom 0 0 0 0 58 58
12/29/23-15:51:52 DEBUG _refresh: Enqueued ui update for region 354 109 364 100 dithering: false
12/29/23-15:51:52 DEBUG _refresh: Enqueued ui update for region 332 9 407 100 dithering: false
12/29/23-15:51:52 DEBUG triggering refresh {
dither = false,
mode = "ui",
region = "364x100+354+109"
} --[[table: 0x6c8d83b8]]
12/29/23-15:51:52 DEBUG refresh: ui-mode 354 109 364 100 false
12/29/23-15:51:52 DEBUG mxc_update: 364x100 region @ (354, 109) with marker 28 (WFM: 257 & UPD: 0)
12/29/23-15:51:52 DEBUG triggering refresh {
dither = false,
mode = "ui",
region = "407x100+332+9"
} --[[table: 0x6c8d8908]]
12/29/23-15:51:52 DEBUG refresh: ui-mode 332 9 407 100 false
12/29/23-15:51:52 DEBUG mxc_update: 407x100 region @ (332, 9) with marker 29 (WFM: 257 & UPD: 0)
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861512.007063
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1357, time: 1703861512.007063
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 64, time: 1703861512.007063
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861512.007063
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 884, time: 1703861512.007063
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 764, time: 1703861512.007063
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861512.007063
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1358, time: 1703861512.007063
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 59, time: 1703861512.007063
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861512.007063
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 647, time: 1703861512.007063
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 276, time: 1703861512.007063
12/29/23-15:51:52 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861512.007063
12/29/23-15:51:52 DEBUG slot 0 in tap state...
12/29/23-15:51:52 DEBUG slot 1 in tap state...
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861512.018878
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1357, time: 1703861512.018878
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 64, time: 1703861512.018878
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861512.018878
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 884, time: 1703861512.018878
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 764, time: 1703861512.018878
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861512.018878
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1358, time: 1703861512.018878
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 59, time: 1703861512.018878
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861512.018878
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 647, time: 1703861512.018878
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 276, time: 1703861512.018878
12/29/23-15:51:52 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861512.018878
12/29/23-15:51:52 DEBUG slot 0 in tap state...
12/29/23-15:51:52 DEBUG slot 1 in tap state...
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861512.027806
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1357, time: 1703861512.027806
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 64, time: 1703861512.027806
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861512.027806
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 884, time: 1703861512.027806
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 764, time: 1703861512.027806
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861512.027806
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1358, time: 1703861512.027806
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 59, time: 1703861512.027806
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861512.027806
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 647, time: 1703861512.027806
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 276, time: 1703861512.027806
12/29/23-15:51:52 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861512.027806
12/29/23-15:51:52 DEBUG slot 0 in tap state...
12/29/23-15:51:52 DEBUG slot 1 in tap state...
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861512.039709
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1357, time: 1703861512.039709
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 64, time: 1703861512.039709
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861512.039709
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 884, time: 1703861512.039709
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 764, time: 1703861512.039709
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861512.039709
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1358, time: 1703861512.039709
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 59, time: 1703861512.039709
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861512.039709
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 647, time: 1703861512.039709
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 276, time: 1703861512.039709
12/29/23-15:51:52 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861512.039709
12/29/23-15:51:52 DEBUG slot 0 in tap state...
12/29/23-15:51:52 DEBUG slot 1 in tap state...
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861512.051159
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1357, time: 1703861512.051159
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 64, time: 1703861512.051159
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861512.051159
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 884, time: 1703861512.051159
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 764, time: 1703861512.051159
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861512.051159
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1358, time: 1703861512.051159
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 59, time: 1703861512.051159
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861512.051159
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 647, time: 1703861512.051159
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 276, time: 1703861512.051159
12/29/23-15:51:52 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861512.051159
12/29/23-15:51:52 DEBUG slot 0 in tap state...
12/29/23-15:51:52 DEBUG slot 1 in tap state...
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861512.062736
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1357, time: 1703861512.062736
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 64, time: 1703861512.062736
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861512.062736
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 884, time: 1703861512.062736
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 764, time: 1703861512.062736
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861512.062736
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1358, time: 1703861512.062736
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 59, time: 1703861512.062736
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861512.062736
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 647, time: 1703861512.062736
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 276, time: 1703861512.062736
12/29/23-15:51:52 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861512.062736
12/29/23-15:51:52 DEBUG slot 0 in tap state...
12/29/23-15:51:52 DEBUG slot 1 in tap state...
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1358, time: 1703861512.073856
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 59, time: 1703861512.073856
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861512.073856
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 647, time: 1703861512.073856
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 276, time: 1703861512.073856
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861512.073856
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: -1, time: 1703861512.073856
12/29/23-15:51:52 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861512.073856
12/29/23-15:51:52 DEBUG slot 1 in tap state...
12/29/23-15:51:52 DEBUG slot 0 in tap state...
12/29/23-15:51:52 DEBUG two_finger_tap detected @ 551 766 with span 542.50622116249
12/29/23-15:51:52 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:52 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861512.083089
12/29/23-15:51:52 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: -1, time: 1703861512.083089
12/29/23-15:51:52 DEBUG key event => code: 330 (BTN_TOUCH), value: 0, time: 1703861512.083089
12/29/23-15:51:52 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861512.083089
12/29/23-15:51:52 DEBUG slot 1 in void state...
12/29/23-15:51:52 DEBUG Contact:voidState Contact lift detected
12/29/23-15:51:52 DEBUG close widget: table: 0x6c8c2500
12/29/23-15:51:52 DEBUG setDirty via a func from widget nil
12/29/23-15:51:52 DEBUG Lower widget ReaderUI covers the full screen
12/29/23-15:51:52 DEBUG _refresh: Enqueued ui update for region 332 9 407 100 dithering: false
12/29/23-15:51:52 DEBUG triggering refresh {
dither = false,
mode = "ui",
region = "407x100+332+9"
} --[[table: 0x6888af38]]
12/29/23-15:51:52 DEBUG refresh: ui-mode 332 9 407 100 false
12/29/23-15:51:52 DEBUG mxc_update: 407x100 region @ (332, 9) with marker 30 (WFM: 257 & UPD: 0)
12/29/23-15:51:52 DEBUG close widget: table: 0x6c8ca210
12/29/23-15:51:52 DEBUG setDirty via a func from widget nil
12/29/23-15:51:52 DEBUG Lower widget ReaderUI covers the full screen
12/29/23-15:51:52 DEBUG _stepRerenderingAutomation( nil ), currently 1
12/29/23-15:51:52 DEBUG _refresh: Enqueued ui update for region 354 109 364 100 dithering: false
12/29/23-15:51:52 DEBUG triggering refresh {
dither = false,
mode = "ui",
region = "364x100+354+109"
} --[[table: 0x6888ca98]]
12/29/23-15:51:52 DEBUG refresh: ui-mode 354 109 364 100 false
12/29/23-15:51:52 DEBUG mxc_update: 364x100 region @ (354, 109) with marker 31 (WFM: 257 & UPD: 0)
12/29/23-15:51:53 DEBUG _stepRerenderingAutomation( nil ), currently 1
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861514.147513
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1359, time: 1703861514.147513
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 77, time: 1703861514.147513
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861514.147513
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 962, time: 1703861514.147513
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 887, time: 1703861514.147513
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861514.147513
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1360, time: 1703861514.147513
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 67, time: 1703861514.147513
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861514.147513
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 636, time: 1703861514.147513
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 372, time: 1703861514.147513
12/29/23-15:51:54 DEBUG key event => code: 330 (BTN_TOUCH), value: 1, time: 1703861514.147513
12/29/23-15:51:54 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861514.147513
12/29/23-15:51:54 DEBUG slot 0 in tap state...
12/29/23-15:51:54 DEBUG set up hold timer
12/29/23-15:51:54 DEBUG slot 1 in tap state...
12/29/23-15:51:54 DEBUG set up hold timer
12/29/23-15:51:54 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:54 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861514.158389
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1359, time: 1703861514.158389
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 77, time: 1703861514.158389
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861514.158389
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 962, time: 1703861514.158389
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 887, time: 1703861514.158389
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861514.158389
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1360, time: 1703861514.158389
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 67, time: 1703861514.158389
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861514.158389
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 636, time: 1703861514.158389
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 372, time: 1703861514.158389
12/29/23-15:51:54 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861514.158389
12/29/23-15:51:54 DEBUG slot 0 in tap state...
12/29/23-15:51:54 DEBUG slot 1 in tap state...
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861514.169933
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1359, time: 1703861514.169933
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 77, time: 1703861514.169933
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861514.169933
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 962, time: 1703861514.169933
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 887, time: 1703861514.169933
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861514.169933
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1360, time: 1703861514.169933
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 67, time: 1703861514.169933
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861514.169933
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 636, time: 1703861514.169933
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 372, time: 1703861514.169933
12/29/23-15:51:54 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861514.169933
12/29/23-15:51:54 DEBUG slot 0 in tap state...
12/29/23-15:51:54 DEBUG slot 1 in tap state...
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861514.179753
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1359, time: 1703861514.179753
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 77, time: 1703861514.179753
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861514.179753
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 962, time: 1703861514.179753
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 887, time: 1703861514.179753
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861514.179753
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1360, time: 1703861514.179753
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 67, time: 1703861514.179753
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861514.179753
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 636, time: 1703861514.179753
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 372, time: 1703861514.179753
12/29/23-15:51:54 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861514.179753
12/29/23-15:51:54 DEBUG slot 0 in tap state...
12/29/23-15:51:54 DEBUG slot 1 in tap state...
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861514.191022
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1359, time: 1703861514.191022
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 76, time: 1703861514.191022
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861514.191022
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 962, time: 1703861514.191022
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 887, time: 1703861514.191022
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861514.191022
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1360, time: 1703861514.191022
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 67, time: 1703861514.191022
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861514.191022
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 636, time: 1703861514.191022
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 372, time: 1703861514.191022
12/29/23-15:51:54 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861514.191022
12/29/23-15:51:54 DEBUG slot 0 in tap state...
12/29/23-15:51:54 DEBUG slot 1 in tap state...
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1360, time: 1703861514.201792
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 66, time: 1703861514.201792
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 4, time: 1703861514.201792
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 636, time: 1703861514.201792
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 372, time: 1703861514.201792
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861514.201792
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: -1, time: 1703861514.201792
12/29/23-15:51:54 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861514.201792
12/29/23-15:51:54 DEBUG slot 1 in tap state...
12/29/23-15:51:54 DEBUG slot 0 in tap state...
12/29/23-15:51:54 DEBUG two_finger_tap detected @ 442 799 with span 609.50881864006
12/29/23-15:51:54 DEBUG AutoSuspend: onInputEvent
12/29/23-15:51:54 DEBUG AutoTurn: onInputEvent
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 1, time: 1703861514.211501
12/29/23-15:51:54 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: -1, time: 1703861514.211501
12/29/23-15:51:54 DEBUG key event => code: 330 (BTN_TOUCH), value: 0, time: 1703861514.211501
12/29/23-15:51:54 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861514.211501
12/29/23-15:51:54 DEBUG slot 1 in void state...
12/29/23-15:51:54 DEBUG Contact:voidState Contact lift detected
12/29/23-15:51:54 DEBUG _stepRerenderingAutomation( nil ), currently 1
12/29/23-15:51:55 DEBUG _stepRerenderingAutomation( nil ), currently 1
12/29/23-15:51:55 DEBUG _stepRerenderingAutomation( 2 ), currently 1
12/29/23-15:51:55 DEBUG _stepRerenderingAutomation 1 > 2
12/29/23-15:51:55 DEBUG _refresh: Enqueued ui update for region 0 0 1072 58 dithering: false
12/29/23-15:51:55 DEBUG setDirty ui from widget ReaderUI w/ region 0 0 1072 58 dithering: nil
12/29/23-15:51:55 DEBUG painting widget: ReaderUI
12/29/23-15:51:55 DEBUG readerview painting "1072x1448+0+0" to 0 0
12/29/23-15:51:55 DEBUG CreDocument: goto page 2 flow 0
12/29/23-15:51:55 DEBUG blitFrom 0 0 0 0 58 58
12/29/23-15:51:55 DEBUG triggering refresh {
dither = false,
mode = "ui",
region = "1072x58+0+0"
} --[[table: 0x68861268]]
12/29/23-15:51:55 DEBUG refresh: ui-mode 0 0 1072 58 false
12/29/23-15:51:55 DEBUG mxc_update: 1072x58 region @ (0, 0) with marker 32 (WFM: 257 & UPD: 0)
12/29/23-15:51:55 DEBUG background rerendering started for hash -1822229789
12/29/23-15:51:56 DEBUG _stepRerenderingAutomation( nil ), currently 2
12/29/23-15:51:57 DEBUG _stepRerenderingAutomation( nil ), currently 2
12/29/23-15:51:57 DEBUG _stepRerenderingAutomation( 3 ), currently 2
12/29/23-15:51:57 DEBUG _stepRerenderingAutomation 2 > 3
12/29/23-15:51:57 DEBUG _refresh: Enqueued ui update for region 0 0 1072 58 dithering: false
12/29/23-15:51:57 DEBUG setDirty ui from widget ReaderUI w/ region 0 0 1072 58 dithering: nil
12/29/23-15:51:57 DEBUG painting widget: ReaderUI
12/29/23-15:51:57 DEBUG readerview painting "1072x1448+0+0" to 0 0
12/29/23-15:51:57 DEBUG CreDocument: goto page 2 flow 0
12/29/23-15:51:57 DEBUG ImageWidget: _render'ing resources/icons/mdlight/cre.render.ready.svg 58 58
12/29/23-15:51:57 DEBUG renderSVG resources/icons/mdlight/cre.render.ready.svg 1.2083333333333 48 48 > 58 58 0 0
12/29/23-15:51:57 DEBUG cache image|resources/icons/mdlight/cre.render.ready.svg|58|58true
12/29/23-15:51:57 DEBUG ImageWidget: initial offsets 0 0
12/29/23-15:51:57 DEBUG blitFrom 0 0 0 0 58 58
12/29/23-15:51:57 DEBUG triggering refresh {
dither = false,
mode = "ui",
region = "1072x58+0+0"
} --[[table: 0x68864198]]
12/29/23-15:51:57 DEBUG refresh: ui-mode 0 0 1072 58 false
12/29/23-15:51:57 DEBUG mxc_update: 1072x58 region @ (0, 0) with marker 33 (WFM: 257 & UPD: 0)
12/29/23-15:51:58 DEBUG _stepRerenderingAutomation( nil ), currently 3
12/29/23-15:51:59 DEBUG _stepRerenderingAutomation( nil ), currently 3
12/29/23-15:51:59 DEBUG _stepRerenderingAutomation( 4 ), currently 3
12/29/23-15:51:59 DEBUG _stepRerenderingAutomation 3 > 4
12/29/23-15:51:59 DEBUG _refresh: Enqueued ui update for region 0 0 1072 58 dithering: false
12/29/23-15:51:59 DEBUG setDirty ui from widget ReaderUI w/ region 0 0 1072 58 dithering: nil
12/29/23-15:51:59 DEBUG painting widget: ReaderUI
12/29/23-15:51:59 DEBUG readerview painting "1072x1448+0+0" to 0 0
12/29/23-15:51:59 DEBUG CreDocument: goto page 2 flow 0
12/29/23-15:51:59 DEBUG ImageWidget: _render'ing resources/icons/mdlight/cre.render.reload.svg 58 58
12/29/23-15:51:59 DEBUG renderSVG resources/icons/mdlight/cre.render.reload.svg 1.2083333333333 48 48 > 58 58 0 0
12/29/23-15:51:59 DEBUG cache image|resources/icons/mdlight/cre.render.reload.svg|58|58true
12/29/23-15:51:59 DEBUG ImageWidget: initial offsets 0 0
12/29/23-15:51:59 DEBUG blitFrom 0 0 0 0 58 58
12/29/23-15:51:59 DEBUG triggering refresh {
dither = false,
mode = "ui",
region = "1072x58+0+0"
} --[[table: 0x68867280]]
12/29/23-15:51:59 DEBUG refresh: ui-mode 0 0 1072 58 false
12/29/23-15:51:59 DEBUG mxc_update: 1072x58 region @ (0, 0) with marker 34 (WFM: 257 & UPD: 0)
12/29/23-15:52:00 DEBUG _stepRerenderingAutomation( nil ), currently 4
12/29/23-15:52:00 DEBUG rerendering subprocess: going on saving cache
12/29/23-15:52:01 DEBUG rerendering subprocess done
12/29/23-15:52:01 DEBUG attempted to close a nil widget
12/29/23-15:52:01 DEBUG clear selection
12/29/23-15:52:01 DEBUG closing reader
12/29/23-15:52:01 DEBUG closing document
12/29/23-15:52:01 DEBUG ReaderFooter: unschedule autoRefreshFooter
12/29/23-15:52:01 DEBUG ReaderCoptListener.headerRefresh unscheduled
12/29/23-15:52:01 DEBUG UIManager:allowStandby, counter decreased to 0
12/29/23-15:52:01 DEBUG cre cache used: ./cache/cr3cache/Harry_Potter-ing_35_.epub.31773a37.1.cr3
12/29/23-15:52:01 DEBUG AutoTurn: onCloseDocument
12/29/23-15:52:02 DEBUG close widget: ReaderUI
12/29/23-15:52:02 DEBUG DocSettings: Writing to /mnt/onboard/Harry Potter en de Steen der Wijzen - J. K. Rowling (35).sdr/metadata.epub.lua
12/29/23-15:52:02 DEBUG AutoSuspend: onCloseWidget
12/29/23-15:52:02 DEBUG AutoSuspend: unschedule suspend/shutdown timer
12/29/23-15:52:02 DEBUG AutoTurn: onCloseWidget
12/29/23-15:52:02 DEBUG Tearing down ReaderUI table: 0x75ff1f68
12/29/23-15:52:02 DEBUG show reader ui
12/29/23-15:52:02 DEBUG ImageWidget: _render'ing resources/icons/mdlight/notice-info.svg 72 72
12/29/23-15:52:02 DEBUG ImageWidget: initial offsets 0 0
12/29/23-15:52:02 DEBUG show widget: table: 0x688796c8
12/29/23-15:52:02 DEBUG setDirty nil from widget table: 0x688796c8 w/ NO region; dithering: nil
12/29/23-15:52:02 DEBUG setDirty via a func from widget table: 0x688796c8
12/29/23-15:52:02 DEBUG _refresh: Enqueued ui update for region 0 0 1072 1448 dithering: false
12/29/23-15:52:02 DEBUG triggering refresh {
dither = false,
mode = "ui",
region = "1072x1448+0+0"
} --[[table: 0x72fa1a60]]
12/29/23-15:52:02 DEBUG refresh: ui-mode 0 0 1072 1448 false
12/29/23-15:52:02 DEBUG mxc_update: 1072x1448 region @ (0, 0) with marker 35 (WFM: 257 & UPD: 0)
12/29/23-15:52:02 DEBUG close widget: table: 0x688796c8
12/29/23-15:52:02 DEBUG creating coroutine for showing reader
12/29/23-15:52:02 INFO opening file /mnt/onboard/Harry Potter en de Steen der Wijzen - J. K. Rowling (35).epub
12/29/23-15:52:02 DEBUG CreDocument: using cre call cache
12/29/23-15:52:02 INFO Inhibiting user input
12/29/23-15:52:02 DEBUG DocSettings: data is read from /mnt/onboard/Harry Potter en de Steen der Wijzen - J. K. Rowling (35).sdr/metadata.epub.lua
12/29/23-15:52:02 DEBUG ImageWidget: _render'ing resources/icons/mdlight/book.opened.svg 58 58
12/29/23-15:52:02 DEBUG ImageWidget: initial offsets 0 0
12/29/23-15:52:02 DEBUG CreDocument: applied cr3.ini default settings.
12/29/23-15:52:02 DEBUG CreDocument: set fallback font faces: Noto Sans CJK SC|Noto Naskh Arabic|Noto Sans Devanagari UI|Noto Sans Bengali UI|FreeSans|FreeSerif|Noto Serif|Noto Sans
12/29/23-15:52:02 DEBUG CreDocument: set adjusted fallback font sizes true
12/29/23-15:52:02 DEBUG CreDocument: set monospace font scaling 100
12/29/23-15:52:02 DEBUG building font face menu table
12/29/23-15:52:02 DEBUG RD loaded plugin SSH at plugins/SSH.koplugin
12/29/23-15:52:02 DEBUG RD loaded plugin archiveviewer at plugins/archiveviewer.koplugin
12/29/23-15:52:02 DEBUG RD loaded plugin autodim at plugins/autodim.koplugin
12/29/23-15:52:02 DEBUG AutoSuspend: init
12/29/23-15:52:02 DEBUG AutoSuspend: start suspend/shutdown timer at 7123.576305
12/29/23-15:52:02 DEBUG AutoSuspend: scheduling next suspend check in 900
12/29/23-15:52:02 DEBUG AutoSuspend: scheduling next shutdown check in 259200
12/29/23-15:52:02 DEBUG RD loaded plugin autosuspend at plugins/autosuspend.koplugin
12/29/23-15:52:02 DEBUG RD loaded plugin autoturn at plugins/autoturn.koplugin
12/29/23-15:52:02 DEBUG AutoWarmth: scheduleMidnightUpdate
12/29/23-15:52:02 DEBUG RD loaded plugin autowarmth at plugins/autowarmth.koplugin
12/29/23-15:52:02 DEBUG RD loaded plugin backgroundrunner at plugins/backgroundrunner.koplugin
12/29/23-15:52:02 DEBUG RD loaded plugin batterystat at plugins/batterystat.koplugin
12/29/23-15:52:02 DEBUG RD loaded plugin bookshortcuts at plugins/bookshortcuts.koplugin
12/29/23-15:52:02 DEBUG RD loaded plugin calibre at plugins/calibre.koplugin
12/29/23-15:52:02 DEBUG RD loaded plugin coverbrowser at plugins/coverbrowser.koplugin
12/29/23-15:52:02 DEBUG RD loaded plugin docsettingtweak at plugins/docsettingtweak.koplugin
12/29/23-15:52:02 DEBUG RD loaded plugin exporter at plugins/exporter.koplugin
12/29/23-15:52:02 DEBUG ExternalKeyboard: role device
12/29/23-15:52:02 DEBUG RD loaded plugin externalkeyboard at plugins/externalkeyboard.koplugin
12/29/23-15:52:02 DEBUG RD loaded plugin gestures at plugins/gestures.koplugin
12/29/23-15:52:02 DEBUG language support: overriding existing japanese plugin
12/29/23-15:52:02 DEBUG RD loaded plugin japanese at plugins/japanese.koplugin
12/29/23-15:52:02 DEBUG RD loaded plugin keepalive at plugins/keepalive.koplugin
12/29/23-15:52:02 DEBUG RD loaded plugin kosync at plugins/kosync.koplugin
12/29/23-15:52:02 DEBUG RD loaded plugin movetoarchive at plugins/movetoarchive.koplugin
12/29/23-15:52:02 DEBUG RD loaded plugin newsdownloader at plugins/newsdownloader.koplugin
12/29/23-15:52:02 DEBUG RD loaded plugin opds at plugins/opds.koplugin
12/29/23-15:52:02 DEBUG RD loaded plugin patch_management at plugins/patchmanagement.koplugin
12/29/23-15:52:02 DEBUG RD loaded plugin perceptionexpander at plugins/perceptionexpander.koplugin
12/29/23-15:52:02 DEBUG RD loaded plugin profiles at plugins/profiles.koplugin
12/29/23-15:52:02 DEBUG RD loaded plugin qrclipboard at plugins/qrclipboard.koplugin
12/29/23-15:52:02 DEBUG RD loaded plugin readtimer at plugins/readtimer.koplugin
12/29/23-15:52:02 DEBUG RD loaded plugin statistics at plugins/statistics.koplugin
12/29/23-15:52:02 DEBUG RD loaded plugin systemstat at plugins/systemstat.koplugin
12/29/23-15:52:02 DEBUG RD loaded plugin terminal at plugins/terminal.koplugin
12/29/23-15:52:02 DEBUG RD loaded plugin texteditor at plugins/texteditor.koplugin
12/29/23-15:52:02 DEBUG RD loaded plugin timesync at plugins/timesync.koplugin
12/29/23-15:52:02 DEBUG RD loaded plugin vocabbuilder at plugins/vocabbuilder.koplugin
12/29/23-15:52:02 DEBUG RD loaded plugin wallabag at plugins/wallabag.koplugin
12/29/23-15:52:02 DEBUG CreDocument: set view mode page
12/29/23-15:52:02 DEBUG CreDocument: set status line property 1
12/29/23-15:52:02 DEBUG made tweak css:
*[type~="note"],
*[type~="endnote"],
*[type~="footnote"],
*[type~="rearnote"],
*[role~="doc-note"],
*[role~="doc-endnote"],
*[role~="doc-footnote"],
*[role~="doc-rearnote"]
{
-cr-only-if: -fb2-document;
-cr-hint: footnote-inpage;
margin: 0 !important;
font-size: 0.8rem !important;
}
body[name="notes"] section {
-cr-only-if: fb2-document;
-cr-hint: footnote-inpage;
margin: 0 !important;
}
body[name="notes"] > section {
-cr-only-if: fb2-document;
font-size: 0.75rem;
}
body[name="notes"] > title {
-cr-only-if: fb2-document;
margin-bottom: 0;
padding-bottom: 0.5em;
}[END]
12/29/23-15:52:02 DEBUG CreDocument: set style sheet: ./data/epub.css and appended content (649 bytes)
12/29/23-15:52:02 DEBUG CreDocument: set embedded fonts 1
12/29/23-15:52:02 DEBUG CreDocument: set embedded style sheet 1
12/29/23-15:52:02 DEBUG CreDocument: set block rendering flags 0x7fffffff
12/29/23-15:52:02 DEBUG CreDocument: set render dpi 96
12/29/23-15:52:02 DEBUG CreDocument: set page margins 18 27 18 55
12/29/23-15:52:02 DEBUG CreDocument: set txt preformatted 1
12/29/23-15:52:02 DEBUG CreDocument: set smooth scaling false
12/29/23-15:52:02 DEBUG CreDocument: set nightmode images true
12/29/23-15:52:02 DEBUG CreDocument: set font face Noto Serif
12/29/23-15:52:02 DEBUG CreDocument: set header font Noto Sans
12/29/23-15:52:02 DEBUG CreDocument: set font size 36
12/29/23-15:52:02 DEBUG CreDocument: set font base weight 0 = 400
12/29/23-15:52:02 DEBUG CreDocument: set font hinting mode 2
12/29/23-15:52:02 DEBUG CreDocument: set font kerning mode 3
12/29/23-15:52:02 DEBUG CreDocument: set space width scale 95
12/29/23-15:52:02 DEBUG CreDocument: set space condensing 75
12/29/23-15:52:02 DEBUG CreDocument: set word expansion 0
12/29/23-15:52:02 DEBUG CreDocument: set cjk width scaling 100
12/29/23-15:52:02 DEBUG CreDocument: set interline space 100
12/29/23-15:52:02 DEBUG CreDocument: set gamma index 15
12/29/23-15:52:02 DEBUG CreDocument: set font-family font faces: ||||||FreeSerif||
12/29/23-15:52:02 DEBUG CreDocument: set textlang embedded langs true
12/29/23-15:52:02 DEBUG CreDocument: set textlang hyphenation enabled true
12/29/23-15:52:02 DEBUG CreDocument: set hyphenation trust soft hyphens 0
12/29/23-15:52:02 DEBUG CreDocument: set textlang hyphenation soft hyphens only false
12/29/23-15:52:02 DEBUG CreDocument: set textlang hyphenation force algorithmic false
12/29/23-15:52:02 DEBUG CreDocument: set hyphenation left hyphen min 0
12/29/23-15:52:02 DEBUG CreDocument: set hyphenation right hyphen min 0
12/29/23-15:52:02 DEBUG CreDocument: set floating punctuation 0
12/29/23-15:52:02 DEBUG Typography lang: using nl from doc settings
12/29/23-15:52:02 DEBUG CreDocument: set textlang main lang nl
12/29/23-15:52:02 DEBUG UserHyph: reset user hyphenation dict
12/29/23-15:52:02 DEBUG CreDocument: requesting DOM version: 20210904
12/29/23-15:52:02 DEBUG CreDocument: set visible page count 1
12/29/23-15:52:02 DEBUG CreDocument: loading document...
12/29/23-15:52:02 DEBUG CreDocument: loading done.
12/29/23-15:52:02 DEBUG loading took 0.030 seconds
12/29/23-15:52:02 DEBUG Typography lang: not overriding nl with doc language: nl
12/29/23-15:52:02 DEBUG CreDocument: rendering document...
12/29/23-15:52:02 DEBUG CreDocument: rendering done.
12/29/23-15:52:02 DEBUG rendering took 0.007 seconds
12/29/23-15:52:02 DEBUG validateAndFixToc(): quick scan
12/29/23-15:52:02 DEBUG validateAndFixToc(): TOC is fine
12/29/23-15:52:02 DEBUG CreDocument: goto page 2 flow 0
12/29/23-15:52:02 DEBUG _refresh: Enqueued partial update for region 0 0 1072 1448 dithering: false
12/29/23-15:52:02 DEBUG setDirty partial from widget ReaderUI w/ NO region; dithering: nil
12/29/23-15:52:02 DEBUG CreDocument: goto xpointer /body/DocFragment[2]/body/div/p[1]/text().0
12/29/23-15:52:02 DEBUG _refresh: Enqueued partial update for region 0 0 1072 1448 dithering: false
12/29/23-15:52:02 DEBUG setDirty partial from widget ReaderUI w/ NO region; dithering: nil
12/29/23-15:52:02 DEBUG CreDocument: set bookmarks highlight and internal history false
12/29/23-15:52:02 DEBUG _refresh: Enqueued partial update for region 0 0 1072 1448 dithering: false
12/29/23-15:52:02 DEBUG setDirty partial from widget ReaderUI w/ NO region; dithering: nil
12/29/23-15:52:02 DEBUG ReaderStatistics: No timestamp for previous page 0
12/29/23-15:52:02 DEBUG Spinning up new ReaderUI instance table: 0x744c6910
12/29/23-15:52:02 DEBUG show widget: ReaderUI
12/29/23-15:52:02 DEBUG _refresh: Enqueued partial update for region 0 0 1072 1448 dithering: false
12/29/23-15:52:02 DEBUG setDirty ui from widget ReaderUI w/ NO region; dithering: nil
12/29/23-15:52:02 DEBUG painting widget: ReaderUI
12/29/23-15:52:02 DEBUG readerview painting "1072x1448+0+0" to 0 0
12/29/23-15:52:02 DEBUG CreDocument: goto page 2 flow 0
12/29/23-15:52:02 DEBUG triggering refresh {
dither = false,
mode = "partial",
region = "1072x1448+0+0"
} --[[table: 0x7467fe00]]
12/29/23-15:52:02 DEBUG refresh: partial 0 0 1072 1448 false
12/29/23-15:52:02 DEBUG mxc_update: 1072x1448 region @ (0, 0) with marker 36 (WFM: 2 & UPD: 0)
12/29/23-15:52:02 DEBUG UIManager:_standbyTransition -> AllowStandby
12/29/23-15:52:02 DEBUG key event => code: 10010 (UsbPlugIn), value: 1, time: 0.000000
12/29/23-15:52:02 DEBUG AutoSuspend: onInputEvent
12/29/23-15:52:02 DEBUG AutoTurn: onInputEvent
12/29/23-15:52:02 DEBUG ImageWidget: _render'ing resources/icons/mdlight/notice-question.svg 72 72
12/29/23-15:52:02 DEBUG renderSVG resources/icons/mdlight/notice-question.svg 1.5 48 48 > 72 72 0 0
12/29/23-15:52:02 DEBUG cache image|resources/icons/mdlight/notice-question.svg|72|72true
12/29/23-15:52:02 DEBUG ImageWidget: initial offsets 0 0
12/29/23-15:52:02 DEBUG Found font: NotoSans-Bold.ttf in ./fonts/noto/NotoSans-Bold.ttf
12/29/23-15:52:02 DEBUG show widget: table: 0x75d0bce8
12/29/23-15:52:02 DEBUG setDirty nil from widget table: 0x75d0bce8 w/ NO region; dithering: nil
12/29/23-15:52:02 DEBUG setDirty via a func from widget table: 0x75d0bce8
12/29/23-15:52:02 DEBUG painting widget: table: 0x75d0bce8
12/29/23-15:52:02 DEBUG blitFrom 134 641 0 0 72 72
12/29/23-15:52:02 DEBUG _refresh: Enqueued ui update for region 113 620 846 207 dithering: false
12/29/23-15:52:02 DEBUG triggering refresh {
dither = false,
mode = "ui",
region = "846x207+113+620"
} --[[table: 0x7602e8a8]]
12/29/23-15:52:02 DEBUG refresh: ui-mode 113 620 846 207 false
12/29/23-15:52:02 DEBUG mxc_update: 846x207 region @ (113, 620) with marker 37 (WFM: 257 & UPD: 0)
12/29/23-15:52:02 INFO Restoring user input handling
12/29/23-15:52:03 DEBUG input event => type: 3 (EV_ABS), code: 47 (ABS_MT_SLOT), value: 0, time: 1703861523.896050
12/29/23-15:52:03 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1361, time: 1703861523.896050
12/29/23-15:52:03 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861523.896050
12/29/23-15:52:03 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861523.896050
12/29/23-15:52:03 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 777, time: 1703861523.896050
12/29/23-15:52:03 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 261, time: 1703861523.896050
12/29/23-15:52:03 DEBUG key event => code: 330 (BTN_TOUCH), value: 1, time: 1703861523.896050
12/29/23-15:52:03 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861523.896050
12/29/23-15:52:03 DEBUG GestureDetector:probeClockSource: Touch event timestamps appear to use CLOCK_REALTIME
12/29/23-15:52:03 DEBUG slot 0 in tap state...
12/29/23-15:52:03 DEBUG set up hold timer
12/29/23-15:52:03 DEBUG AutoSuspend: onInputEvent
12/29/23-15:52:03 DEBUG AutoTurn: onInputEvent
12/29/23-15:52:03 DEBUG MovableContainer:onMovableTouch {
ges = "touch",
pos = "0x0+810+777",
time = 1703861523896050
} --[[table: 0x75d37340]]
12/29/23-15:52:03 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1361, time: 1703861523.906806
12/29/23-15:52:03 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 61, time: 1703861523.906806
12/29/23-15:52:03 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861523.906806
12/29/23-15:52:03 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 777, time: 1703861523.906806
12/29/23-15:52:03 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 261, time: 1703861523.906806
12/29/23-15:52:03 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861523.906806
12/29/23-15:52:03 DEBUG slot 0 in tap state...
12/29/23-15:52:03 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1361, time: 1703861523.918172
12/29/23-15:52:03 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 62, time: 1703861523.918172
12/29/23-15:52:03 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861523.918172
12/29/23-15:52:03 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 777, time: 1703861523.918172
12/29/23-15:52:03 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 261, time: 1703861523.918172
12/29/23-15:52:03 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861523.918172
12/29/23-15:52:03 DEBUG slot 0 in tap state...
12/29/23-15:52:03 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1361, time: 1703861523.927609
12/29/23-15:52:03 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 63, time: 1703861523.927609
12/29/23-15:52:03 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861523.927609
12/29/23-15:52:03 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 777, time: 1703861523.927609
12/29/23-15:52:03 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 261, time: 1703861523.927609
12/29/23-15:52:03 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861523.927609
12/29/23-15:52:03 DEBUG slot 0 in tap state...
12/29/23-15:52:03 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1361, time: 1703861523.939008
12/29/23-15:52:03 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 64, time: 1703861523.939008
12/29/23-15:52:03 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861523.939008
12/29/23-15:52:03 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 777, time: 1703861523.939008
12/29/23-15:52:03 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 261, time: 1703861523.939008
12/29/23-15:52:03 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861523.939008
12/29/23-15:52:03 DEBUG slot 0 in tap state...
12/29/23-15:52:03 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1361, time: 1703861523.950612
12/29/23-15:52:03 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 65, time: 1703861523.950612
12/29/23-15:52:03 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861523.950612
12/29/23-15:52:03 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 777, time: 1703861523.950612
12/29/23-15:52:03 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 261, time: 1703861523.950612
12/29/23-15:52:03 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861523.950612
12/29/23-15:52:03 DEBUG slot 0 in tap state...
12/29/23-15:52:03 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1361, time: 1703861523.962206
12/29/23-15:52:03 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 66, time: 1703861523.962206
12/29/23-15:52:03 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861523.962206
12/29/23-15:52:03 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 777, time: 1703861523.962206
12/29/23-15:52:03 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 261, time: 1703861523.962206
12/29/23-15:52:03 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861523.962206
12/29/23-15:52:03 DEBUG slot 0 in tap state...
12/29/23-15:52:03 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1361, time: 1703861523.973799
12/29/23-15:52:03 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 67, time: 1703861523.973799
12/29/23-15:52:03 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861523.973799
12/29/23-15:52:03 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 777, time: 1703861523.973799
12/29/23-15:52:03 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 261, time: 1703861523.973799
12/29/23-15:52:03 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861523.973799
12/29/23-15:52:03 DEBUG slot 0 in tap state...
12/29/23-15:52:03 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1361, time: 1703861523.985398
12/29/23-15:52:03 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 68, time: 1703861523.985398
12/29/23-15:52:03 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861523.985398
12/29/23-15:52:03 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 777, time: 1703861523.985398
12/29/23-15:52:03 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 261, time: 1703861523.985398
12/29/23-15:52:03 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861523.985398
12/29/23-15:52:03 DEBUG slot 0 in tap state...
12/29/23-15:52:03 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: 1361, time: 1703861523.996992
12/29/23-15:52:03 DEBUG input event => type: 3 (EV_ABS), code: 58 (ABS_MT_PRESSURE), value: 68, time: 1703861523.996992
12/29/23-15:52:03 DEBUG input event => type: 3 (EV_ABS), code: 48 (ABS_MT_TOUCH_MAJOR), value: 3, time: 1703861523.996992
12/29/23-15:52:03 DEBUG input event => type: 3 (EV_ABS), code: 53 (ABS_MT_POSITION_X), value: 777, time: 1703861523.996992
12/29/23-15:52:03 DEBUG input event => type: 3 (EV_ABS), code: 54 (ABS_MT_POSITION_Y), value: 261, time: 1703861523.996992
12/29/23-15:52:03 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861523.996992
12/29/23-15:52:03 DEBUG slot 0 in tap state...
12/29/23-15:52:04 DEBUG input event => type: 3 (EV_ABS), code: 57 (ABS_MT_TRACKING_ID), value: -1, time: 1703861524.008098
12/29/23-15:52:04 DEBUG key event => code: 330 (BTN_TOUCH), value: 0, time: 1703861524.008098
12/29/23-15:52:04 DEBUG input event => type: 0 (EV_SYN), code: 0 (SYN_REPORT), value: 0, time: 1703861524.008098
12/29/23-15:52:04 DEBUG slot 0 in tap state...
12/29/23-15:52:04 DEBUG Contact:handleDoubleTap: single tap detected @ 810 777
12/29/23-15:52:04 DEBUG AutoSuspend: onInputEvent
12/29/23-15:52:04 DEBUG AutoTurn: onInputEvent
12/29/23-15:52:04 DEBUG Explicit widgetRepaint: table: 0x74820280 @ 537 737
12/29/23-15:52:04 DEBUG _refresh: Enqueued fast update for region 537 737 401 74 dithering: false
12/29/23-15:52:04 DEBUG setDirty fast from widget nil w/ region 537 737 401 74 dithering: nil
12/29/23-15:52:04 DEBUG triggering refresh {
dither = false,
mode = "fast",
region = "401x74+537+737"
} --[[table: 0x745ef6f0]]
12/29/23-15:52:04 DEBUG refresh: fast 537 737 401 74 false
12/29/23-15:52:04 DEBUG mxc_update: 401x74 region @ (537, 737) with marker 38 (WFM: 1 & UPD: 0)
12/29/23-15:52:04 DEBUG Explicit widgetRepaint: table: 0x74820280 @ 537 737
12/29/23-15:52:04 DEBUG _refresh: Enqueued fast update for region 537 737 401 74 dithering: false
12/29/23-15:52:04 DEBUG setDirty fast from widget nil w/ region 537 737 401 74 dithering: nil
12/29/23-15:52:04 DEBUG DocSettings: Writing to /mnt/onboard/Harry Potter en de Steen der Wijzen - J. K. Rowling (35).sdr/metadata.epub.lua
12/29/23-15:52:04 INFO Exiting KOReader to enter USBMS mode...
12/29/23-15:52:04 DEBUG close widget: table: 0x75d0bce8
12/29/23-15:52:04 DEBUG setDirty via a func from widget nil
12/29/23-15:52:04 DEBUG Lower widget ReaderUI covers the full screen
12/29/23-15:52:04 DEBUG setDirty nil from widget ReaderUI w/ NO region; dithering: nil
12/29/23-15:52:04 DEBUG close widget: table: 0x75d0bce8
12/29/23-15:52:04 DEBUG setDirty via a func from widget nil
12/29/23-15:52:04 DEBUG Lower widget ReaderUI covers the full screen
12/29/23-15:52:04 DEBUG attempted to close a nil widget
12/29/23-15:52:04 DEBUG clear selection
12/29/23-15:52:04 DEBUG closing reader
12/29/23-15:52:04 DEBUG closing document
12/29/23-15:52:04 DEBUG ReaderFooter: unschedule autoRefreshFooter
12/29/23-15:52:04 DEBUG ReaderCoptListener.headerRefresh unscheduled
12/29/23-15:52:04 DEBUG cre cache used: ./cache/cr3cache/Harry_Potter-ing_35_.epub.31773a37.1.cr3
12/29/23-15:52:04 DEBUG AutoTurn: onCloseDocument
12/29/23-15:52:04 DEBUG close widget: ReaderUI
12/29/23-15:52:04 DEBUG DocSettings: Writing to /mnt/onboard/Harry Potter en de Steen der Wijzen - J. K. Rowling (35).sdr/metadata.epub.lua
12/29/23-15:52:04 DEBUG AutoSuspend: onCloseWidget
12/29/23-15:52:04 DEBUG AutoSuspend: unschedule suspend/shutdown timer
12/29/23-15:52:04 DEBUG AutoTurn: onCloseWidget
12/29/23-15:52:04 DEBUG Tearing down ReaderUI table: 0x744c6910
12/29/23-15:52:04 DEBUG update_mode: Update refresh mode fast to full
12/29/23-15:52:04 DEBUG _refresh: Enqueued full update for region 0 0 1072 1448 dithering: false
12/29/23-15:52:04 INFO Preparing to quit UIManager with exit code: 86
12/29/23-15:52:04 DEBUG close widget: table: 0x75d0bce8
12/29/23-15:52:04 DEBUG setDirty via a func from widget nil
12/29/23-15:52:04 DEBUG _refresh: Enqueued full update for region 0 0 1072 1448 dithering: false
12/29/23-15:52:04 DEBUG _refresh: Enqueued full update for region 0 0 1072 1448 dithering: false
12/29/23-15:52:04 DEBUG _refresh: Enqueued full update for region 0 0 1072 1448 dithering: false
12/29/23-15:52:04 DEBUG triggering refresh {
dither = false,
mode = "full",
region = "1072x1448+0+0"
} --[[table: 0x75cc7eb0]]
12/29/23-15:52:04 DEBUG refresh: full 0 0 1072 1448 false
12/29/23-15:52:04 DEBUG refresh: wait for completion of (previous) marker 38
12/29/23-15:52:04 DEBUG mxc_update: 1072x1448 region @ (0, 0) with marker 39 (WFM: 2 & UPD: 1)
12/29/23-15:52:04 DEBUG refresh: wait for completion of marker 39
12/29/23-15:52:05 INFO Tearing down UIManager with exit code: 86
[ko-input] Closed input device with fd: 7 @ idx: 2
[ko-input] Closed input device with fd: 6 @ idx: 1
[ko-input] Closed input device with fd: 5 @ idx: 0
|
|
|
|
|
|
|
#1003 |
|
Junior Member
![]() Posts: 2
Karma: 10
Join Date: Jan 2024
Device: kobo libra 2
|
Hello,
I just receive a Kobo libra 2 and use your archives to install KOReader and Plato. Kobo OS, KOReader and Plato are all working fine. But since that, i am not able to access kobo store. I have a pop up telling me that there is an issue with the network connection. Is it some kind of side effect? (basic stuff like restart network, the reader, the internet box... doesn't solve the issue). Last edited by killmehill; 01-01-2024 at 01:52 PM. |
|
|
|
|
|
#1004 |
|
BLAM!
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
|
Unlikely. Try again after a full reboot? (And by forgetting and re-connecting to your AP if that didn't help).
|
|
|
|
|
|
#1005 |
|
Junior Member
![]() Posts: 2
Karma: 10
Join Date: Jan 2024
Device: kobo libra 2
|
Hello,
Thank you for your answer NiLuJe. In fact it was just a dumb error... i was sure that i updated my reader when i received it but... that wasn't the case. So the store was blocked because i was running a very old FW version. After the update, everything is working now just fine. Thank you, happy new year and best wishes! |
|
|
|
![]() |
| Tags |
| kfmon, kobo, koreader, plato |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Aura How to install ksm and koreader | mhss | Kobo Reader | 0 | 01-17-2018 08:45 PM |
| Koreader could not be opened by click an epub file on the books list | johnleo | KOReader | 4 | 12-11-2017 08:57 AM |
| Cannot install custom update packages via MRPI | anunay | Kindle Developer's Corner | 9 | 02-09-2017 08:46 AM |
| Kobo-how to install koreader | sahbi | KOReader | 22 | 01-02-2016 04:49 PM |
| Koreader install help | mrmojorizing | Kobo Developer's Corner | 3 | 09-29-2014 02:24 PM |