From c8e27de06bc3471a29e89434ad060e9c50064c73 Mon Sep 17 00:00:00 2001 From: wangsiyuan <2392948297@qq.com> Date: Mon, 25 Sep 2023 15:13:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20AppLogReaperServiceImpl.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AppLogReaperServiceImpl.js | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 AppLogReaperServiceImpl.js diff --git a/AppLogReaperServiceImpl.js b/AppLogReaperServiceImpl.js deleted file mode 100644 index 54d8ea0..0000000 --- a/AppLogReaperServiceImpl.js +++ /dev/null @@ -1,11 +0,0 @@ -//AppLogReaperServiceImpl类的LIZ方法 -Java.perform(function() { - var AppLogReaperServiceImpl = Java.use("com.ss.android.ugc.aweme.lancet.AppLogReaperServiceImpl"); - - AppLogReaperServiceImpl.LIZ.overload('org.json.JSONObject').implementation = function(jsonObject) { - console.log("Logged JSON: " + jsonObject.toString()); - - // Call the original function - return this.LIZ(jsonObject); - }; -});