Use common fault flag 09/136209/2 accepted/tizen/3.0/common/20170630.144714 accepted/tizen/3.0/common/20170705.074725 accepted/tizen/3.0/ivi/20170630.083949 accepted/tizen/3.0/ivi/20170703.082346 accepted/tizen/3.0/ivi/20170704.221339 accepted/tizen/3.0/mobile/20170703.082244 accepted/tizen/3.0/mobile/20170704.221313 accepted/tizen/3.0/tv/20170630.083911 accepted/tizen/3.0/tv/20170703.082305 accepted/tizen/3.0/tv/20170704.221326 accepted/tizen/3.0/wearable/20170630.083930 accepted/tizen/3.0/wearable/20170703.082327 accepted/tizen/3.0/wearable/20170704.221351 submit/tizen_3.0/20170630.012339 submit/tizen_3.0/20170702.230413
authorHyunho Kang <hhstark.kang@samsung.com>
Wed, 28 Jun 2017 12:16:12 +0000 (21:16 +0900)
committerHyunho Kang <hhstark.kang@samsung.com>
Wed, 28 Jun 2017 12:19:59 +0000 (12:19 +0000)
- AUL_K_IS_FAULT

https://review.tizen.org/gerrit/#/c/136199/ (amd)
https://review.tizen.org/gerrit/#/c/136200/ (aul-1)
https://review.tizen.org/gerrit/#/c/136201/ (appcore-widget)
https://review.tizen.org/gerrit/#/c/136209/ (widget-service)

Change-Id: Ia7bc342792338c89d5cc4e9c05a4d98b1d5e4b99
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
src/widget_instance.c

index d9b169f..dcbdaf2 100644 (file)
@@ -698,7 +698,7 @@ static int __status_handler(const char *endpoint, aul_app_com_result_e e, bundle
        bundle_get_byte(envelope, AUL_K_WIDGET_STATUS, (void **)&status, &status_sz);
        bundle_get_str(envelope, AUL_K_COM_SENDER_PID, &sender_pid_str);
        bundle_get_str(envelope, AUL_K_PKGID, &sender_pkgid);
-       bundle_get_str(envelope, AUL_K_WIDGET_FAULT, &is_faulted);
+       bundle_get_str(envelope, AUL_K_IS_FAULT, &is_faulted);
 
        if (widget_id == NULL || status == NULL) {
                _E("undefined class or instance %s of %s", instance_id, widget_id);