aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/debug.py
Commit message (Collapse)AuthorAgeFilesLines
* Improve debugging of thread and other leaksAldo Cortesi2016-06-111-12/+59
| | | | | | | - Add basethread.BaseThread that all threads outside of test suites should use - Add a signal handler to mitmproxy, mitmdump and mitmweb that dumps resource information to screen when SIGUSR1 is received. - Improve thread naming throughout to make thread dumps understandable
* debug.sysinfo: tests and coverageAldo Cortesi2016-06-111-6/+9
|
* Add a --sysinfo flag to all daemonsAldo Cortesi2016-06-111-0/+26
This dumps all the platform information and mitmproxy version data we'd normally need to troubleshoot an issue.