Wiki page docs-efl-debug changed with summary [] by Raster

This commit is contained in:
Carsten Haitzler 2016-07-30 00:59:35 -07:00 committed by apache
parent cee3134e5b
commit 36ecddad12
1 changed files with 6 additions and 0 deletions

View File

@ -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:
<code bash>
export EINA_LOG_BACKTRACE=999
</code>
== 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.