forked from organicmaps/organicmaps
[android] Changed core logs tag
This commit is contained in:
parent
7ac781d70c
commit
bd9089446b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue