secant-android-wallet/.idea
Carter Jernigan 9267e75cb8
[#303] Write crash logs on external storage (#429)
- Added automatic exception logging, registered in the Application object
 - The design sends the exception to a second process, as the main process could be in a bad state when crashing. If we ever encounter problems with this design, it is easily toggleable to turn off with a boolean resource
 - Reading the process name is a bit complex on older Android versions, so we leverage a ContentProvider (which runs prior to Application.onCreate()) to get the process name
 - Added a simple logging mechanism for multiprocess and multithread log messages
 - Refactored spackle-lib into spackle-lib (multiplatform) and spackle-android-lib

Co-authored-by: Honza <rychnovsky.honza@gmail.com>
2022-05-31 12:38:02 -04:00
..
codeStyles [#3] Improve consistency between IntelliJ and ktlint 2021-10-11 12:38:47 -04:00
runConfigurations [#303] Write crash logs on external storage (#429) 2022-05-31 12:38:02 -04:00
.gitignore [#3] Add skeleton Gradle project structure 2021-09-18 07:22:42 -04:00
.name [#3] Add skeleton Gradle project structure 2021-09-18 07:22:42 -04:00
vcs.xml [#3] Add skeleton Gradle project structure 2021-09-18 07:22:42 -04:00