Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
set DdmHandleAppName to package name for daemon (#2905)
Browse files Browse the repository at this point in the history
  • Loading branch information
5ec1cff committed Dec 30, 2023
1 parent 2f58f07 commit 948fda8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public static void start(String[] args) {

ActivityThread.systemMain();

DdmHandleAppName.setAppName("lspd", 0);
DdmHandleAppName.setAppName("org.lsposed.daemon", 0);

waitSystemService("package");
waitSystemService("activity");
Expand Down

0 comments on commit 948fda8

Please sign in to comment.