9267e75cb8
- 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> |
||
---|---|---|
.. | ||
Contact Support.md | ||
Crash Reporting.md | ||
Launcher icon.md | ||
Logging.md | ||
QR Code Generation.md | ||
README.md | ||
Splash screen.md |
README.md
Manual testing
We aim to automate as much as we possibly can. Still manual testing is really important for Quality Assurance.
Here you'll find our manual testing scripts. When developing a new feature you can add your own that provide the proper steps to properly test it.