Modify request cmd dlog level and message 12/115812/2
authorJaeho Lee <jaeho81.lee@samsung.com>
Tue, 21 Feb 2017 04:41:48 +0000 (13:41 +0900)
committerHwanKyu Jhun <h.jhun@samsung.com>
Tue, 21 Feb 2017 10:51:05 +0000 (02:51 -0800)
Change-Id: I104800d2225cf51711bf6ba59c1577b1ef807d32
(cherry picked from commit ab1b6aeeed95afda0c44657328404b33826010e1)

src/launch.c [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 5591201..4f092c9
@@ -297,7 +297,7 @@ int app_request_to_launchpad_for_uid(int cmd, const char *appid, bundle *kb, uid
        char buf[MAX_PID_STR_BUFSZ];
 
        traceBegin(TTRACE_TAG_APPLICATION_MANAGER, "AUL:REQ_TO_PAD");
-       SECURE_LOGD("launch request : appid(%s), target_uid(%d)", appid, uid);
+       _W("request cmd(%d) : appid(%s), target_uid(%d)", cmd, appid, uid);
        if (kb == NULL) {
                kb = bundle_create();
                must_free = 1;
@@ -324,7 +324,7 @@ int app_request_to_launchpad_for_uid(int cmd, const char *appid, bundle *kb, uid
                break;
        }
 
-       _D("launch request result : %d", ret);
+       _W("request cmd(%d) result : %d", cmd, ret);
        if (ret == AUL_R_LOCAL) {
                _E("app_request_to_launchpad : Same Process Send Local");