Skip to content

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

@Pengalu

Description

@Pengalu

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions