Use deviceStorage code_cache

This commit is contained in:
Mygod
2020-07-18 03:32:12 +08:00
parent 6bef518ac0
commit 07a63f77c1

View File

@@ -38,7 +38,7 @@ object RootManager : RootSession() {
override suspend fun initServer(server: RootServer) {
RootServer.isDebugEnabled = BuildConfig.DEBUG
try {
server.init(app)
server.init(app.deviceStorage)
} finally {
server.readUnexpectedStderr()?.let { Timber.e(it) }
}