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

Implement a mechanism to store and send debug/warning logs on demand #19

Open
thedroiddiv opened this issue Aug 21, 2024 · 0 comments
Open
Labels
enhancement New feature or request question Further information is requested

Comments

@thedroiddiv
Copy link
Contributor

Description

Currently logs are stored no-where. Only the logs with level error are being sent to sentry/firebase. In time of need we can't access the device logs currently

Proposed Solution

Implement a framework that stores logs temporarily for, let say last 7 days, and we can give use control to report an issue along with the stored logs. We can store logs in text files in app's private storage

@thedroiddiv thedroiddiv added enhancement New feature or request question Further information is requested labels Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant