mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-03-11 05:00:49 +00:00
Set tag for root service
This commit is contained in:
parent
97135879a1
commit
0b8577d02b
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user