[android] Changed core logs tag

This commit is contained in:
Александр Зацепин 2017-06-27 13:36:17 +03:00 committed by Yuri Gorshenin
parent 7ac781d70c
commit bd9089446b

View file

@ -43,7 +43,7 @@ public class LoggerFactory
@NonNull
@GuardedBy("this")
private final EnumMap<Type, BaseLogger> mLoggers = new EnumMap<>(Type.class);
private final static String CORE_TAG = "Core";
private final static String CORE_TAG = "MapsmeCore";
@Nullable
@GuardedBy("this")
private ExecutorService mFileLoggerExecutor;