xiongzhu 10 月之前
父節點
當前提交
b8b35152c5
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      app/src/main/java/com/example/modifiermodule/BaseHook.java

+ 0 - 1
app/src/main/java/com/example/modifiermodule/BaseHook.java

@@ -92,7 +92,6 @@ public class BaseHook {
 
     @SuppressLint("PrivateApi")
     public String getProperty(String key, String defaultValue) {
-        log("getProperty: " + key);
         String value = defaultValue;
         try {
             Context context = getContext();