Lickability / PinpointKit

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

[Manual installation] Logging? #212

Closed iosdeveloper closed 7 years ago

iosdeveloper commented 7 years ago

Neither NSLog()s nor print()s appear in the email. The bug report view is missing the "Include Console Log" cell.

mliberatore commented 7 years ago

Please see the Features section of the README. Specifically:

Automatic, opt-in system log collection (iOS 9.x only)

Unfortunately, the default logger is disabled in iOS 10+ by default because of the issues documented here.

iosdeveloper commented 7 years ago

@mliberatore Thanks! Just to be clear, the suggested workaround would be to set a custom LogCollector?

mliberatore commented 7 years ago

That’s correct! If you have a custom type that conforms to LogCollector, you’ll need to do the following: