AndroidAPS/app/src/main/java/info/nightscout/androidaps/data
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
..
DetailedBolusInfo.java Remove now unused dia, insulinInterfaceId from Treatment. 2017-08-22 13:47:02 +02:00
GlucoseStatus.java use System.currentTimeMillis() 2017-06-15 23:12:12 +02:00
Intervals.java synchronize interval access 2017-07-19 17:39:55 +02:00
Iob.java OpenAPS MA initial work 2016-06-10 18:50:46 +02:00
IobTotal.java Log exceptions in catch blocks rather than printing to console. 2017-09-09 16:41:06 +02:00
MealData.java more work on autosens 2017-04-29 09:04:25 +02:00
NonOverlappingIntervals.java synchronize interval access 2017-07-19 17:39:55 +02:00
OverlappingIntervals.java Overlapping interval - regard first element on cut 2017-08-16 23:56:14 +02:00
Profile.java Log exceptions in catch blocks rather than printing to console. 2017-09-09 16:41:06 +02:00
ProfileIntervals.java synchronize interval access 2017-07-19 17:39:55 +02:00
ProfileStore.java Log exceptions in catch blocks rather than printing to console. 2017-09-09 16:41:06 +02:00
PumpEnactResult.java Log exceptions in catch blocks rather than printing to console. 2017-09-09 16:41:06 +02:00