fixed several potential nullptrs

code cleanups
logging enhancements (memory/cpu)
reduced log footprint (diskspace)
fixed some potential layout issues
added comments
This commit is contained in:
2016-06-06 16:02:25 +02:00
parent 69ad4c2272
commit 79e0acf7ed
22 changed files with 456 additions and 401 deletions

View File

@@ -2,7 +2,10 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.fhws.indoor.sensorreadout">>
<!--
<uses-feature android:name="android.hardware.type.watch" />
-->
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
<uses-permission android:name="android.permission.BLUETOOTH" />