MCPcopy Index your code
hub / github.com/AlphaBoom/ClassifyView / d

Method d

classify/src/main/java/com/anarchy/classify/util/L.java:15–19  ·  view source on GitHub ↗
(String msg)

Source from the content-addressed store, hash-verified

13 DEBUG = debugAble;
14 }
15 public static void d(String msg){
16 if(DEBUG){
17 Log.d(TAG,msg);
18 }
19 }
20 public static void d(String msg,Object... objects){
21 if(DEBUG){
22 Log.d(TAG,String.format(msg,objects));

Callers 5

onLongPressMethod · 0.95
onTouchEventMethod · 0.95
onInterceptTouchEventMethod · 0.95
onDragMethod · 0.95
restoreDragViewMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected