Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 571bb54c authored by Prerepa Viswanadham's avatar Prerepa Viswanadham
Browse files

Reduce log spam in BluetoothAdapter for getState.

Change-Id: I38995fc55f12b000d58a769ed67aff623865169b
parent e56f57c3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -792,7 +792,6 @@ public final class BluetoothAdapter {
                //          mService is null, handle that case
            }
        } catch (RemoteException e) {Log.e(TAG, "", e);}
        if (DBG) Log.d(TAG, "" + hashCode() + ": getState() :  mService = null. Returning STATE_OFF");
        return STATE_OFF;
    }