Event tracing hooks functions not called

Hello,

I’m using event tracing feature to profile my application. So, I enabled “Trace” feature in my application launcher by selecting the required checkboxes. I observed that hook function LLMJVM_MONITOR_IMPL_on_invoke_method is never called but LLMJVM_MONITOR_IMPL_initialize yes when I launch my application firmware on my device.

Can you help me to understand why and have this hook function working ?

Thanks.

Jean Morin

Hello @jma55875 ,

You can find more information about the trace feature by consulting our documentation on the subject such as: Advanced Event Tracing — MicroEJ Documentation on the VEE port/platform side of things and Event Tracing — MicroEJ Documentation on the application side of things.

Let us know if it helps!
Gaëtan for MicroEJ