maxieds / ChameleonMiniLiveDebugger

Live logger and GUI tool for the Chameleon Mini developed for Android OS in Java.
GNU General Public License v3.0
93 stars 16 forks source link

Crash Report (CMLD 1.3.4-free): Neither user 10445 nor current process has android.permission.BLUETOOTH_ADMIN. [Android 10, SDK 29] #40

Closed Kolplay closed 3 years ago

Kolplay commented 3 years ago

@maxieds:

Crash data summary:

Stack trace:


Detailed Stack Trace:
java.lang.SecurityException: Need BLUETOOTH ADMIN permission: Neither user 10445 nor current process has android.permission.BLUETOOTH_ADMIN.
    at android.os.Parcel.
     createException( Parcel.java:2071 )
    at android.os.Parcel.
     readException( Parcel.java:2039 )
    at android.os.Parcel.
     readException( Parcel.java:1987 )
    at android.bluetooth.IBluetooth$Stub$Proxy.
     cancelDiscovery( IBluetooth.java:2473 )
    at android.bluetooth.BluetoothAdapter.
     cancelDiscovery( BluetoothAdapter.java:1909 )
    at com.maxieds.chameleonminilivedebugger.e.
     r( BluetoothGattConnector.java:2 )
    at com.maxieds.chameleonminilivedebugger.f.
     s( BluetoothSerialInterface.java:1 )
    at com.maxieds.chameleonminilivedebugger.n.
     d( ChameleonSettings.java:2 )
    at com.maxieds.chameleonminilivedebugger.c0$p.
     onClick( UITabUtils.java:5 )
    at android.view.View.
     performClick( View.java:7288 )
    at android.widget.CompoundButton.
     performClick( CompoundButton.java:142 )
    at android.view.View.
     performClickInternal( View.java:7258 )
    at android.view.View.access$4000( View.java:808 )
    at android.view.View$PerformClick.
     run( View.java:28019 )
    at android.os.Handler.
     handleCallback( Handler.java:883 )
    at android.os.Handler.
     dispatchMessage( Handler.java:100 )
    at android.os.Looper.
     loop( Looper.java:214 )
    at android.app.ActivityThread.
     main( ActivityThread.java:7615 )
    at java.lang.reflect.Method.invoke( Native Method )
    at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.
     run( RuntimeInit.java:492 )
    at com.android.internal.os.ZygoteInit.
     main( ZygoteInit.java:964 )

Additional comments: NONE -- Please fill in more details about how you generated this error, like what actions you took before this screen is displayed. Did the error happen on launch of the application? Did you click a button or switch tabs? Any extra details about how the error happened are useful to fixing the issue in" future releases.

Just changing one of the options in the ap's settings, and when I clicked on the box so a check can appear, a trace report began to print.

maxieds commented 3 years ago

@Kolplay This issue should be fixed with the latest v1.3.6 release of the software. Please upgrade and write back if you still have the issue. Thanks. -- MDS