Skip to content
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

[android] impl crash recording feature #46

Merged
merged 5 commits into from
Jun 19, 2024
Merged

[android] impl crash recording feature #46

merged 5 commits into from
Jun 19, 2024

Conversation

RyosukeCla
Copy link
Member

No description provided.

feat: Add CrashRecord model and implement crash reporting functionality

This commit adds the CrashRecord model to handle crash details, including the reason and call stacks. It also implements crash reporting functionality in the TrackRepositoryImpl class by introducing a record method to capture and store crash records. The report method checks for any pending crash records and sends them along with other events in the buffer. This change enables crash reporting in the app.
feat: Update version to 0.1.4 and add record method for crash reporting
feat: Add vertical scroll functionality to the main screen
@RyosukeCla RyosukeCla merged commit 1e1e653 into main Jun 19, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant