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.6-paid): Neither user 10364 nor current process has android.permission.BLUETOOTH_ADMIN. [Android 10, SDK 29] #55

Closed HCruss closed 2 years ago

HCruss commented 2 years ago

@maxieds:

Crash data summary:

Stack trace:


Detailed Stack Trace:
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.maxieds.chameleonminilivedebugger.paid/com.maxieds.chameleonminilivedebugger.LiveLoggerActivity}: java.lang.SecurityException: Need BLUETOOTH ADMIN permission: Neither user 10364 nor current process has android.permission.BLUETOOTH_ADMIN.
    at android.app.ActivityThread.
     performLaunchActivity( ActivityThread.java:3323 )
    at android.app.ActivityThread.
     handleLaunchActivity( ActivityThread.java:3462 )
    at android.app.servertransaction.LaunchActivityItem.
     execute( LaunchActivityItem.java:83 )
    at android.app.servertransaction.TransactionExecutor.
     executeCallbacks( TransactionExecutor.java:135 )
    at android.app.servertransaction.TransactionExecutor.
     execute( TransactionExecutor.java:95 )
    at android.app.ActivityThread$H.
     handleMessage( ActivityThread.java:2063 )
    at android.os.Handler.
     dispatchMessage( Handler.java:107 )
    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 )
Caused by: java.lang.SecurityException: Need BLUETOOTH ADMIN permission: Neither user 10364 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.LiveLoggerActivity.
     onNewIntent( LiveLoggerActivity.java:9 )
    at com.maxieds.chameleonminilivedebugger.LiveLoggerActivity.
     onCreate( LiveLoggerActivity.java:10 )
    at android.app.Activity.
     performCreate( Activity.java:7835 )
    at android.app.Activity.
     performCreate( Activity.java:7824 )
    at android.app.Instrumentation.
     callActivityOnCreate( Instrumentation.java:1307 )
    at android.app.ActivityThread.
     performLaunchActivity( ActivityThread.java:3298 )
    ... 11 more

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.