History log of /frameworks/volley/src/main/java/com/android/volley/Request.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3b4fb45a8879c937d78f8bcb1db32af132cb99f4 06-Jul-2015 Ficus Kirkpatrick <ficus@android.com> Stop logging slow requests outside of debug logs.

This dumps the URL, which can contain PII.
/frameworks/volley/src/main/java/com/android/volley/Request.java
b9b8dc3d98fb1a8c3f02c2c2fcc18cbd344c05cb 29-Nov-2014 Ficus Kirkpatrick <ficus@android.com> Migrate from Gradle to Maven.

- Restructure source to src/{main,test} style
- Add pom.xml and update Android.mk
- Migrate all tests to JUnit4 and Robolectric
- RequestQueueTest is currently @Ignored as fixing it will
involve more extensive refactoring.
- Main library still builds in Gradle; tests do not

Change-Id: I1edc53bb1a54f64d3e806e4572901295ef63e2ca
/frameworks/volley/src/main/java/com/android/volley/Request.java