Robert Farnum
Robert Farnum
#### Problem The following newly added JNI methods use the incorrect JNIEnv method (CallIntMethod): bool attemptNetworkScanWiFi = env->CallIntMethod(controllerParams, getAttemptNetworkScanWiFi); bool attemptNetworkScanThread = env->CallIntMethod(controllerParams, getAttemptNetworkScanThread); should be (env->CallBooleanMethod): bool attemptNetworkScanWiFi =...
Issue Type: Bug Enable extension Extension version: 0.5.5 VS Code version: Code 1.69.1 (Universal) (b06ae3b2d2dbfe28bca3134cc6be65935cdfea6a, 2022-07-12T08:21:51.333Z) OS version: Darwin x64 21.5.0 Restricted Mode: No System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM)...
@comcast
Note: This PR has been submitted for review for feedback on the fundamentally changes required to refactor JCM in support of issue #39156. The purpose of the PR is to...