aboutsummaryrefslogtreecommitdiffstats
path: root/docs/7-debugging.md
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2019-06-21 16:59:34 +0200
committerJose Bollo <jose.bollo@iot.bzh>2020-03-09 10:41:14 +0100
commit34a92a2ac87558067a96886e5d1f1d5eecb0a135 (patch)
tree1a46275882452d6238d8d092a8b799843ed3f21e /docs/7-debugging.md
parent956e7c57d15bde67d7392aab01a9c0fc6906bbd4 (diff)
WIP: documentingsandbox/jobol/doc
Change-Id: Ica30d4ae05e0541e6dd4ed0292cb16abab461269
Diffstat (limited to 'docs/7-debugging.md')
-rw-r--r--docs/7-debugging.md16
1 files changed, 16 insertions, 0 deletions
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);