From 664708b817ab0cdc7177df3743b5d9c9ab7dd2b0 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Tue, 5 May 2015 11:35:16 +0900 Subject: eina - start a much improved eina dbug infra and have eina_log use it this makes eina_log give bt's for all error logs. this is very useful in finding just where a problem happens. the problem int he past is that these have not been too useful due to backtrace_symbols() being "useless". thus use the eina_btlog tool i added too. also started infra for a debug monitor that can use the backtrace infra to collect runtime stats ANY TIME for a process (don't need to run under a debugger). @feat --- src/bin/eina/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/bin/eina/.gitignore (limited to 'src/bin/eina/.gitignore') diff --git a/src/bin/eina/.gitignore b/src/bin/eina/.gitignore new file mode 100644 index 0000000000..ec4ebaa080 --- /dev/null +++ b/src/bin/eina/.gitignore @@ -0,0 +1 @@ +eina_btlog -- cgit v1.2.1