trananh1992 / auto-update-apk-client

Automatically exported from code.google.com/p/auto-update-apk-client
0 stars 0 forks source link

Exceptions are not logged with logger #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The exceptions in the source are logged with printStackTrace() instead of using 
the logger.

Original issue reported on code.google.com by d...@codesushi.com on 15 May 2012 at 3:43

GoogleCodeExporter commented 9 years ago
This should be fixed in the last version, I've replaced 'e.printStackTrace()' 
with 'Log.e(TAG, e.getMessage())'

Original comment by lenik.terenin on 21 May 2012 at 11:51