mattinger
07/30/2021, 6:12 PM2021-07-30 10:00:37.709 25855-26122/com.xfinity.digitalhome.debug E/AndroidRuntime: FATAL EXCEPTION: DefaultDispatcher-worker-1
Process: com.xfinity.digitalhome.debug, PID: 25855
java.lang.NoClassDefFoundError: Failed resolution of: Lorg/jacoco/agent/rt/internal_8ff85ea/Offline;
at com.siftandroidsdk.sift.tracker.SiftSdk.$jacocoInit(Unknown Source:13)
I’m definitely setting my jacoco tool version to 0.8.7. I’ve even gone so far as to entirely remove the jacoco plugin from the build script, but i’m still seeing the jacocoInit functions being instrumented. Anyone else counter this?
if i switch back to 4.0.1 with the exact same jacoco setup, things work.