Rename the DB file to .context-sensor-recorder.db 92/134392/1
authorMu-Woong Lee <muwoong.lee@samsung.com>
Fri, 16 Jun 2017 07:49:54 +0000 (16:49 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Fri, 16 Jun 2017 07:49:54 +0000 (16:49 +0900)
Change-Id: I2dd961d1766a35ea205a67c519e01653b40c8516
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
src/shared/SensorRecorderTypesPrivate.h

index 11aec63..d53c592 100644 (file)
@@ -44,6 +44,6 @@
 #define METHOD_STOP_REC                "StopRecording"
 #define METHOD_READ_REC                "ReadRecords"
 
-#define BASE_PATH                      "sensor-recorder"
+#define BASE_PATH                      "context-sensor-recorder"
 
 #endif