AndroidAPS/app/src/main/java/info/nightscout/androidaps/plugins/PumpDanaRv2
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
..
comm better handling DetailedBolusInfo in v2 driver 2017-08-23 23:03:28 +02:00
services Log exceptions in catch blocks rather than printing to console. 2017-09-09 16:41:06 +02:00
DanaRv2Plugin.java Log exceptions in catch blocks rather than printing to console. 2017-09-09 16:41:06 +02:00
SerialIOThread.java Log exceptions in catch blocks rather than printing to console. 2017-09-09 16:41:06 +02:00