MCPcopy Create free account
hub / github.com/InsightIM/Tok-Android / d

Method d

app/src/main/java/com/client/tok/utils/LogUtil.java:29–31  ·  view source on GitHub ↗
(String msg)

Source from the content-addressed store, hash-verified

27 }
28
29 public static void d(String msg) {
30 d(TAG, msg);
31 }
32
33 public static void d(String tag, String msg) {
34 if (mIsShowLog) {

Callers 7

surfaceCreatedMethod · 0.95
surfaceChangedMethod · 0.95
stopRecordMethod · 0.95
runMethod · 0.80
releaseMethod · 0.80
drainMethod · 0.80

Calls 2

formNullMethod · 0.95
getNameMethod · 0.65

Tested by

no test coverage detected