neboskreb opened a new pull request, #3638: URL: https://github.com/apache/logging-log4j2/pull/3638
This PR allows to disable the optimization for filling the stack traces on platforms where it is not available (e.g. on Android). The developer of the port to such platform shall call `PrivateSecurityManagerStackTraceUtil.disable()` before any loggins is printed, e.g. during the configuration phase. For this reason, the visibility of `PrivateSecurityManagerStackTraceUtil` was increased to `public`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@logging.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org