类 VolleyLog
java.lang.Object
com.android.volley.VolleyLog
Logging helper class.
to see Volley logs call:
<android-sdk>/platform-tools/adb shell setprop log.tag.Volley VERBOSE-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static voidstatic voidstatic voidstatic voidCustomize the log tag for your application, so that other apps using Volley don't mix their logs with yours.static voidstatic voidstatic void
-
字段详细资料
-
TAG
-
DEBUG
public static boolean DEBUG
-
-
构造器详细资料
-
VolleyLog
public VolleyLog()
-
-
方法详细资料
-
setTag
Customize the log tag for your application, so that other apps using Volley don't mix their logs with yours.
Enable the log property for your tag before starting your app:
adb shell setprop log.tag.<tag> -
v
-
d
-
e
-
e
-
wtf
-
wtf
-