Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attempting to log certain types (ie. integer arrays) causes silent crash #19

Open
Pengalu opened this issue Feb 11, 2023 · 0 comments
Open

Comments

@Pengalu
Copy link

Pengalu commented Feb 11, 2023

Attempting to @Log certain types, such as integer arrays, causes a silent crash. Even if logging types such as integer arrays is not intended behavior / intended to work, the program will throw an error that the startCompetition() method failed without referencing Oblog or the @log annotation, which makes troubleshooting more difficult.

Silently Crashing Code:

@Log(name = "TestOutput")
private int[] getColorFromSensor()
{
     ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant