[test] Capacitor Investigation Additions #691
Draft
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
The purpose of this PR is mainly to attempt to reproduce and debug the issue from https://discord.com/channels/1138230179878154300/1401770441911177276
Additional logging has been added to:
Our capacitor demo is rather simple. We don't have any external logging or error reporting services. I've configured a custom
Logger
to store all logs and make them presentable in the application. This is somewhat of a diagnostics view in the application. The purpose of this is mainly to make debugging possible, but it could be a nice general addition (perhaps without persisting the logs).I've added a local only table and widgets to modify the data to the Capacitor demo. This is mainly since the Capacitor demo does not have a full fledged upload connector. For testing it would be nice to perform SQLite operations. Again, this might be a nice general addition to the demo.
Generally this also improves the layout and responsiveness of the capacitor demo.
Screenshots for those who are interested: