RootCauseunvalidated
`-i "checkRequest*"` captures only C/native methods. Outcome: For capturing Java methods of any class that start with checkRequest you need to use `-j "*!checkRequest*"`.
0bf529d6-0781-4cfa-9a0e-76829894df0f
-i "checkRequest*" captures only C/native methods. Outcome: For capturing Java methods of any class that start with checkRequest you need to use -j "*!checkRequest*".