MCPcopy Create free account
hub / github.com/akhilkedia/AllTrans / debugLog

Method debugLog

app/src/main/java/akhil/alltrans/utils.java:93–102  ·  view source on GitHub ↗
(String str)

Source from the content-addressed store, hash-verified

91 }
92
93 public static void debugLog(String str) {
94 if (Debug) {
95 if (str.length() > 3900) {
96 Log.i("AllTrans", "AllTrans: " + str.substring(0, 3900));
97 debugLog(str.substring(3900));
98 } else {
99 Log.i("AllTrans", "AllTrans: " + str);
100 }
101 }
102 }
103
104 public static void tryHookMethod(Class<?> clazz, String methodName, Object... parameterTypesAndCallback){
105 try{

Callers 15

beforeHookedMethodMethod · 0.80
readPrefAndHookMethod · 0.80
callOriginalMethodMethod · 0.80
replaceHookedMethodMethod · 0.80
onCreateMethod · 0.80
queryMethod · 0.80
onActivityDestroyedMethod · 0.80
downloadModelMethod · 0.80
onSuccessMethod · 0.80
onFailureMethod · 0.80
callOriginalMethodMethod · 0.80
replaceHookedMethodMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected