2 files changed
+4
-4
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
31 |
| - | |
32 |
| - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
|
Submodule sentry-native updated 33 files
- .editorconfig+7-1
- CHANGELOG.md+10
- CMakeLists.txt+31-2
- CONTRIBUTING.md+2-1
- README.md+42-19
- cmake/utils.cmake+15-15
- examples/example.c+6
- external/CMakeLists.txt+125-125
- include/sentry.h+49-1
- ndk/gradle.properties+1-1
- ndk/lib/CMakeLists.txt+5-5
- ndk/sample/CMakeLists.txt+2-2
- scripts/run_formatters.ps1+28
- sentry-config.cmake.in+15-15
- src/backends/sentry_backend_breakpad.cpp+6-3
- src/backends/sentry_backend_crashpad.cpp+3-2
- src/backends/sentry_backend_inproc.c+5-2
- src/sentry_core.c+32-4
- src/sentry_core.h+6
- src/sentry_options.c+38-4
- src/sentry_options.h+10-1
- src/sentry_os.c+136-25
- src/sentry_os.h+2-2
- tests/assertions.py+39-4
- tests/fixtures/view-hierarchy.json+14
- tests/test_integration_crashpad.py+49-8
- tests/test_integration_http.py+8-4
- tests/test_integration_stdout.py+45-9
- tests/unit/CMakeLists.txt+2-2
- tests/unit/test_os.c+179
- tests/unit/tests.inc+2
- tests/win_utils.py+1-1
- toolchains/msys2.cmake+21-21
0 commit comments