ast_coredumper: Refactor to better find things
The search for a running asterisk when --running is used has been greatly simplified and in the event it doesn't work, you can now specify a pid to use on the command line with --pid. The search for asterisk modules when --tarball-coredumps is used has been enhanced to have a better chance of finding them and in the event it doesn't work, you can now specify --libdir on the command line to indicate the library directory where they were installed. The DATEFORMAT variable was renamed to DATEOPTS and is now passed to the 'date' utility rather than running DATEFORMAT as a command. The coredump and output files are now renamed with DATEOPTS. This can be disabled by specifying --no-rename. Several confusing and conflicting options were removed: --append-coredumps --conffile --no-default-search --tarball-uniqueid The script was re-structured to make it easier for follow. Change-Id: I674be64bdde3ef310b6a551d4911c3b600ffee59
parent
67d1f881
No related branches found
No related tags found
Showing
- configs/samples/ast_debug_tools.conf.sample 28 additions, 19 deletionsconfigs/samples/ast_debug_tools.conf.sample
- contrib/scripts/ast_coredumper 497 additions, 450 deletionscontrib/scripts/ast_coredumper
- doc/CHANGES-staging/ast_coredumper.txt 23 additions, 0 deletionsdoc/CHANGES-staging/ast_coredumper.txt
This diff is collapsed.
doc/CHANGES-staging/ast_coredumper.txt
0 → 100644
Please register or sign in to comment