oslog icon indicating copy to clipboard operation
oslog copied to clipboard

os_log command line tool implementation for iOS

Results 3 oslog issues
Sort by recently updated
recently updated
newest added

log_message->category seems to be uninitialized as of iOS 14.5 beta 3. Since this is a private api and shouldn't be used in production it's unlikely Apple will address the issue.

```sh iPhone:/private/var/log root# oslog Killed: 9 ``` See also: https://github.com/autopear/ipainstaller/issues/20, https://github.com/ptoomey3/Keychain-Dumper/issues/4

Just curious, what's the reason for this? Why might these be different in practice? And why do we choose `log_message.format` if so? They seem to be the same when printing...