-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Version 3.7.4 #153
Merged
Merged
Version 3.7.4 #153
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Android compilation issues * Add missing namespace
* Apply default when value is below limit * use defaults and different cast for backtracedatabasesettings
* Safe way to serialize Backtrace response * Configurable ANR watchdog timeout * Formatting + logger changes * Code review suggestions
* Avoid using unsupported property in not-native builds * Filter out whole base client
* INvalid background exception behaviour * remove cast * Java background exception better variable names/comments * correcet variable name
…rts-from-db-path fix unable to delete reports when db path has trailing slash
NDK16b support is now baked into the main.
* Fixed crashpad handler for x86 * Different meta guid * Different crashpad path to x86/x64 directories * Disable native client on x86 devices on Windows * Disable on editor mode
* Small nits that should speedup anr algorithm * Background exception handler * Forward crashes in the background exception handler, capture and store unhandled android Exceptions * ANR watchdog adjustements
lysannep
reviewed
Feb 1, 2022
lysannep
reviewed
Feb 1, 2022
lysannep
reviewed
Feb 1, 2022
lysannep
reviewed
Feb 1, 2022
lysannep
reviewed
Feb 1, 2022
Change request changes Co-authored-by: Lysanne Pinto <lysannepinto@gmail.com>
lysannep
suggested changes
Feb 1, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed the changelog and added some suggestions.
lysannep
approved these changes
Feb 1, 2022
vlussenburg
approved these changes
Feb 1, 2022
* Unity dynamic attributes * background attribute
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changelog
Bugfixes