X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fmain.c;h=fc1ec13e9f3cc4a3f731431a965b4790444174fd;hb=b67e18b39830a01750721787bf3bdc5d71983144;hp=0e97c8a7a6195b42d4c64cbb0abf34f2d1fe10fe;hpb=4dc768d67031aa99e2b885a0df7e643fdd1fa80c;p=src%2Fapp-framework-binder.git diff --git a/src/main.c b/src/main.c index 0e97c8a7..fc1ec13e 100644 --- a/src/main.c +++ b/src/main.c @@ -573,6 +573,8 @@ static void start() afb_hook_create_ditf(NULL, config->traceditf, NULL, NULL); if (config->tracesvc) afb_hook_create_svc(NULL, config->tracesvc, NULL, NULL); + if (config->traceevt) + afb_hook_create_evt(NULL, config->traceevt, NULL, NULL); /* load bindings */ apiset_start_list(config->dbus_clients, afb_api_dbus_add_client, "the afb-dbus client");