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

Method loge

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

Source from the content-addressed store, hash-verified

17 private static final ExecutorService sExecutorService = Executors.newCachedThreadPool();
18
19 public static void loge(String str) {
20 Log.e("TMoe", str);
21 try {
22 XposedBridge.log(str);
23 } catch (NoClassDefFoundError e) {
24 Log.e("Xposed", str);
25 Log.e("EdXposed-Bridge", str);
26 Log.e("LSPosed-Bridge", str);
27 }
28 }
29
30 public static void loge(Throwable th) {
31 if (th == null) {

Callers 15

setBackButtonImageMethod · 0.95
setTitleMethod · 0.95
getTitleMethod · 0.95
getSubtitleMethod · 0.95
setSubtitleMethod · 0.95
getBackButtonMethod · 0.95
staticPresentFragmentMethod · 0.95
isFinishingMethod · 0.95
getUserConfigClassMethod · 0.95
getTlrpcUserClassMethod · 0.95
getTlrpcChatClassMethod · 0.95
initForClassLocatorMethod · 0.95

Calls 2

eMethod · 0.95
getStackTraceStringMethod · 0.95

Tested by

no test coverage detected