AndroidAPS/app/src/main/java/info/nightscout/androidaps/plugins/Loop
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
..
events fixing bugs after refactoring 2016-08-07 23:21:08 +02:00
APSResult.java Log exceptions in catch blocks rather than printing to console. 2017-09-09 16:41:06 +02:00
DeviceStatus.java Log exceptions in catch blocks rather than printing to console. 2017-09-09 16:41:06 +02:00
LoopFragment.java Extract SubscriberFragment base class. 2017-07-18 12:59:25 +02:00
LoopPlugin.java APSRequest Answers event 2017-08-11 22:46:08 +02:00
ScriptReader.java move some support classes 2016-06-28 11:30:42 +02:00