As an improvement for the future - would suggest to add some mechanism for debugging for users
As an example we can have some debug logger, which would save user logs to file system or elsewhere and then this logs can be shared with us.
Originally posted by @Kharchevskyi in #1096 (comment)
That makes sense, we'll probably need something like that.
Problem is that these are sensitive, so we can't save them to the device.
For debug builds, it may be ok to just keep them in memory (and have a settings view to display). But our customer may not have a way to run debug builds, their environment is tightly controlled.
Adding this to production builds is not good either for security reasons.
I'll consult this with the customer.