add trace tag

This commit is contained in:
ruil2
2014-07-16 16:49:53 +08:00
parent 118a1939ed
commit 62ed30c5b0
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;