Fix icon creation on ZUI (#1690)

Fix #1687
This commit is contained in:
LoveSy 2022-02-14 19:39:16 +08:00 committed by GitHub
parent a32d4fc0ab
commit 808d941846
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,7 @@
package org.lsposed.lspd.service;
import android.app.ActivityThread;
import android.content.Context;
import android.ddm.DdmHandleAppName;
import android.os.IBinder;
@ -94,6 +95,8 @@ public class ServiceManager {
System.exit(1);
});
ActivityThread.systemMain();
logcatService = new LogcatService();
logcatService.start();