Improve performance

This commit is contained in:
Mygod
2020-06-28 04:20:23 +08:00
parent fd3783b95f
commit e6f72df814
2 changed files with 31 additions and 35 deletions

View File

@@ -15,6 +15,7 @@ object RootManager : RootSession() {
@Parcelize
class RootInit : RootCommandNoResult {
override suspend fun execute(): Parcelable? {
RootServer.DEBUG = BuildConfig.DEBUG
Services.init(RootJava.getSystemContext())
return null
}