diff options
author | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2015-05-05 11:35:16 +0900 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2015-05-08 14:13:17 +0900 |
commit | 664708b817ab0cdc7177df3743b5d9c9ab7dd2b0 (patch) | |
tree | 04becb4abc16c79b2383629df16c661b20a36407 /src/bin/eina/.gitignore | |
parent | 38faeacee1a1aa10eabebb52edfaf91e2a2c158b (diff) |
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
Diffstat (limited to 'src/bin/eina/.gitignore')
-rw-r--r-- | src/bin/eina/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||