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

Method logw

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

Source from the content-addressed store, hash-verified

60 }
61
62 public static void logw(String str) {
63 Log.i("TMoe", str);
64 try {
65 XposedBridge.log(str);
66 } catch (NoClassDefFoundError e) {
67 Log.w("Xposed", str);
68 Log.w("EdXposed-Bridge", str);
69 Log.w("LSPosed-Bridge", str);
70 }
71 }
72
73 public static void logw(Throwable th) {
74 if (th == null) {

Callers 2

allowEarlyInitMethod · 0.95

Calls 3

iMethod · 0.95
wMethod · 0.95
getStackTraceStringMethod · 0.95

Tested by

no test coverage detected