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