summaryrefslogtreecommitdiffstats
path: root/stack/rfcomm/port_api.c
diff options
context:
space:
mode:
authorAndre Eisenbach <eisenbach@google.com>2015-04-22 15:38:21 -0700
committerAndre Eisenbach <eisenbach@google.com>2015-04-22 15:47:37 -0700
commit63ecd954f6da41a9b435475da7735df0830bba0b (patch)
tree35ff227283ae64473cad96e63a7c8de6ab989809 /stack/rfcomm/port_api.c
parentba562ce26c88a7ac0be2f7695f2e2566c205787a (diff)
downloadandroid_system_bt-63ecd954f6da41a9b435475da7735df0830bba0b.tar.gz
android_system_bt-63ecd954f6da41a9b435475da7735df0830bba0b.tar.bz2
android_system_bt-63ecd954f6da41a9b435475da7735df0830bba0b.zip
Reduce log spam on TX queue congestion
Bug: 19544388 Change-Id: Ib16878c08345983b3f72b484f2d5e4eb4791f2f9
Diffstat (limited to 'stack/rfcomm/port_api.c')
-rw-r--r--stack/rfcomm/port_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stack/rfcomm/port_api.c b/stack/rfcomm/port_api.c
index 3f38a71be..73ced16ea 100644
--- a/stack/rfcomm/port_api.c
+++ b/stack/rfcomm/port_api.c
@@ -1599,7 +1599,7 @@ int PORT_WriteDataCO (UINT16 handle, int* p_len)
{
port_flow_control_user(p_port);
event |= PORT_EV_FC;
- debug("tx queue is full,tx.queue_size:%d,tx.queue.count:%d,available:%d",
+ RFCOMM_TRACE_EVENT ("tx queue is full,tx.queue_size:%d,tx.queue.count:%d,available:%d",
p_port->tx.queue_size, GKI_queue_length(&p_port->tx.queue), available);
break;
}