AndroidAPS/wear
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 wear add clockwise lib 2016-11-26 14:21:01 +01:00
src/main Log exceptions in catch blocks rather than printing to console. 2017-09-09 16:41:06 +02:00
.gitignore fix gitignore 2017-02-11 01:50:25 +01:00
build.gradle Version-Number in settings 2017-08-08 02:06:46 +02:00
proguard-rules.pro wear installing on watch 2016-11-24 16:23:31 +01:00