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

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -