comparison extensions/CMakeLists.txt @ 1436:ad50ef2eddea

dbg_dict_dump: new extension to dump dictionary when loaded Add extension dbg_dict_dump to log the dictionary when loaded. Remove debug code in extension dict_dcca_3gpp to log the vendor dictionary if the config file is the word "dumpdict" that I added on 2020-02-19.
author Luke Mewburn <luke@mewburn.net>
date Tue, 25 Feb 2020 09:45:15 +1100
parents e99e8f20b346
children 159d80986d85
comparison
equal deleted inserted replaced
1435:4bd30996ad7f 1436:ad50ef2eddea
86 86
87 87
88 #### 88 ####
89 # Debug & test extensions 89 # Debug & test extensions
90 90
91 FD_EXTENSION_SUBDIR(dbg_dict_dump "Log dictionary dump" ON)
91 FD_EXTENSION_SUBDIR(dbg_loglevel "Read loglevel from file -- allows runtime change" ON) 92 FD_EXTENSION_SUBDIR(dbg_loglevel "Read loglevel from file -- allows runtime change" ON)
92 FD_EXTENSION_SUBDIR(dbg_monitor "Outputs periodical status information" ON) 93 FD_EXTENSION_SUBDIR(dbg_monitor "Outputs periodical status information" ON)
93 FD_EXTENSION_SUBDIR(dbg_msg_timings "Show some timing information for messages" ON) 94 FD_EXTENSION_SUBDIR(dbg_msg_timings "Show some timing information for messages" ON)
94 FD_EXTENSION_SUBDIR(dbg_msg_dumps "Show human-readable content of the received & sent messages" ON) 95 FD_EXTENSION_SUBDIR(dbg_msg_dumps "Show human-readable content of the received & sent messages" ON)
95 FD_EXTENSION_SUBDIR(dbg_rt "Routing extension for debugging the routing module" ON) 96 FD_EXTENSION_SUBDIR(dbg_rt "Routing extension for debugging the routing module" ON)
"Welcome to our mercurial repository"