btif: remove logspam at higher debug levels
Some CHECK macros had logs that printed the function name, which duplicated the logs in the functions outside the checks, producing too many logs. Remove some unused macros. Changes: 02-01 09:34:11.757 1259 1755 D bt_btif : get_folder_items_list_rsp 02-01 09:34:11.757 1259 1755 D bt_btif : get_folder_items_list_rsp: item_cnt: 0 len: 0 to 02-01 09:34:11.757 1259 1755 D bt_btif : get_folder_items_list_rsp: item_cnt: 0 len: 0 and similar. Test: run logcat, check that we have less duplicated logs Change-Id: Id6e57f38b34d176ed8be0c3baedfbcf55e61a9a4
Showing
- system/btif/src/btif_av.cc 0 additions, 3 deletionssystem/btif/src/btif_av.cc
- system/btif/src/btif_hf.cc 0 additions, 14 deletionssystem/btif/src/btif_hf.cc
- system/btif/src/btif_hh.cc 28 additions, 25 deletionssystem/btif/src/btif_hh.cc
- system/btif/src/btif_hl.cc 0 additions, 2 deletionssystem/btif/src/btif_hl.cc
- system/btif/src/btif_rc.cc 20 additions, 9 deletionssystem/btif/src/btif_rc.cc
- system/btif/src/btif_sock_l2cap.cc 0 additions, 7 deletionssystem/btif/src/btif_sock_l2cap.cc
- system/btif/src/btif_sock_thread.cc 14 additions, 12 deletionssystem/btif/src/btif_sock_thread.cc
Loading
Please register or sign in to comment