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

Commit 85a26c78 authored by Eagle Kang's avatar Eagle Kang Committed by android-build-merger
Browse files

Merge "Log BT Trace levels per profile"

am: 21ce81a6

Change-Id: If37fac010c209f8bab22a6a3837db019e142b3fa
parents 1d328e9d 21ce81a6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -190,7 +190,8 @@ static void load_levels_from_config(const config_t* config) {
    int value = config_get_int(*config, CONFIG_DEFAULT_SECTION,
                               functions->trc_name, -1);
    if (value != -1) functions->trace_level = value;

    LOG_INFO(LOG_TAG, "BTE_InitTraceLevels -- %s : Level %d",
             functions->trc_name, functions->trace_level);
    if (functions->p_f) functions->p_f(functions->trace_level);
  }
}