9 lines
195 B
C
9 lines
195 B
C
#ifndef _LIBLOG_MTK_H__
|
|
#define _LIBLOG_MTK_H__
|
|
|
|
#if defined(MTK_LOGD_ENHANCE) && defined(ANDROID_LOG_MUCH_COUNT)
|
|
static int tag_add_size;
|
|
static int pre_tag;
|
|
#endif
|
|
|
|
#endif /* _LIBLOG_MTK_H__ */ |