You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/build.gradle
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,17 @@ clean {
36
36
delete "${System.properties['java.io.tmpdir']}/AISDK/native"// see JniPCConnector.java for jni directory
37
37
}
38
38
39
+
// CURRENTLY the DLL being built on CI is not working, leading to this error on startup:
40
+
//
41
+
// ERROR c.m.a.i.perfcounter.JniPCConnector - Unexpected error initializing JNI Performance Counter library. Windows performance counters will not be used
0 commit comments