Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
Magisk
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Magisk
Commits
0b8577d0
Commit
0b8577d0
authored
May 07, 2022
by
vvb2060
Committed by
John Wu
May 08, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set tag for root service
parent
97135879
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
RootUtils.kt
...rc/main/java/com/topjohnwu/magisk/core/utils/RootUtils.kt
+5
-1
No files found.
app/src/main/java/com/topjohnwu/magisk/core/utils/RootUtils.kt
View file @
0b8577d0
...
@@ -22,7 +22,11 @@ class RootUtils(stub: Any?) : RootService() {
...
@@ -22,7 +22,11 @@ class RootUtils(stub: Any?) : RootService() {
private
lateinit
var
am
:
ActivityManager
private
lateinit
var
am
:
ActivityManager
constructor
()
:
this
(
null
)
{
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
()
{
override
fun
onCreate
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment