summaryrefslogtreecommitdiff
path: root/navit/navit_shipped.xml
diff options
context:
space:
mode:
authormdankov <mdankov@users.noreply.github.com>2017-07-31 00:19:13 +0300
committerGitHub <noreply@github.com>2017-07-31 00:19:13 +0300
commit48f4f856a8b2fd2dcff0432b3e76fc716f3dd4f9 (patch)
tree2c17902107b5cbc6c11d83b2657180b08e0b9f65 /navit/navit_shipped.xml
parent41444f7a3588ccfc67f7348ada32db1973b84cfe (diff)
downloadnavit-48f4f856a8b2fd2dcff0432b3e76fc716f3dd4f9.tar.gz
#1352 workaround
Deleted lines have no sense at all as we have no popup_printf_cb function. Android version crashes at start if dbg_level attribute of any <debug> element set to "debug".
Diffstat (limited to 'navit/navit_shipped.xml')
-rw-r--r--navit/navit_shipped.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/navit/navit_shipped.xml b/navit/navit_shipped.xml
index 977358283..0e0072d35 100644
--- a/navit/navit_shipped.xml
+++ b/navit/navit_shipped.xml
@@ -19,8 +19,6 @@
<debug name="global" dbg_level="error"/>
<!-- Example of setting the debug level for a single function. -->
<debug name="navit:do_draw" dbg_level="error"/>
- <!-- This is here so one can copy&paste the contents of popup menus -->
- <debug name="navit:popup_printf_cb" dbg_level="debug"/>
<!-- Example for logging timing/profiling information. Note the prefix "profile:".
<debug name="profile:navit:do_draw" dbg_level="debug"/>
-->