This commit is contained in:
gedoor 2021-12-26 22:16:13 +08:00
parent c4f3b1a19e
commit 23447a51f2
2 changed files with 3 additions and 1 deletions

View File

@ -223,5 +223,5 @@ dependencies {
//epubLib集成到应用内
// LeakCanary
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.7'
//debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.7'
}

View File

@ -13,6 +13,7 @@ import io.legado.app.help.BookHelp
import io.legado.app.model.TocEmptyException
import io.legado.app.utils.*
import splitties.init.appCtx
import timber.log.Timber
import java.io.File
import java.util.regex.Matcher
import java.util.regex.Pattern
@ -57,6 +58,7 @@ object LocalBook {
}
}
} catch (e: Exception) {
Timber.e(e)
e.localizedMessage
}
}