klogg icon indicating copy to clipboard operation
klogg copied to clipboard

Can I request a feature?

Open wutaijieing opened this issue 1 year ago • 1 comments

"Can I request a feature? It involves integrating adb to monitor logs in real-time using adb shell 'su -c dmesg -wr' or adb logcat. It would even be possible to integrate with the logging system on Linux platforms for real-time analysis."

wutaijieing avatar May 31 '24 01:05 wutaijieing

Klogg requires opened files to be "seekable", so passing real-time things through pipes won't work. I remember some fork trying to build a backend that executed the command and displayed output, but don't know if that ever worked.

variar avatar Nov 18 '24 22:11 variar