move fault timer setting to alarm settings

This commit is contained in:
Graham Jones
2015-12-16 06:33:52 +00:00
parent aa3d159fec
commit a4cbc56d5a
4 changed files with 13 additions and 7 deletions

View File

@@ -235,7 +235,12 @@ public class SdServer extends Service implements SdDataReceiver {
Log.d(TAG, "mmm...mWakeLock is null, so not releasing lock. This shouldn't happen!");
}
mSdDataSource.stop();
if (mSdDataSource!=null) {
Log.v(TAG,"stopping mSdDataSource");
mSdDataSource.stop();
} else {
Log.e(TAG,"ERROR - mSdDataSource is null - why????");
}
// Stop the data update timer
if (mCancelAudibleTimer !=null) {