* @param e Caught exception.\r
* @param doing Suffix to add at the end of the logged message.\r
*/\r
- private static void logException(Exception e, String doing) {\r
+ private void logException(Exception e, String doing) {\r
if (e instanceof HttpException) {\r
Log.e(TAG, "HTTP violation while " + doing, e);\r
\r