RUMM-1759 Prevent crash on uncaught exception#754
Merged
xgouchet merged 1 commit intoNov 9, 2021
Conversation
xgouchet
force-pushed
the
xgouchet/RUMM-1759/crash_uncaught_exception
branch
from
November 9, 2021 10:08
1146710 to
75351f3
Compare
Codecov Report
@@ Coverage Diff @@
## release/1.11.0 #754 +/- ##
====================================================
- Coverage 88.84% 88.60% -0.24%
+ Complexity 1720 1714 -6
====================================================
Files 189 190 +1
Lines 5689 5703 +14
Branches 700 701 +1
====================================================
- Hits 5054 5053 -1
- Misses 397 408 +11
- Partials 238 242 +4
|
mariusc83
requested changes
Nov 9, 2021
| - aws ssm get-parameter --region us-east-1 --name ci.dd-sdk-android.gh_token --with-decryption --query "Parameter.Value" --out text >> ./gh_token | ||
| - python3 dogfood.py -v $CI_COMMIT_TAG -t bridge | ||
|
|
||
| notify:dogfood-gradle-plugin: |
mariusc83
approved these changes
Nov 9, 2021
0xnm
approved these changes
Nov 9, 2021
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What does this PR do?
Prevent app from crashing when calling the
DatadogExceptionHandler.uncaughtException()method.Fixes #749