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

Method e

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

@param TAG @param msg

(String TAG, String msg)

Source from the content-addressed store, hash-verified

64 * @param msg
65 */
66 public static void e(String TAG, String msg) {
67 if (! SettingUtil.isReleased) {
68 android.util.Log.e(TAG, msg);
69 }
70 }
71
72 /**
73 * @param TAG

Callers 15

onLoadFailedMethod · 0.95
saveCacheMethod · 0.95
initMethod · 0.95
onLoadFailedMethod · 0.95
saveCacheMethod · 0.95
onLoadFailedMethod · 0.95
saveCacheMethod · 0.95
onLoadFailedMethod · 0.95
saveCacheMethod · 0.95
setTabSelectionMethod · 0.95
registerMethod · 0.95
unregisterMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected