secant-android-wallet/docs
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
..
testing [#303] Write crash logs on external storage (#429) 2022-05-31 12:38:02 -04:00
Architecture.md [#303] Write crash logs on external storage (#429) 2022-05-31 12:38:02 -04:00
Build integrity.md [#296] About screen scaffold 2022-04-29 15:26:28 -04:00
CI.md [#433] Use emulator.wtf for tests on CI (#428) 2022-05-17 10:06:56 -04:00
CODE_REVIEW_GUIDELINES.md [#3] Add ktlint 2021-09-18 07:22:42 -04:00
CONDUCT.md [#2] Add project documentation and templates 2021-09-13 15:58:20 -04:00
CONTRIBUTING.md [#401] Add Contributing Guidelines (#402) 2022-04-29 09:27:58 -03:00
Deployment.md [#42] Add app deployment process 2021-12-02 15:18:17 -05:00
README.md [#2] Add project documentation and templates 2021-09-13 15:58:20 -04:00
Setup.md [#190] Pull screenshots on CI 2022-05-24 09:39:56 -04:00
Third party licenses.md [#50] Preliminary design guide 2021-10-31 13:36:51 -04:00
responsible_disclosure.md [#2] Add project documentation and templates 2021-09-13 15:58:20 -04:00

README.md

Documentation

Here you'll find documentation TBD