[android] Renamed log tag

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2022-04-26 10:14:15 +02:00 committed by Alexander Borsuk
parent 917343500d
commit ca924bfa6b

View file

@ -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;