X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2F7-debugging.md;fp=docs%2F7-debugging.md;h=c53214f143b8285b043ec201e91c9b9cc516abbb;hb=34a92a2ac87558067a96886e5d1f1d5eecb0a135;hp=0000000000000000000000000000000000000000;hpb=956e7c57d15bde67d7392aab01a9c0fc6906bbd4;p=src%2Fapp-framework-main.git diff --git a/docs/7-debugging.md b/docs/7-debugging.md new file mode 100644 index 0000000..c53214f --- /dev/null +++ b/docs/7-debugging.md @@ -0,0 +1,16 @@ +# Debugging + +When AGL_DEVEL is ON, the framework include several settings +in the unit generated files that can be used for debugging. + +allows several + + +/run/platform/debug/homescreen-service@0.1.env +/etc/afm/widget.env.d/ + + on_environment_enum(config, SET_TRACEREQ, "AFB_TRACEREQ", afb_hook_flags_xreq_from_text); + on_environment_enum(config, SET_TRACEEVT, "AFB_TRACEEVT", afb_hook_flags_evt_from_text); + on_environment_enum(config, SET_TRACESES, "AFB_TRACESES", afb_hook_flags_session_from_text); + on_environment_enum(config, SET_TRACEAPI, "AFB_TRACEAPI", afb_hook_flags_api_from_text); + on_environment_enum(config, SET_TRACEGLOB, "AFB_TRACEGLOB", afb_hook_flags_global_from_text);