Has anyone experienced a class in release mode hav...
# community-support
p
Has anyone experienced a class in release mode having the jacocoInit() function in it. The funny thing is that when I decompile the aar using jadx I don't see this function. The class belongs to a library and crashes in the integration App with bellow message:
Copy code
java.lang.NoClassDefFoundError: Failed resolution of: Lorg/jacoco/agent/rt/internal_b6258fc/Offline;
                                                                                                        at com.xyz.tyh.launchdarkly.FeatureTogglesResolver$ConnectionConfig.$jacocoInit(Unknown Source:9)