删除 AppLogReaperServiceImpl.js

master
wangsiyuan 2023-09-25 15:13:51 +08:00
parent 132bc23c8c
commit c8e27de06b
1 changed files with 0 additions and 11 deletions

View File

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