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

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -