History log of /frameworks/volley/src/com/android/volley/VolleyLog.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8c5daf39f32ed5ed4e5dc8aa78cbcf5e169c3e4e 31-May-2013 Evan Charlton <evancharlton@gmail.com> Allow per-app VolleyLog tags

To clean up the logs when multiple apps are using Volley, optionally
customize the VolleyLog tag so that the app has its own namespace.

Change-Id: I5b2129ab41bcfb7f309d324f696f905c98833551
/frameworks/volley/src/com/android/volley/VolleyLog.java
c0d371cf523ec7db27e0b619c174295c4c9e1ac0 17-Nov-2012 Evan Charlton <evanc@google.com> Pass exception to android.util.Log

When using VolleyLog, add method overloads which allow the original
exception to be passed through to the underlying Android Log class.

Also update NetworkDispatcher to use the new method.

Change-Id: I0f48cf65c9af3e96e9e8e871665d3e68027d808f
/frameworks/volley/src/com/android/volley/VolleyLog.java
d56b88ae161057e848e7410d1b9ce5b0b8c427fc 07-Nov-2012 Jean-Baptiste Queru <jbq@google.com> Initial commit of volley (from frameworks/support)

Change-Id: I12ada622c3885da6994cc2ff40cd275e1d5311e2
/frameworks/volley/src/com/android/volley/VolleyLog.java