deviceconsole
deviceconsole copied to clipboard
An iOS system log tailer that doesn't suck
Regex & Multi Process filtering: This makes tweak development a lot easier, You can filter all injected process at once, And show only messages produced by the injected code. Xcode...
As of iOS 7, the simulator's equivalent of the device 'log' is written to ~/Library/Logs/iOS Simulator//system.log. I've added support for them, and added long arguments. I find them easier to...
Basic filtering (include and exclude) by single word occurrences using the -f and -x options, without compromising multiline output as it happens with grep or awk. More complex filtering is...
This project was no longer compiling with the latest Xcode. The first 2 commits clean that up. The third commit adds two command-line parameters: -t <timeout> -x If -t is...