Any way to access stack trace of modded apk?

Matt_code_guy

New User
15
04/26/17
1
Thread Author
Hey guys!

So thanks to everyone here I am on a tear modding the heck out of APK's. Sometimes the code works well at compile time and not at run time. Is there any way to access a stack trace or any way to debug runtime errors?
 
Not sure if it is what you are looking for but our team like to use catlog to root out errors
 
Hey guys!

So thanks to everyone here I am on a tear modding the heck out of APK's. Sometimes the code works well at compile time and not at run time. Is there any way to access a stack trace or any way to debug runtime errors?
gdb allows a dump you can go through, that's probably the easiest option, other than that attaching a logger in a code cave is possible (more technical though def need experience to achieve that)
 
Back
Top Bottom