AndroidAPS/app
Johannes Mockenhaupt c50fad81bb
Log exceptions in catch blocks rather than printing to console.
The default code used by Android Studio when generating a
try/catch can be altered in Settings under
    Editor->File and Code Templates->Catch Statement body
to
    log.error("Unhandled exception", e);
to also do this for newly generated code.

(cherry picked from commit c2ae29f)

(cherry picked from commit 6031a25)
2017-09-09 16:41:06 +02:00
..
libs Add prefernces.json validator lib 2017-01-29 13:00:21 +01:00
src Log exceptions in catch blocks rather than printing to console. 2017-09-09 16:41:06 +02:00
.gitignore Objectives design 2016-06-04 17:28:05 +02:00
build.gradle make dev 1.52 2017-08-26 21:28:08 +02:00
fabric.properties add bg language 2016-07-05 20:28:23 +02:00
proguard-rules.pro plugins refactoring 2016-08-05 23:54:03 +02:00