set DdmHandleAppName to package name for daemon (#2905)

This commit is contained in:
5ec1cff 2023-12-30 11:44:59 +08:00 committed by GitHub
parent 2f58f0785d
commit 948fda8e0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ public class ServiceManager {
ActivityThread.systemMain();
DdmHandleAppName.setAppName("lspd", 0);
DdmHandleAppName.setAppName("org.lsposed.daemon", 0);
waitSystemService("package");
waitSystemService("activity");