Loading system/bta/test/bta_hf_client_add_record_test.cc +4 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,10 @@ static uint16_t gVersion; // Define appl_trace_level even though LogMsg is trivial. This is required when // coverage is enabled because the compiler is unable to eliminate the `if` // checks against appl_trace_level in APPL_TRACE_* macros. uint8_t appl_trace_level = 0; void LogMsg(uint32_t trace_set_mask, const char* fmt_str, ...) {} bool SDP_AddProtocolList(uint32_t handle, uint16_t num_elem, tSDP_PROTOCOL_ELEM* p_elem_list) { Loading Loading
system/bta/test/bta_hf_client_add_record_test.cc +4 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,10 @@ static uint16_t gVersion; // Define appl_trace_level even though LogMsg is trivial. This is required when // coverage is enabled because the compiler is unable to eliminate the `if` // checks against appl_trace_level in APPL_TRACE_* macros. uint8_t appl_trace_level = 0; void LogMsg(uint32_t trace_set_mask, const char* fmt_str, ...) {} bool SDP_AddProtocolList(uint32_t handle, uint16_t num_elem, tSDP_PROTOCOL_ELEM* p_elem_list) { Loading