Remove SMACK rule file(.rule) according three domain model
[apps/core/preloaded/taskmanager.git] / src / _eina.c
index fa50316..5831fae 100755 (executable)
@@ -2,7 +2,7 @@
  * org.tizen.taskmgr
  * Copyright (c) 2012 Samsung Electronics Co., Ltd.
  *
- * Licensed under the Flora License, Version 1.0 (the License);
+ * Licensed under the Flora License, Version 1.1 (the License);
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
@@ -172,6 +172,7 @@ int taskmanager_get_history_app_info(void *data)
 
                ret = ail_appinfo_get_bool(handle, AIL_PROP_X_SLP_TASKMANAGE_BOOL, &valb);
                if(valb == 0) {
+                       _D("ail_appinfo_get_bool(handle, AIL_PROP_X_SLP_TASKMANAGE_BOOL, &valb) => valb is 0");
                        goto cont;
                }
 
@@ -203,6 +204,7 @@ int taskmanager_get_history_app_info(void *data)
                                valc = "Unknown";
                        }
                        info->app_name = strdup(valc);
+                       _D("%s\n", info->app_name);
 
                        ret = ail_appinfo_get_str(handle, AIL_PROP_ICON_STR, &valc);
                        if (valc == NULL || (ecore_file_exists(valc) == EINA_FALSE)) {