Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix SQLiteAppender in release builds (#179)
Release builds that contain no debug info for stack traces result in nulls for caller data, causing SQLiteAppender to attempt INSERT statements with illegal null values. This patch null-checks those INSERT-bindings to avoid the exception and allow existing debug-enabled apps to log caller data to the database.
- Loading branch information