Commit Graph

8 Commits

Author SHA1 Message Date
Johan Degraeve 1429922bd5 Option to enable NSLog so that all tracing can be found with cfgutil
When enabled, all logging can be viewed on a Mac:
- install Apple Configurator 2 on a Mac (it's not necessary to run the application)
- Open a Terminal session (on Mac click Search button top right, type 'Terminal', double click on the Terminal app)
- change directory to Downloads folder , type :
cd Downloads
- copy paste this :
/Applications/Apple\ Configurator\ 2.app/Contents/MacOS/cfgutil syslog | grep xDrip-NSLog | awk -F "xDrip-NSLog " '{print $2}'  > xdriplog.txt
and press enter

Now use the app, all logging information can be found in the file xdriplog.txt
You can also leave out the redirection to file.
2020-01-18 00:02:58 +01:00
Johan Degraeve b22a74dd64 removed withVolume parameter in playSound, as it's not used, and it doesn't allow to increase the volume above system volume level 2019-12-22 16:53:27 +01:00
Johan Degraeve 6d35008f72 fix #32 override mute was not working anymore 2019-10-18 23:48:02 +02:00
Johan Degraeve 705fa98b8b all usage of os_log replaced by trace 2019-08-01 23:40:57 +02:00
Johan Degraeve 6490d8df25 Constants.swift splitted in different files 2019-07-28 14:22:47 +02:00
Johan Degraeve c248ffc78b Version increase and disable speak readings/Dexcom share - this is just to release healthkit 2019-06-11 22:51:41 +02:00
Johan Degraeve 8eaa5eb129 follower mode 2019-06-05 23:05:04 +02:00
Johan Degraeve 75459ad7ef temp commit, a few alerts, default values, and no snoozing yet 2019-04-23 17:24:05 +02:00