this is a fork of the original project created by limneos, in this version I’ve adjusted and added the following features:
- Color integration
- Updated the entitlements to support a wider range API’s
- Updated the project’s build hierarchy to be compatible with modern versions of Theos + very minor adjustments to the code to improve all around usability (date view, usage, etc.)
- Removed
log_message->category
as it's uninitialized since iOS 14.5 and will segfault - Removed
log_message->format
as it's uninitialized since iOS 15 and will segfault
os_log command line tool implementation for iOS
A tool that shows os_log stream info/activity directly on iOS devices
usage:
oslog [—info|—debug] [ -p pid ] [—noLevelInfo] [—noSubsystemInfo]
Examples:
oslog
oslog —debug
oslog -p SpringBoard