projects
/
platform
/
core
/
context
/
context-service.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
222dda7
)
Enable HRM recording for Mobile
72/107672/1
accepted/tizen/3.0/ivi/20161229.092104
accepted/tizen/3.0/mobile/20161229.092005
accepted/tizen/3.0/wearable/20161229.092038
submit/tizen_3.0/20161229.064407
author
Mu-Woong Lee
<muwoong.lee@samsung.com>
Thu, 29 Dec 2016 06:27:16 +0000
(15:27 +0900)
committer
Mu-Woong Lee
<muwoong.lee@samsung.com>
Thu, 29 Dec 2016 06:39:23 +0000
(22:39 -0800)
Change-Id: I788849bf94cafa1f3b9f128e1e4f6122ee7f937c
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
(cherry picked from commit
f234d3cd6434204073fe857cfbdcf3afe8a5133b
)
src/policy/PolicyManager.cpp
patch
|
blob
|
history
diff --git
a/src/policy/PolicyManager.cpp
b/src/policy/PolicyManager.cpp
index 33131eefb09517f0f7cd19a60ae1d5edca59edb9..8544d29d3df616e8f69d05e3d0829faba0981244 100644
(file)
--- a/
src/policy/PolicyManager.cpp
+++ b/
src/policy/PolicyManager.cpp
@@
-31,8
+31,12
@@
PolicyManager::PolicyManager(ContextManager *contextMgr) :
__subscribe(SUBJ_STATE_WIFI);
__subscribe(SUBJ_APP_LOGGER);
__subscribe(SUBJ_MEDIA_LOGGER);
+
__subscribe(SUBJ_SENSOR_PEDOMETER);
__subscribe(SUBJ_SENSOR_PRESSURE);
+ __subscribe(SUBJ_SENSOR_SLEEP_MONITOR);
+ __subscribe(SUBJ_SENSOR_HEART_RATE);
+
__subscribe(SUBJ_PLACE_DETECTION);
__subscribe(SUBJ_BATTERY_LOGGER);
#endif