objective c - Theos/Logos Debug Logging -


i use theos lot in creating jailbreak tweaks , debug have been using built-in %log, , following messages through mac terminal sshing iphone , watching output using socat - unix-connect:/var/run/lockdown/syslog.sock >watch.

now, when using type of logging, every single update made syslog itself, lot of information don't need(want) see. want see pertains logging.

my question: there way debug tweak connecting through socat custom log? updates being logged?

you can use "socat - unix-connect:/var/run/lockdown/syslog.sock | grep yourapp" parsing


Comments

Popular posts from this blog

Winapi c++: DialogBox hangs when breaking a loop -

vb.net - Font adding using PDFsharp -

javascript - jQuery iScroll clickable list elements while retaining scroll? -