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

/frameworks/volley/src/com/android/volley/toolbox/
H A DJsonRequest.java24 import com.android.volley.VolleyLog;
97 VolleyLog.wtf("Unsupported Encoding while trying to get the bytes of %s using %s",
H A DDiskBasedCache.java22 import com.android.volley.VolleyLog;
98 VolleyLog.d("Cache cleared.");
120 VolleyLog.d("%s: %s", file.getAbsolutePath(), e.toString());
142 VolleyLog.e("Unable to create cache dir %s", mRootDirectory.getAbsolutePath());
203 VolleyLog.d("Failed to write header for %s", file.getAbsolutePath());
214 VolleyLog.d("Could not clean up file %s", file.getAbsolutePath());
226 VolleyLog.d("Could not delete cache entry for key=%s, filename=%s",
258 if (VolleyLog.DEBUG) {
259 VolleyLog.v("Pruning old cache entries.");
274 VolleyLog
[all...]
H A DBasicNetwork.java32 import com.android.volley.VolleyLog;
54 protected static final boolean DEBUG = VolleyLog.DEBUG;
136 VolleyLog.e("Unexpected response code %d for %s", statusCode, request.getUrl());
161 VolleyLog.d("HTTP response for request=<%s> [lifetime=%d], [size=%s], " +
206 VolleyLog.v("HTTP ERROR(%s) %d ms to fetch %s", what, (now - start), url);
232 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/volley/src/com/android/volley/
H A DRequestQueue.java244 if (VolleyLog.DEBUG) {
245 VolleyLog.v("Request for cacheKey=%s is in flight, putting on hold.", cacheKey);
275 if (VolleyLog.DEBUG) {
276 VolleyLog.v("Releasing %d waiting requests for cacheKey=%s.",
H A DCacheDispatcher.java34 private static final boolean DEBUG = VolleyLog.DEBUG;
80 if (DEBUG) VolleyLog.v("start new dispatcher");
H A DVolleyLog.java27 public class VolleyLog { class
83 // Walk up the stack looking for the first caller outside of VolleyLog.
87 if (!clazz.equals(VolleyLog.class)) {
104 public static final boolean ENABLED = VolleyLog.DEBUG;
H A DNetworkDispatcher.java137 VolleyLog.e(e, "Unhandled exception %s", e.toString());
H A DRequest.java26 import com.android.volley.VolleyLog.MarkerLog;
240 VolleyLog.d("%d ms: %s", requestTime, this.toString());

Completed in 60 milliseconds