Hi MicroEJ team,
I have an exception in my app with KF on the ESP32 WROVER platform 2.0.0, the decoded backtrace is the following:
Exception in thread "FeatureFinalizer" java.lang.RuntimeException
at java.lang.System.getStackTrace(Unknown Source)
at java.lang.Throwable.fillInStackTrace(Throwable.java:82)
at java.lang.Throwable.<init>(Throwable.java:32)
at com.is2t.kf.KernelNatives.getNextStoppedFeatureToUpdate(KernelNatives.java:167)
at com.is2t.kf.FeatureFinalizer.run(FeatureFinalizer.java:39)
at java.lang.Thread.runWrapper(Thread.java:464)
at java.lang.Thread.callWrapper(Thread.java:449)
It only appears once at the start and doesn’t seem to break my app.
The problem is that I didn´t use KF so I don’t understand why there is a thread running it.
I checked in the launcher configuration and there is no mention of it so I don’t know how to disable this thread.
Regards,
Benjamin