NoisyFlake / oslog

os_log command line tool implementation for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Note:

this is a fork of the original project created by limneos, in this version I’ve adjusted and added the following features:

  1. Color integration
  2. Updated the entitlements to support a wider range API’s
  3. 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.)
  4. Removed log_message->category as it's uninitialized since iOS 14.5 and will segfault
  5. Removed log_message->format as it's uninitialized since iOS 15 and will segfault

Example output:

oslog

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

About

os_log command line tool implementation for iOS

License:Other


Languages

Language:C 90.9%Language:Objective-C++ 5.4%Language:C++ 3.6%Language:Makefile 0.1%