We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 75b071e + f0f9511 commit cf6bc99Copy full SHA for cf6bc99
1 file changed
core/java/android/server/BluetoothHealthProfileHandler.java
@@ -45,8 +45,7 @@
45
*/
46
final class BluetoothHealthProfileHandler {
47
private static final String TAG = "BluetoothHealthProfileHandler";
48
- /*STOPSHIP*/
49
- private static final boolean DBG = true;
+ private static final boolean DBG = false;
50
51
private static BluetoothHealthProfileHandler sInstance;
52
private BluetoothService mBluetoothService;
0 commit comments