forked from organicmaps/organicmaps
[android] Renamed log tag
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
917343500d
commit
ca924bfa6b
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ public class LoggerFactory
|
|||
@NonNull
|
||||
@GuardedBy("this")
|
||||
private final EnumMap<Type, BaseLogger> mLoggers = new EnumMap<>(Type.class);
|
||||
private final static String CORE_TAG = "MapsmeCore";
|
||||
private final static String CORE_TAG = "OMapsCore";
|
||||
@Nullable
|
||||
@GuardedBy("this")
|
||||
private ExecutorService mFileLoggerExecutor;
|
||||
|
|
Loading…
Add table
Reference in a new issue