akexorcist / BluetoothSPPLibrary

[UNMAINTAINED][Android] Bluetooth Serial Port Profile which comfortable to developer application to communication with microcontroller via bluetooth
Apache License 2.0
1.71k stars 571 forks source link

Activity crashed A/libc: Fatal signal 11 (SIGSEGV), code 1 #87

Closed shiwzhi closed 7 years ago

shiwzhi commented 7 years ago

A/libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0x54 in tid 1628 (shiweizhi.rccar)

                                                             [ 11-22 13:00:10.083   367:  367 W/         ]
                                                             debuggerd: handling request: pid=1628 uid=10194 gid=10194 tid=1628

after execute this Intent intent = new Intent(ac.getApplicationContext(), DeviceList.class); ac.startActivityForResult(intent, BluetoothState.REQUEST_CONNECT_DEVICE);

It works before, now it's not working I don't know what's going on

shiwzhi commented 7 years ago

It's not this library cause this problem