Skip to content
forked from dlevi309/oslog

os_log command line tool implementation for iOS

License

Notifications You must be signed in to change notification settings

NoisyFlake/oslog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 90.9%
  • Objective-C++ 5.4%
  • C++ 3.6%
  • Makefile 0.1%