MCPcopy Create free account
hub / github.com/FongMi/TV / log

Method log

catvod/src/main/java/com/github/catvod/crawler/SpiderDebug.java:11–13  ·  view source on GitHub ↗
(Throwable th)

Source from the content-addressed store, hash-verified

9 private static final String TAG = SpiderDebug.class.getSimpleName();
10
11 public static void log(Throwable th) {
12 if (th != null) th.printStackTrace();
13 }
14
15 public static void log(String msg) {
16 if (!TextUtils.isEmpty(msg)) Logger.t(TAG).d(msg);

Callers 7

homeContentMethod · 0.95
categoryContentMethod · 0.95
detailContentMethod · 0.95
playerContentMethod · 0.95
searchContentMethod · 0.95
actionMethod · 0.95
startMethod · 0.95

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected