From 36ecddad121b38e5b11884b962442dae7c9aba7a Mon Sep 17 00:00:00 2001 From: Raster Date: Sat, 30 Jul 2016 00:59:35 -0700 Subject: [PATCH] Wiki page docs-efl-debug changed with summary [] by Raster --- pages/docs-efl-debug.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pages/docs-efl-debug.txt b/pages/docs-efl-debug.txt index 9761220ba..b57552f88 100644 --- a/pages/docs-efl-debug.txt +++ b/pages/docs-efl-debug.txt @@ -81,6 +81,12 @@ And you should end up with a colorized log as below that humans can easily use. If you are working on EFL, writing apps that use EFL or just want to report these as a user, it is this resulting ''btlog'' that is useful. +If you do not see such logs, they can be extremely useful in identifying exactly where something has gone something wrong. If you don't see them, try setting this environment variable: + + +export EINA_LOG_BACKTRACE=999 + + == Log levels == EFL use a common method to log error messages called Eina_Log, you can tweak the verbosity of the logs simply by setting some environment vars.