View the system log on any iOS device running OS version 4.x and up.
- [NLOSyslog] (https://github.com/nloko/NLOSyslog) source is bundled
The log is filtered to 30 mins of data and up to 125 log entries.
See constansts...
static const int kMaxMinutes = 30;
static const int kMaxLines = 125;
...at the top of ConsoleMeViewController.m
. You can change these to tweak to your liking.
Edit the NLOEmail
value in consoleme-Info.plist
to set the address that
will be used for e-mailing the logs.
On application start, the log will be retrived and displayed. You can scroll to view the log and tap to view applicable actions.
Copyright 2012 Neil Loknath
Enjoy!