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()
{
...
}