HomeSort by relevance Sort by last modified time
    Searched refs:VolleyLog (Results 1 - 9 of 9) sorted by null

  /external/volley/src/main/java/com/android/volley/
CacheDispatcher.java 37 private static final boolean DEBUG = VolleyLog.DEBUG;
89 if (DEBUG) VolleyLog.v("start new dispatcher");
104 VolleyLog.e(
235 if (VolleyLog.DEBUG) {
236 VolleyLog.v(
253 if (VolleyLog.DEBUG) {
254 VolleyLog.v(
264 VolleyLog.e("Couldn't add request to queue. %s", iex.toString());
294 if (VolleyLog.DEBUG) {
295 VolleyLog.d("Request for cacheKey=%s is in flight, putting on hold.", cacheKey)
    [all...]
VolleyLog.java 31 public class VolleyLog {
40 private static final String CLASS_NAME = VolleyLog.class.getName();
91 // Walk up the stack looking for the first caller outside of VolleyLog.
95 if (!clazz.equals(VolleyLog.CLASS_NAME)) {
109 public static final boolean ENABLED = VolleyLog.DEBUG;
NetworkDispatcher.java 97 VolleyLog.e(
163 VolleyLog.e(e, "Unhandled exception %s", e.toString());
Request.java 27 import com.android.volley.VolleyLog.MarkerLog;
  /external/volley/src/main/java/com/android/volley/toolbox/
JsonRequest.java 26 import com.android.volley.VolleyLog;
121 VolleyLog.wtf(
DiskBasedCache.java 24 import com.android.volley.VolleyLog;
107 VolleyLog.d("Cache cleared.");
127 VolleyLog.d(
141 VolleyLog.d("%s: %s", file.getAbsolutePath(), e.toString());
155 VolleyLog.e("Unable to create cache dir %s", mRootDirectory.getAbsolutePath());
221 VolleyLog.d("Failed to write header for %s", file.getAbsolutePath());
234 VolleyLog.d("Could not clean up file %s", file.getAbsolutePath());
244 VolleyLog.d(
273 if (VolleyLog.DEBUG) {
274 VolleyLog.v("Pruning old cache entries.")
    [all...]
BasicNetwork.java 34 import com.android.volley.VolleyLog;
51 protected static final boolean DEBUG = VolleyLog.DEBUG;
183 VolleyLog.e("Unexpected response code %d for %s", statusCode, request.getUrl());
222 VolleyLog.d(
276 VolleyLog.v("HTTP ERROR(%s) %d ms to fetch %s", what, (now - start), url);
303 VolleyLog.v("Error occurred when closing InputStream");
HttpHeaderParser.java 22 import com.android.volley.VolleyLog;
138 VolleyLog.e(e, "Unable to parse dateStr: %s, falling back to 0", dateStr);
ImageRequest.java 31 import com.android.volley.VolleyLog;
187 VolleyLog.e("Caught OOM for %d byte image, url=%s", response.data.length, getUrl());

Completed in 974 milliseconds