mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-06 20:45:54 +01:00
vary common-code logging tag by variant
This commit is contained in:
parent
7824df67f5
commit
dea75a815e
1 changed files with 7 additions and 1 deletions
|
@ -695,7 +695,13 @@ android_debugf( const char* format, ... )
|
|||
va_end(ap);
|
||||
}
|
||||
|
||||
(void)__android_log_write( ANDROID_LOG_DEBUG, "xw4", buf );
|
||||
(void)__android_log_write( ANDROID_LOG_DEBUG,
|
||||
# if defined VARIANT_xw4
|
||||
"xw4"
|
||||
# elif defined VARIANT_xw4dbg
|
||||
"x4bg"
|
||||
# endif
|
||||
, buf );
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue