AppDebugMode-iOS icon indicating copy to clipboard operation
AppDebugMode-iOS copied to clipboard

StandardOutputService class cannot be accessed

Open vaIerika opened this issue 1 year ago • 1 comments

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.

vaIerika avatar Apr 22 '24 10:04 vaIerika

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.

andrej-jasso avatar Apr 22 '24 10:04 andrej-jasso