mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-24 07:58:34 +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;
|
import java.util.Formatter;
|
||||||
|
|
||||||
public class Log {
|
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 ) {
|
public static void d( String tag, String fmt, Object... args ) {
|
||||||
String str = new Formatter().format( fmt, args ).toString();
|
String str = new Formatter().format( fmt, args ).toString();
|
||||||
|
|
Loading…
Add table
Reference in a new issue