X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fmain.c;h=fc1ec13e9f3cc4a3f731431a965b4790444174fd;hb=6a325d7f101c986e7329ef912c0458719f95c096;hp=0e97c8a7a6195b42d4c64cbb0abf34f2d1fe10fe;hpb=06c7e1c7e9aec77a1a22ccb14dd0e540cf08f5d9;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");