-
Notifications
You must be signed in to change notification settings - Fork 658
Add collection of ANRs to Crashlytics #2756
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 all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
9926a1b
Add flag for collecting ANRs to Settings Feature Data (#2585)
tejasd a8299b0
Add ability to easily get the startTimestampMillis of a session (#2587)
tejasd 771dbb6
Merge branch 'master' into crashlytics/anrs
tejasd 2b12e7c
Merge branch 'master' into crashlytics/anrs
tejasd 0dfad8e
Merge branch 'master' into crashlytics/anrs
tejasd e819449
Add ApplicationExitInfo to CrashlyticsReport (#2602)
tejasd 1934f45
Merge branch 'master' into crashlytics/anrs
tejasd ca1ab42
Merge branch 'master' into crashlytics/anrs
tejasd e1c565f
Add JSON parsing/transformation for AppExitInfo (#2623)
tejasd 39a7912
Merge branch 'master' into crashlytics/anrs
tejasd c81f83c
Merge branch 'master' into crashlytics/anrs
tejasd 3ee312f
Collect, persist and transport ANR ApplicationExitInfo (#2643)
tejasd 2f566c7
Merge branch 'master' into crashlytics/anrs
tejasd 3cd5f6d
Merge branch 'master' into crashlytics/anrs
tejasd 0643bfa
Merge branch 'master' into crashlytics/anrs
tejasd 87bec19
Merge branch 'master' into crashlytics/anrs
tejasd 1b56da8
Merge branch 'master' into crashlytics/anrs
tejasd 54e10cb
Merge branch 'master' into crashlytics/anrs
tejasd ac38b9a
Refactor ApplicationExitInfo to move it to Event.Application.Executio…
tejasd a856774
Fix logs, breadcrumbs and custom keys for ANRs (#2718)
tejasd 3ebad98
Code review suggestions
tejasd 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
53 changes: 0 additions & 53 deletions
53
.idea/runConfigurations/Firestore_Integration_Tests__Firestore_Emulator_.xml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
19 changes: 19 additions & 0 deletions
19
firebase-crashlytics/src/androidTest/assets/firebase_settings_collect_anrs.json
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| { | ||
| "settings_version": 3, | ||
| "cache_duration": 7200, | ||
| "features": { | ||
| "collect_logged_exceptions": true, | ||
| "collect_reports": true, | ||
| "collect_anrs": true | ||
| }, | ||
| "app": { | ||
| "status": "activated", | ||
| "update_required": true, | ||
| "report_upload_variant": 2, | ||
| "native_report_upload_variant": 2 | ||
| }, | ||
| "fabric": { | ||
| "org_id": "6001bf51c0329dc5da694f7f", | ||
| "bundle_id": "com.google.firebase.crashlytics.sdk.test" | ||
| } | ||
| } |
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider updating $robolectricVersion
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deferred.