Commit 43618d8
chore: update modules/sentry-native to 0.16.5
1 parent bae74ae commit 43618d8
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
Submodule sentry-native updated 74 files
- .github/workflows/ci.yml+16-1
- .github/workflows/codeql.yml+2-2
- .github/workflows/docker.yml+1-1
- CHANGELOG.md+23
- CMakeLists.txt+46-2
- Makefile+16
- cmake/utils.cmake+8
- examples/example.c+15-32
- include/sentry.h+207-106
- ndk/gradle.properties+1-1
- ndk/lib/CMakeLists.txt+19
- ndk/lib/build.gradle.kts+21-2
- scripts/run-codechecker.py+1
- scripts/setup-android-sanitizer.sh+49
- src/CMakeLists.txt-31
- src/backends/native/minidump/sentry_minidump_linux.c+4-24
- src/backends/native/sentry_crash_context.h+1
- src/backends/native/sentry_crash_daemon.c+20-280
- src/backends/native/sentry_crash_daemon.h-23
- src/backends/native/sentry_crash_handler.c+20-1
- src/backends/sentry_backend_breakpad.cpp+2
- src/backends/sentry_backend_crashpad.cpp+33-15
- src/backends/sentry_backend_inproc.c+7
- src/backends/sentry_backend_native.c+318-24
- src/integrations/sentry_integration_wer.c+30-24
- src/modulefinder/sentry_modulefinder_linux.c+2-2
- src/sentry_attachment.c+40
- src/sentry_attachment.h+29
- src/sentry_core.c+96-14
- src/sentry_core.h+8-2
- src/sentry_database.c+19-9
- src/sentry_elf.h+43
- src/sentry_envelope.c+15-10
- src/sentry_integration.h+14
- src/sentry_options.c+40-7
- src/sentry_options.h+5-1
- src/sentry_scope.c+4-3
- src/sentry_tracing.c+5-4
- src/sentry_value.c+36-9
- src/sentry_value.h-8
- src/transports/sentry_disk_transport.c-49
- src/transports/sentry_disk_transport.h-21
- tests/__init__.py+1-1
- tests/benchmark.py+91-1
- tests/benchmark/CMakeLists.txt-8
- tests/build_config.py+3-1
- tests/cmake.py+1
- tests/conftest.py+41-1
- tests/fixtures/dotnet_signal/Program.cs+3-3
- tests/fixtures/dotnet_signal/crash.c-4
- tests/fixtures/inproc_stress/concurrent_crash.c+3-4
- tests/fixtures/inproc_stress/main.c+3-9
- tests/fixtures/screenshot/screenshot_win32.c+1-10
- tests/fixtures/stack_usage/CMakeLists.txt+49
- tests/fixtures/stack_usage/stack_usage.c+189
- tests/fixtures/test_platform/CMakeLists.txt+9
- tests/fixtures/test_platform/test_platform.c+46
- tests/test_dotnet_signals.py+2-2
- tests/test_integration_crashpad.py+1
- tests/test_integration_metrics.py-17
- tests/test_integration_native.py+5
- tests/test_integration_platform.py+63
- tests/unit/CMakeLists.txt-10
- tests/unit/test_attachments.c+6-4
- tests/unit/test_basic.c+1-1
- tests/unit/test_logger.c+18-12
- tests/unit/test_logs.c+3-36
- tests/unit/test_metrics.c+2-22
- tests/unit/test_native_backend.c+33
- tests/unit/test_options.c+49
- tests/unit/test_scope.c+23-14
- tests/unit/test_utils.c+97
- tests/unit/test_value.c+87-9
- tests/unit/tests.inc+8-3
0 commit comments