mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-18 06:35:35 +03:00
fix(ble): fix Bluedroid log compression for newly added modules
This commit is contained in:
@@ -290,7 +290,7 @@ class LogCompressor:
|
||||
logs.append(log_info)
|
||||
except Exception as e:
|
||||
LOGGER.error(f'Error processing log node: {e}\n{traceback.format_exc()}')
|
||||
raise
|
||||
continue
|
||||
|
||||
return logs
|
||||
|
||||
|
||||
@@ -9,6 +9,22 @@ BLUEDROID_LOG_MODE_LEVEL_GET = {
|
||||
'GATT': 'gatt_cb.trace_level',
|
||||
'SMP': 'smp_cb.trace_level',
|
||||
'APPL': 'appl_trace_level',
|
||||
'HCI': 'HCI_INITIAL_TRACE_LEVEL',
|
||||
'SDP': 'sdp_cb.trace_level',
|
||||
'RFCOMM': 'rfc_cb.trace_level',
|
||||
'BNEP': 'bnep_cb.trace_level',
|
||||
'PAN': 'pan_cb.trace_level',
|
||||
'A2D': 'a2d_cb.trace_level',
|
||||
'AVDT': 'avdt_cb.trace_level',
|
||||
'AVCT': 'avct_cb.trace_level',
|
||||
'AVRC': 'avrc_cb.trace_level',
|
||||
'MCA': 'mca_cb.trace_level',
|
||||
'HIDH': 'hh_cb.trace_level',
|
||||
'HIDD': 'hd_cb.trace_level',
|
||||
'BTIF': 'btif_trace_level',
|
||||
'BTC': 'BTC_INITIAL_TRACE_LEVEL',
|
||||
'OSI': 'OSI_INITIAL_TRACE_LEVEL',
|
||||
'BLUFI': 'BLUFI_INITIAL_TRACE_LEVEL',
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user