X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fmain.c;h=f5512a2c5751b7415dea7c9d77523ef39b41d83f;hb=bb5806063c450da26a38e1915f076723d00df260;hp=d605f2b01469ff85fd2ce7a72cec41041b1f8196;hpb=52384789f904e7ebbfb901e15cc62521c9b9468f;p=src%2Fapp-framework-binder.git diff --git a/src/main.c b/src/main.c index d605f2b0..f5512a2c 100644 --- a/src/main.c +++ b/src/main.c @@ -572,6 +572,8 @@ static void start() afb_hook_create_xreq(NULL, NULL, NULL, config->tracereq, NULL, NULL); if (config->traceditf) afb_hook_create_ditf(NULL, config->traceditf, NULL, NULL); + if (config->tracesvc) + afb_hook_create_svc(NULL, config->tracesvc, NULL, NULL); /* load bindings */ apiset_start_list(config->dbus_clients, afb_api_dbus_add_client, "the afb-dbus client");