MCPcopy Create free account
hub / github.com/cinit/TMoe / logi

Method logi

app/src/main/java/cc/ioctl/tmoe/util/Utils.java:51–60  ·  view source on GitHub ↗
(String str)

Source from the content-addressed store, hash-verified

49 }
50
51 public static void logi(String str) {
52 try {
53 Log.i("TMoe", str);
54 XposedBridge.log(str);
55 } catch (NoClassDefFoundError e) {
56 Log.i("Xposed", str);
57 Log.i("EdXposed-Bridge", str);
58 Log.i("LSPosed-Bridge", str);
59 }
60 }
61
62 public static void logw(String str) {
63 Log.i("TMoe", str);

Callers 4

getMethodFromCacheMethod · 0.95
doFindMethodMethod · 0.95
doFindMethodDescMethod · 0.95
initForStubActivityMethod · 0.80

Calls 1

iMethod · 0.95

Tested by

no test coverage detected