mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-22 04:33:55 +00:00
feat: move subscriptions to new notification method
This commit is contained in:
@@ -86,7 +86,7 @@ object Logger {
|
||||
fun log(message: String) {
|
||||
val trace = Thread.currentThread().stackTrace[3]
|
||||
loggerExecutor.execute {
|
||||
if (file == null) Log.d("Internal Logger", "$message)")
|
||||
if (file == null) Log.d("Internal Logger", message)
|
||||
else {
|
||||
val className = trace.className
|
||||
val methodName = trace.methodName
|
||||
|
||||
Reference in New Issue
Block a user