summaryrefslogtreecommitdiffstats
path: root/core/java/android/bluetooth/BluetoothProfileState.java
diff options
context:
space:
mode:
authorJaikumar Ganesh <jaikumar@google.com>2010-10-15 12:44:39 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-10-15 12:44:39 -0700
commitdb3694d03068aca596feee7326d3c14eb71d8dc9 (patch)
tree681904ee413cd06066ec70c570baf9f697e9341f /core/java/android/bluetooth/BluetoothProfileState.java
parent4138b33826ae0b17084574c1bdedb5738b89b69b (diff)
parenta905d9551103c5be465429ffeb0352b78058457e (diff)
downloadframeworks_base-db3694d03068aca596feee7326d3c14eb71d8dc9.zip
frameworks_base-db3694d03068aca596feee7326d3c14eb71d8dc9.tar.gz
frameworks_base-db3694d03068aca596feee7326d3c14eb71d8dc9.tar.bz2
am a905d955: am a31cbd61: Merge "Remove STOPSHIP and reduce log spam." into gingerbread
Merge commit 'a905d9551103c5be465429ffeb0352b78058457e' * commit 'a905d9551103c5be465429ffeb0352b78058457e': Remove STOPSHIP and reduce log spam.
Diffstat (limited to 'core/java/android/bluetooth/BluetoothProfileState.java')
-rw-r--r--core/java/android/bluetooth/BluetoothProfileState.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/bluetooth/BluetoothProfileState.java b/core/java/android/bluetooth/BluetoothProfileState.java
index 584008b..3f36926 100644
--- a/core/java/android/bluetooth/BluetoothProfileState.java
+++ b/core/java/android/bluetooth/BluetoothProfileState.java
@@ -40,7 +40,7 @@ import com.android.internal.util.HierarchicalStateMachine;
*/
public class BluetoothProfileState extends HierarchicalStateMachine {
- private static final boolean DBG = true; // STOPSHIP - change to false.
+ private static final boolean DBG = true;
private static final String TAG = "BluetoothProfileState";
public static final int HFP = 0;