From: Mike J. Chen Date: Mon, 19 May 2014 21:38:34 +0000 (-0700) Subject: Change a TRACE_ERROR message to TRACE_DEBUG on every LE report X-Git-Tag: android-x86-7.1-r1~1763^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=208dd40ad845d1ffa47ec142f764ea6df59aff19;p=android-x86%2Fsystem-bt.git Change a TRACE_ERROR message to TRACE_DEBUG on every LE report Change-Id: If07fdfb69dcfc0f9c983f9e4f42ee8d1bb615d1b Signed-off-by: Mike J. Chen --- diff --git a/bta/hh/bta_hh_le.c b/bta/hh/bta_hh_le.c index f2bba4a6e..34447a5aa 100644 --- a/bta/hh/bta_hh_le.c +++ b/bta/hh/bta_hh_le.c @@ -2262,7 +2262,7 @@ void bta_hh_le_input_rpt_notify(tBTA_GATTC_NOTIFY *p_data) else if (p_data->char_id.char_id.uuid.uu.uuid16 == GATT_UUID_HID_BT_KB_INPUT) app_id = BTA_HH_APP_ID_KB; - APPL_TRACE_ERROR1("Notification received on report ID: %d", p_rpt->rpt_id); + APPL_TRACE_DEBUG1("Notification received on report ID: %d", p_rpt->rpt_id); /* need to append report ID to the head of data */ if (p_rpt->rpt_id != 0)