/[zanavi_public1]/navit/navit/debug.c
ZANavi

Diff of /navit/navit/debug.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 26 Revision 27
236} 236}
237 237
238void 238void
239debug_printf(int level, const char *module, const int mlen,const char *function, const int flen, int prefix, const char *fmt, ...) 239debug_printf(int level, const char *module, const int mlen,const char *function, const int flen, int prefix, const char *fmt, ...)
240{ 240{
241// __android_log_print(ANDROID_LOG_ERROR,"navit", "aaa11********");
241#ifdef _DEBUG_BUILD_ 242#ifdef _DEBUG_BUILD_
243// __android_log_print(ANDROID_LOG_ERROR,"navit", "aaa22********");
242 va_list ap; 244 va_list ap;
243 va_start(ap, fmt); 245 va_start(ap, fmt);
244 debug_vprintf(level, module, mlen, function, flen, prefix, fmt, ap); 246 debug_vprintf(level, module, mlen, function, flen, prefix, fmt, ap);
245 va_end(ap); 247 va_end(ap);
246#endif 248#endif

Legend:
Removed from v.26  
changed lines
  Added in v.27

   
Visit the ZANavi Wiki