projects
/
platform
/
core
/
appfw
/
amd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d6d735
)
Reduce printing error logs
78/234978/1
author
Hwankyu Jhun
<h.jhun@samsung.com>
Mon, 1 Jun 2020 08:24:34 +0000
(17:24 +0900)
committer
Hwankyu Jhun
<h.jhun@samsung.com>
Mon, 1 Jun 2020 08:24:34 +0000
(17:24 +0900)
Change-Id: I07134324535a422790486b333880711a1c95ffee
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
modules/ui-core/src/app_group.c
patch
|
blob
|
history
diff --git
a/modules/ui-core/src/app_group.c
b/modules/ui-core/src/app_group.c
index d44252acf8949125ed64f35407d35b4492ee0526..495e4f360abe115d3c564cef6a9cdb64d5a779f9 100644
(file)
--- a/
modules/ui-core/src/app_group.c
+++ b/
modules/ui-core/src/app_group.c
@@
-2089,6
+2089,8
@@
static int __on_launch_complete_end(const char *msg, int arg1, int arg2,
return AMD_NOTI_CONTINUE;
id = bundle_get_val(data, AUL_K_INSTANCE_ID);
+ } else {
+ return AMD_NOTI_CONTINUE;
}
if (!id) {