Add log for app install. If nodisplay option is true, the log will be showing. 66/91066/2 submit/tizen/20161005.125750
authorGeunsun, Lee <gs86.lee@samsung.com>
Wed, 5 Oct 2016 12:47:21 +0000 (21:47 +0900)
committerGeunSun Lee <gs86.lee@samsung.com>
Wed, 5 Oct 2016 12:54:38 +0000 (05:54 -0700)
Change-Id: I96faaeae81c2aee9cea602a7436b7edc3bd4b39e

src/apps_package_manager.c

index e7b953d..ef46a96 100755 (executable)
@@ -113,8 +113,10 @@ static bool __apps_data_pkg_get_apps_info(app_info_h app_handle, app_data_t **it
        *item = new_item;
 
        app_info_is_nodisplay(app_handle, &nodisplay);
-       if (nodisplay)
+       if (nodisplay) {
+               LOGD("Nodisplay is TRUE");
                goto ERROR;
+       }
 
        new_item->db_id = INIT_VALUE;
        new_item->parent_db_id = APPS_ROOT;