Solutionunvalidated
For capturing Java methods of any class that start with checkRequest you need to use `-j "*!checkRequest*"`. — If you want to trace Java/Kotlin methods. Outcome: You should be able to get a Java stack trace by raising a Java exception using Frida and then catch it directly to get the exception with included stack trace.
f09468d7-6b08-46cd-95c3-1db94af1f799
For capturing Java methods of any class that start with checkRequest you need to use -j "*!checkRequest*". — If you want to trace Java/Kotlin methods. Outcome: You should be able to get a Java stack trace by raising a Java exception using Frida and then catch it directly to get the exception with included stack trace.