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();