mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-20 17:58:48 +00:00
Set tag for root service
This commit is contained in:
@@ -22,7 +22,11 @@ class RootUtils(stub: Any?) : RootService() {
|
||||
private lateinit var am: ActivityManager
|
||||
|
||||
constructor() : this(null) {
|
||||
Timber.plant(Timber.DebugTree())
|
||||
Timber.plant(object : Timber.DebugTree() {
|
||||
override fun log(priority: Int, tag: String?, message: String, t: Throwable?) {
|
||||
super.log(priority, "Magisk", message, t)
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
override fun onCreate() {
|
||||
|
Reference in New Issue
Block a user