MCPcopy
hub / github.com/TommyLemon/Android-ZBLibrary / i

Method i

ZBLibrary/src/main/java/zuo/biao/library/util/Log.java:56–60  ·  view source on GitHub ↗

@param TAG @param msg

(String TAG, String msg)

Source from the content-addressed store, hash-verified

54 * @param msg
55 */
56 public static void i(String TAG, String msg) {
57 if (! SettingUtil.isReleased) {
58 android.util.Log.i(TAG, msg);
59 }
60 }
61
62 /**
63 * @param TAG

Callers 15

loadDataMethod · 0.95
stopLoadDataMethod · 0.95
handleListMethod · 0.95
runMethod · 0.95
loadDataMethod · 0.95
stopLoadDataMethod · 0.95
handleListMethod · 0.95
runMethod · 0.95
loadDataMethod · 0.95
stopLoadDataMethod · 0.95
handleListMethod · 0.95
runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected