- 去除各种插桩 - 反编译后是纯净的close方法 <img width="514" height="152" alt="Image" src="https://github.com/user-attachments/assets/d6e893e5-6b20-4cdb-8750-df8758c7861b" /> 但实际检测结果,多了个方法关联,不知道是什么原因,加白名单可以滤除: [Method Not Implement] in com/bumptech/glide/disklrucache/Util(Util.java:70) static void closeQuietly(java.io.Closeable){ ->public void com.tencent.cloud.ai.network.okhttp3.c.close() } 其中tencent的代码确实没有实现,但这两者并无关联: <img width="593" height="199" alt="Image" src="https://github.com/user-attachments/assets/331356fc-e3f7-41d6-9f71-ee08ac8dc282" />