Closed
Description
Hi,
The AnnotatedHooksClassFilter
class is using RobotLog.e
when it should be using RobotLog.ee
in order to log an exception caused by one of the SDK app hooks (@OnCreate
, @OnDestroy
, @OnCreateEventLoop
, @WebHandlerRegistrar
, etc.)
Any exceptions thrown during one of these hooks that can be implemented in user code are swallowed and all Logcat reports is the tag, making debugging difficult as it is unclear which hook or method call caused an exception.
This is a minor issue that doesn't concern most FTC programmers but does make post-mortem analysis difficult when paired with libraries that use these hooks.
Metadata
Metadata
Assignees
Labels
No labels