You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2024. It is now read-only.
Whenever there's some sort of OpMode error (usually from the hardware) the app will output some information at the bottom of the main app screen.
Unfortunately, this text is cut off with the string ... at the end. It'd be really useful if we could actually view all error messages at the same time. I tried to just make the error text be a child of a ScrollView, but unfortunately the code that does the actual truncation is inside FtcCommon-release.aar, so I wasn't able to complete the change. (Yet another reason FTC should be open source... :/ Anyway.)
If you want me to file this issue upstream at ftctechnh/ftc_app, let me know.