-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BLEManagerImpl.cpp crash #21550
Comments
The Android CHIPTool is no longer being actively maintained by the original maintainers. |
The issue is in an android platform library, not just in the CHIPTool. Is there a test suite that could or should enable reproducing the issue? |
@chrisdecenzo The actual cause of the above panic is due to an incorrect signature in the AndroidDeviceControlWrapper.cpp: CHIP_ERROR err = JniReferences::GetInstance().FindMethod(env, mJavaObjectRef, "onCommissioningStatusUpdate", should be: CHIP_ERROR err = JniReferences::GetInstance().FindMethod(env, mJavaObjectRef, "onCommissioningStatusUpdate", |
Related to #21493. |
I believe the wrong signature was fixed in #21980 |
Problem
Android CHIPTool JNIEnv::NewByteArray crash. Stack trace attached (BLEManagerImpl.cpp.stack.txt)
App does not crash
App SIGABRTs; see stack trace.
Provision device on Wi-Fi
Proposed Solution
None currently found
BLEManagerImpl.cpp.stack.txt
The text was updated successfully, but these errors were encountered: