Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 21315a57 authored by Henri Chataing's avatar Henri Chataing
Browse files

system: Remove xx_TRACE_yy log macros

Bug: 305066880
Test: m com.android.btservices
Change-Id: Ic6d4c8f25d7934bd1a775230361acc01a9e392f3
parent a5de1829
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@
#define HAL_CBACK(P_CB, P_CBACK, ...)                              \
  do {                                                             \
    if ((P_CB) && (P_CB)->P_CBACK) {                               \
      BTIF_TRACE_API("%s: HAL %s->%s", __func__, #P_CB, #P_CBACK); \
      LOG_VERBOSE("%s: HAL %s->%s", __func__, #P_CB, #P_CBACK);    \
      (P_CB)->P_CBACK(__VA_ARGS__);                                \
    } else {                                                       \
      ASSERTC(0, "Callback is NULL", 0);                           \