summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorDewal Agarwal <d1.agarwal@samsung.com>2020-01-21 19:41:07 +0530
committerDewal Agarwal <d1.agarwal@samsung.com>2020-01-21 19:41:07 +0530
commitbbde1976423cdae4c75384a961e22dc58e9e1533 (patch)
tree0a23175bfe35dda4d4f066275477366395a24a5e /packaging
parenta7195780b8a4eb5085164b87ceaaeb23847d6624 (diff)
downloadbatterymonitor-bbde1976423cdae4c75384a961e22dc58e9e1533.tar.gz
batterymonitor-bbde1976423cdae4c75384a961e22dc58e9e1533.tar.bz2
batterymonitor-bbde1976423cdae4c75384a961e22dc58e9e1533.zip
Enhance Db information
Change-Id: I2abd8fe86ba5f521e75d6f2517a4f66dc944f9a8 Signed-off-by: Dewal Agarwal <d1.agarwal@samsung.com>
Diffstat (limited to 'packaging')
-rw-r--r--packaging/batterymonitor.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/batterymonitor.spec b/packaging/batterymonitor.spec
index af8f0b7..ca62fe5 100644
--- a/packaging/batterymonitor.spec
+++ b/packaging/batterymonitor.spec
@@ -86,7 +86,7 @@ then
CREATE TABLE if not exists gwfl_stat (time_s LONG INT, wifi_on_time INT, wifi_conn_time INT, wifi_idle_time INT,
wifi_rx_time INT, wifi_tx_time INT, wifi_pwi_val INT);
CREATE TABLE if not exists gn_stat (time_s LONG INT, dn_rx_byt INT, dn_tx_byt INT, wifi_rx_byt INT, wifi_tx_byt INT,
- dn_rx_pkt INT, dn_tx_pkt INT, wifi_rx_pkt INT, wifi_tx_pkt INT);
+ dn_rx_pkt INT, dn_tx_pkt INT, wifi_rx_pkt INT, wifi_tx_pkt INT, bt_rx_byt INT, bt_tx_byt INT);
CREATE TABLE if not exists gbr_stat (time_s LONG INT, dark INT, dim INT, medium INT, light INT, bright INT);
CREATE TABLE if not exists gsgt_stat (time_s LONG INT, scan_time INT, none_time INT, poor_time INT, med_time INT,
good_time INT, grt_time INT);