Disabled logging data to CSV file now we have the database data logging working
This commit is contained in:
@@ -1112,8 +1112,8 @@ public class SdServer extends Service implements SdDataReceiver {
|
||||
*/
|
||||
public void logData() {
|
||||
if (mLogData) {
|
||||
Log.v(TAG, "logData() - writing data to SD Card");
|
||||
writeToSD();
|
||||
Log.v(TAG, "logData() - writing data to Database");
|
||||
//writeToSD();
|
||||
mLm.writeToLocalDb(mSdData);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user