-
-
Notifications
You must be signed in to change notification settings - Fork 61
fix: pause app hang detection when in background #2788
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 19 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
8d2f74c
deprecated c# watchdog
bitsandfoxes f09f41e
updated changelog
bitsandfoxes df9f0e9
Merge branch 'main' into feat/deprecate-managed-watchdog
bitsandfoxes 584ee42
Merge branch 'main' into feat/deprecate-managed-watchdog
bitsandfoxes 2e379da
workaround deprectation
bitsandfoxes edc7774
Merge branch 'main' into feat/deprecate-managed-watchdog
bitsandfoxes f7cf6cc
default to false
bitsandfoxes 846b05e
updated changelog
bitsandfoxes d85aa74
Merge branch 'main' into feat/deprecate-managed-watchdog
bitsandfoxes 4b85df6
made EnableAppHangTracking control feature on all platforms
bitsandfoxes 58b64a0
updated changelog
bitsandfoxes c288e2a
pause app hang when losing focus
bitsandfoxes 547dc63
bumped native
bitsandfoxes fa63794
bumped native
bitsandfoxes 06bb6e0
.
bitsandfoxes 74290c1
Merge branch 'fix/unify-app-hang-flag' into feat/pause-app-hang
bitsandfoxes 4c8f2ef
updated changelog
bitsandfoxes c5b7d0f
Merge branch 'main' into feat/pause-app-hang
bitsandfoxes f20b52e
updated changelog
bitsandfoxes a580d51
bump ndk in java
bitsandfoxes 1bcb5b7
Merge branch 'main' into feat/pause-app-hang
bitsandfoxes File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Submodule sentry-native
updated
14 files
| +1 −1 | .github/docker/alpine/Dockerfile | |
| +10 −0 | CHANGELOG.md | |
| +13 −1 | include/sentry.h | |
| +1 −1 | ndk/gradle.properties | |
| +1 −6 | src/backends/native/sentry_crash_daemon.c | |
| +26 −0 | src/sentry_app_hang_latch.c | |
| +3 −0 | src/sentry_app_hang_latch.h | |
| +6 −0 | src/sentry_app_hang_monitor.c | |
| +5 −1 | src/sentry_app_hang_monitor.h | |
| +11 −0 | src/sentry_core.c | |
| +1 −1 | tests/__init__.py | |
| +32 −0 | tests/test_integration_native.py | |
| +69 −0 | tests/unit/test_app_hang.c | |
| +2 −0 | tests/unit/tests.inc |
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.