AppDebugMode-iOS
AppDebugMode-iOS copied to clipboard
StandardOutputService class cannot be accessed
When DebugMode was initially implemented StandardOutputService was public. Variable shouldRedirectLogsToAppDebugMode as well as redirectLogsToAppDebugMode() were accessed in the app, so you can change logs output source.
In the new version redirection is handled automatically without needing to set it up through the method call. Check AppDebugProvider class Setup function. Implicitly it should work if you just remove the API calls. But leave this issue there because also the shouldRedirectLogsToAppDebugMode variable is internal but should be public in case you want to turn it off for some reason.