Skip to content

Conversation

srjheam
Copy link
Contributor

@srjheam srjheam commented Dec 20, 2020

This is just an IDEA and is NOT the final implementation, please suggests better ways to record these logs and if there's any native Android functionality to do this.

Improvements to-do:

  • Find a way to compress the log.

The logger code was stolen inspired by Code2Gether Discord Bot's Logger.

Closes #48

@srjheam srjheam changed the title Implementing a way to catch uncaught exceptions | #48 Implementing a way to catch uncaught exceptions Dec 20, 2020
@srjheam
Copy link
Contributor Author

srjheam commented Dec 20, 2020

@DonSagiv, what do you mean by

log the unhandled exception details using the current logging mechanism

I heard about logcat and the Log class, but I didn't test them because I thought they wouldn't solve this problem. In the sentence above were you talking about this?

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.

As a developer, I want to know the cause of an unhandled exception when running a debugger is not available.
2 participants