[daemon] Fix shortcut (#1511)

This commit is contained in:
Nullptr 2022-01-02 20:06:56 +08:00 committed by GitHub
parent 9d90b4d5ed
commit b9093f2bb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 5 deletions

View File

@ -15,10 +15,6 @@
public static android.os.IBinder getApplicationServiceForSystemServer(android.os.IBinder, android.os.IBinder); public static android.os.IBinder getApplicationServiceForSystemServer(android.os.IBinder, android.os.IBinder);
} }
-keepclassmembers class ** implements android.content.ContextWrapper {
public int getUserId();
public android.os.UserHandle getUser();
}
-assumenosideeffects class android.util.Log { -assumenosideeffects class android.util.Log {
public static *** v(...); public static *** v(...);
public static *** d(...); public static *** d(...);

View File

@ -6,4 +6,14 @@
} }
-keepclasseswithmembers class org.lsposed.lspd.service.LogcatService { -keepclasseswithmembers class org.lsposed.lspd.service.LogcatService {
private int refreshFd(boolean); private int refreshFd(boolean);
} }
-keepclassmembers class ** implements android.content.ContextWrapper {
public int getUserId();
public android.os.UserHandle getUser();
}
-assumenosideeffects class android.util.Log {
public static *** v(...);
public static *** d(...);
}
-repackageclasses
-allowaccessmodification