-
-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update crates/symbolicator-crash/sentry-native to 0.7.7
- Loading branch information
1 parent
f1aabd9
commit 270178b
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sentry-native
updated
26 files
+7 −3 | .github/workflows/ci.yml | |
+18 −0 | CHANGELOG.md | |
+4 −7 | CMakeLists.txt | |
+2 −2 | README.md | |
+1 −1 | external/crashpad | |
+1 −1 | include/sentry.h | |
+1 −1 | ndk/gradle.properties | |
+20 −24 | sentry-config.cmake.in | |
+3 −3 | src/backends/sentry_backend_breakpad.cpp | |
+80 −45 | src/backends/sentry_backend_crashpad.cpp | |
+6 −8 | src/sentry_core.c | |
+3 −1 | src/sentry_logger.c | |
+1 −1 | src/sentry_slice.c | |
+9 −0 | src/sentry_string.h | |
+6 −18 | src/sentry_tracing.c | |
+1 −1 | src/sentry_utils.c | |
+11 −19 | src/sentry_value.c | |
+15 −4 | tests/assertions.py | |
+14 −0 | tests/cmake.py | |
+7 −0 | tests/leaks.txt | |
+3 −0 | tests/test_integration_crashpad.py | |
+1 −1 | tests/test_integration_http.py | |
+64 −0 | tests/unit/test_value.c | |
+1 −0 | tests/unit/tests.inc | |
+2 −0 | vendor/mpack.c | |
+2 −3 | vendor/mpack.h |