set DdmHandleAppName to package name for daemon (#2905)
This commit is contained in:
parent
2f58f0785d
commit
948fda8e0c
|
|
@ -140,7 +140,7 @@ public class ServiceManager {
|
|||
|
||||
ActivityThread.systemMain();
|
||||
|
||||
DdmHandleAppName.setAppName("lspd", 0);
|
||||
DdmHandleAppName.setAppName("org.lsposed.daemon", 0);
|
||||
|
||||
waitSystemService("package");
|
||||
waitSystemService("activity");
|
||||
|
|
|
|||
Loading…
Reference in New Issue