summaryrefslogtreecommitdiff
path: root/test/uat-common.c
diff options
context:
space:
mode:
authorsaerome.kim <saerome.kim@samsung.com>2019-07-17 21:11:17 +0900
committersaerome.kim <saerome.kim@samsung.com>2019-07-17 21:19:28 +0900
commitfaa6377d636244ec0b528dbd185703b8fd072462 (patch)
tree6b0fb0fca81cabfd474908df7d53df39bf2c8999 /test/uat-common.c
parentee0ff38df1ec43714779de71b3c2c3227edef4c5 (diff)
downloaduser-awareness-faa6377d636244ec0b528dbd185703b8fd072462.tar.gz
user-awareness-faa6377d636244ec0b528dbd185703b8fd072462.tar.bz2
user-awareness-faa6377d636244ec0b528dbd185703b8fd072462.zip
Fix that user PRESENCE/ABSENCE callback or device PRESENCE/ABSENCEsubmit/tizen/20190718.035616accepted/tizen/unified/20190718.075206
callback does not come when a user starts/stops both detection again and again. Cause. If the user stops detections sequentially before all detections are completed, the user/device information previously detected remains and does not notified even though either the user or the device is detected. Change-Id: Id32cb9d182509cbe31eb8b40d2faf23341c672fb Signed-off-by: saerome.kim <saerome.kim@samsung.com>
Diffstat (limited to 'test/uat-common.c')
-rw-r--r--test/uat-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/uat-common.c b/test/uat-common.c
index 2a16e4d..d1964f6 100644
--- a/test/uat-common.c
+++ b/test/uat-common.c
@@ -111,7 +111,7 @@ const char* uat_get_sensor_bitmask_str(int sensor)
case UA_SENSOR_AUDIO:
return "AUDIO";
default:
- return "Unknown Sesnor";
+ return "Unknown";
}
}