mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-09 05:24:44 +01:00
use TAG format that doesn't break logcat filtering
This commit is contained in:
parent
b58e121246
commit
2cdd50b5fd
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ package org.eehouse.android.xw4;
|
|||
import java.util.Formatter;
|
||||
|
||||
public class Log {
|
||||
private static final String PRE_TAG = BuildConfig.FLAVOR + ":";
|
||||
private static final String PRE_TAG = BuildConfig.FLAVOR + "-";
|
||||
|
||||
public static void d( String tag, String fmt, Object... args ) {
|
||||
String str = new Formatter().format( fmt, args ).toString();
|
||||
|
|
Loading…
Reference in a new issue