X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fmain.c;h=dd518e382699a8db1208dc106123859156c6f32b;hb=428dd77c7ef528dd1769d7c9bb95cd0fb2eaf2a8;hp=e3f4251c30abb6e53a9a095bc99904125ce020f3;hpb=f15ea770dd9b13a20331853a026091316984f9ca;p=src%2Fapp-framework-binder.git diff --git a/src/main.c b/src/main.c index e3f4251c..dd518e38 100644 --- a/src/main.c +++ b/src/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015, 2016, 2017 "IoT.bzh" + * Copyright (C) 2015-2018 "IoT.bzh" * Author "Fulup Ar Foll" * Author José Bollo * @@ -585,6 +585,8 @@ static void start(int signum, void *arg) afb_hook_create_svc(NULL, main_config->tracesvc, NULL, NULL); if (main_config->traceevt) afb_hook_create_evt(NULL, main_config->traceevt, NULL, NULL); + if (main_config->traceses) + afb_hook_create_session(NULL, main_config->traceses, NULL, NULL); /* load bindings */ afb_debug("start-load");