adding support to filter on exception message
oldzhu opened this issue · 0 comments
oldzhu commented
Expected behavior
-f can filter on exception name and exception messsage
Actual behavior
-f can only filter on exception name
Steps to reproduce the behavior
- create a program which will throw an exception System.IOException("hahaha")
- using the below command to filter on exception message.
sudo procdump -e -f haha - Run the program and the dump wont be generated.