Change-Id: Ic0572f512944b521a33134e21febfc35fbd672eb
var returnedValue = null, humanActivityType = "SLEEP_MONITOR";
add_result_callback(function () {
- tizen.humanactivitymonitor.stopRecorder(humanActivityType);
+ try{
+ tizen.humanactivitymonitor.stopRecorder(humanActivityType);
+ }catch(e){}
});
try {
var returnedValue = null, humanActivityType = "SLEEP_MONITOR";
add_result_callback(function () {
- tizen.humanactivitymonitor.stopRecorder(humanActivityType);
+ try{
+ tizen.humanactivitymonitor.stopRecorder(humanActivityType);
+ }catch(e){}
});
try {