From db4aa4c64c33cf1f89bdd7dcfc673fda88335ed6 Mon Sep 17 00:00:00 2001 From: Vyacheslav Cherkashin Date: Thu, 24 Nov 2016 19:46:46 +0300 Subject: [PATCH] capi: fix lifecycle Now ui_app_main() is caught for all binaries. Change-Id: Id93a0d4cff75833456fe0727776142ffdc8a3c0b Signed-off-by: Vyacheslav Cherkashin --- probe_capi/probe_capi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/probe_capi/probe_capi.c b/probe_capi/probe_capi.c index 86a2824..729839e 100644 --- a/probe_capi/probe_capi.c +++ b/probe_capi/probe_capi.c @@ -36,7 +36,7 @@ enum capi_funcs_id_t get_capi_feature_id(void *ptr) /* X-macros replaced by structures defenitions */ /* Used only for probes from target file */ #define X(func_name, orig_name) \ - { (ElfW(Addr)) & func_name, #orig_name, GT_TARGET_PROBE, NULL }, + { (ElfW(Addr)) & func_name, #orig_name, GT_ALWAYS_PROBE, NULL }, static struct probe_desc_t capi_probes[] = { PROBES_LIST -- 2.7.4