From 5ab02817be11aea9603a1c3b9fad85fef14c5606 Mon Sep 17 00:00:00 2001 From: Junghoon Park Date: Fri, 7 Jul 2017 16:55:31 +0900 Subject: [PATCH] Move app launching log from app-core to amd - It is required to move the log position for checking launching performance. - Requires https://review.tizen.org/gerrit/#/c/137722/ Change-Id: If794d67447017ba5003ea4d77f7348ce6d63f549 Signed-off-by: Junghoon Park --- src/ui_base/appcore_ui_base.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ui_base/appcore_ui_base.c b/src/ui_base/appcore_ui_base.c index 7e88080..3b55df6 100644 --- a/src/ui_base/appcore_ui_base.c +++ b/src/ui_base/appcore_ui_base.c @@ -195,7 +195,6 @@ static void __do_resume(void) __context.ops.resume(__context.data); traceEnd(TTRACE_TAG_APPLICATION_MANAGER); LOG(LOG_DEBUG, "LAUNCH", "[%s:Application:resume:done]", __context.appid); - LOG(LOG_DEBUG, "LAUNCH", "[%s:Application:Launching:done]", __context.appid); } if ((__context.hint & APPCORE_UI_BASE_HINT_WINDOW_STACK_CONTROL) && __context.below_app) { -- 2.7.4