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

Method i

app/src/main/java/im/tox/utils/LogCoreUtil.java:9–11  ·  view source on GitHub ↗
(String msg)

Source from the content-addressed store, hash-verified

7 private static String TAG = "Tok";
8
9 public static void i(String msg) {
10 i(TAG, msg);
11 }
12
13 public static void i(String tag, String msg) {
14 if (mIsShowLog) {

Callers 15

loadMethod · 0.95
closeMethod · 0.95
getNospamMethod · 0.95
deleteFriendMethod · 0.95
friendExistsMethod · 0.95
getFriendListMethod · 0.95
getFriendKeysMethod · 0.95
setTypingMethod · 0.95
friendSendMessageMethod · 0.95
fileControlMethod · 0.95
fileSeekMethod · 0.95

Calls 2

formNullMethod · 0.95
getNameMethod · 0.65

Tested by

no test coverage detected