Commit 4e34daa
authored
File tree
4 files changed
+38
-7
lines changed- modules
- src/Sentry.Unity.Editor/Android
- test/Sentry.Unity.Editor.Tests/Android
4 files changed
+38
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
5 | 9 | | |
6 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
7 | 14 | | |
8 | 15 | | |
9 | 16 | | |
| |||
Submodule sentry-native updated 27 files
- .clang-format+1
- .craft.yml+4
- .github/workflows/ci.yml+19
- CHANGELOG.md+21-2
- CONTRIBUTING.md+6
- examples/example.c+10
- external/crashpad+1-1
- include/sentry.h+13-5
- ndk/gradle.properties+1-1
- src/backends/sentry_backend_crashpad.cpp+13-2
- src/sentry_core.c+30-18
- src/sentry_logger.h+3
- src/sentry_os.c+1-1
- src/sentry_utils.c+16-11
- src/sentry_utils.h+3-1
- src/transports/sentry_transport_winhttp.c+45-3
- tests/__init__.py+14-7
- tests/assertions.py+14-2
- tests/leaks.txt+2
- tests/proxy.py+77
- tests/test_integration_crashpad.py+120-39
- tests/test_integration_http.py+213-36
- tests/unit/test_basic.c+63
- tests/unit/test_os_release.c+1-1
- tests/unit/test_utils.c+34-13
- tests/unit/tests.inc+4
- tests/win_utils.py+1-1
Lines changed: 8 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
| 231 | + | |
| 232 | + | |
231 | 233 | | |
232 | | - | |
| 234 | + | |
233 | 235 | | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
239 | 241 | | |
240 | 242 | | |
241 | 243 | | |
| |||
Lines changed: 22 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
421 | 421 | | |
422 | 422 | | |
423 | 423 | | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
424 | 446 | | |
425 | 447 | | |
426 | 448 | | |
| |||
0 commit comments