log update

This commit is contained in:
philippe44
2019-05-31 22:23:33 -07:00
parent 99d2afc0a0
commit 20007615a0
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@@ -58,3 +58,5 @@ $RECYCLE.BIN/
*.lnk
sdkconfig
*.save
libs/

View File

@@ -603,7 +603,7 @@ static int32_t bt_app_a2d_data_cb(uint8_t *data, int32_t len)
if (s > max_s) max_s = s;
if (!(count++ & 0x7ff)) {
LOG_INFO("frames %d (count:%d) (out:%d/%d/%d, stream:%d/%d/%d)", frames, count, max_o, min_o, o, max_s, min_s, s);
LOG_INFO("output:%d/%d/%d stream:%d/%d/%d (max/min/current)", max_o, min_o, o, max_s, min_s, s);
min_o = min_s = -1;
max_o = max_s = -0;
}