how to enable zigbee log

Hi,

I am debugging the zigbee functionality and would like to enable the zigbee log,already enabled log in prj.conf but no data coming out.What do I have to do to enable log.

Parents
  • Hello,

    Are you sure you mean that you want to enable the zigbee trace? Or do you want to enable normal application logging? They are two different things. Application logs are the ones that you can monitor using a UART or RTT terminal, while a trace log is something that we would have to send to our stack provider to decrypt,  if you suspect that there is a bug in the Zigbee stack (Zboss stack).

    Best regards,

    Edvin

  • Hi Edvin,

    I want to enable zigbee log.I'm doing zigbee development  so I'd like to use the zigbee log to helped me understand the source code.I just need to enable a log like "TRACE_MSG(TRACE_ZCL1,">> zb_zcl_ias_zone_check_attr_notify buf_param %hd", (FMT__H,  buf_param));"

Reply Children
No Data
Related