Searched refs:VolleyLog (Results 1 - 9 of 9) sorted by relevance

/frameworks/support/volley/src/com/android/volley/toolbox/
H A DDiskBasedCache.java22 import com.android.volley.VolleyLog;
97 VolleyLog.d("Cache cleared.");
119 VolleyLog.d("%s: %s", file.getAbsolutePath(), e.toString());
201 VolleyLog.d("Could not clean up file %s", file.getAbsolutePath());
213 VolleyLog.d("Could not delete cache entry for key=%s, filename=%s",
245 if (VolleyLog.DEBUG) {
246 VolleyLog.v("Pruning old cache entries.");
261 VolleyLog.d("Could not delete cache entry for key=%s, filename=%s",
272 if (VolleyLog.DEBUG) {
273 VolleyLog
[all...]
H A DJsonRequest.java24 import com.android.volley.VolleyLog;
70 VolleyLog.wtf("Unsupported Encoding while trying to get the bytes of %s using %s",
H A DBasicNetwork.java32 import com.android.volley.VolleyLog;
54 protected static final boolean DEBUG = VolleyLog.DEBUG;
127 VolleyLog.e("Unexpected response code %d for %s", statusCode, request.getUrl());
152 VolleyLog.d("HTTP response for request=<%s> [lifetime=%d], [size=%s], " +
197 VolleyLog.v("HTTP ERROR(%s) %d ms to fetch %s", what, (now - start), url);
223 VolleyLog.v("Error occured when calling consumingContent");
H A DImageRequest.java24 import com.android.volley.VolleyLog;
128 VolleyLog.e("Caught OOM for %d byte image, url=%s", response.data.length, getUrl());
/frameworks/support/volley/src/com/android/volley/
H A DCacheDispatcher.java33 private static final boolean DEBUG = VolleyLog.DEBUG;
79 if (DEBUG) VolleyLog.v("start new dispatcher");
H A DRequestQueue.java234 if (VolleyLog.DEBUG) {
235 VolleyLog.v("Draining requests with sequence number below %s", sequenceNumber);
292 if (VolleyLog.DEBUG) {
293 VolleyLog.v("Request for cacheKey=%s is in flight, putting on hold.", cacheKey);
323 if (VolleyLog.DEBUG) {
324 VolleyLog.v("Releasing %d waiting requests for cacheKey=%s.",
H A DVolleyLog.java27 public class VolleyLog { class
63 // Walk up the stack looking for the first caller outside of VolleyLog.
67 if (!clazz.equals(VolleyLog.class)) {
84 public static final boolean ENABLED = VolleyLog.DEBUG;
H A DNetworkDispatcher.java122 VolleyLog.e("Unhandled exception %s", e.toString());
H A DRequest.java23 import com.android.volley.VolleyLog.MarkerLog;
162 VolleyLog.d("%d ms: %s", requestTime, this.toString());

Completed in 97 milliseconds