Lickability / PinpointKit

Send better feedback
MIT License
1.13k stars 79 forks source link

ASLLogger Not Working on Device on iOS 10 (Works in Simulator) #205

Closed mliberatore closed 7 years ago

mliberatore commented 7 years ago

For more information, see: https://github.com/CocoaLumberjack/CocoaLumberjack/issues/791

To reproduce, on device:

  1. Run the Example project
  2. Tap the ( i ) next to "Include Console Log"
  3. See that no messages are present.

Perform the same steps on a simulator to see the log from AppDelegate.swift.

mliberatore commented 7 years ago

In the last two minutes of Unified Logging and Activity Tracing:

All of the ASL logging APIs are now superseded by these new APIs and, therefore, those old APIs are deprecated. There is an interesting edge case though. A new API for searching the log data is not going to be made public in this release. What that means is that there's no equivalent to asl_search functionality. If you absolutely depend on asl_search in your system, that may be a reason to wait for adopting the new logging system.

mliberatore commented 7 years ago

Closed via #206