add trace tag

This commit is contained in:
ruil2
2014-07-16 16:49:53 +08:00
parent efdb0cd2e2
commit b9058e4987
3 changed files with 27 additions and 4 deletions

View File

@@ -64,7 +64,7 @@ welsCodecTrace::~welsCodecTrace() {
m_fpTrace = NULL;
}
#define MAX_LOG_SIZE 1024
void welsCodecTrace::StaticCodecTrace (void* pCtx, const int32_t iLevel, const char* Str_Format, va_list vl) {
welsCodecTrace* self = (welsCodecTrace*) pCtx;