What is your process to debug mobile app?
Fabian Maume
11 replies
As I'm currently hunting a tool to help with mobile app debugging, I'm curious to know what is your current process to debut apps.
Are you trying to replicate the bug?
Replies
Mehmet Çetin@c7n0
I used many many tools in the last 10 years but at the end of the day, I just print/log stuff... I am not sure if that is a confession or something, but it works 99% of the time for me.
Share
Tamly: Automate B2B Sales Outreach
Which framework are you using?
It involves reviewing error logs, replicating the issue, using debugging tools to analyze code flow and variables, and making necessary code changes. I iterate and retest until the issue is resolved.
Song Words
As a react-native developer, i usually use logging and consoling messages, sometimes i inspect the apps with the react native debugger which is a great tools of identifying bugs and errors
Lyrist
@longmenegib do you use flipper?
Song Words
@rapti and her team launched https://www.producthunt.com/post... a while ago. She is an authority in matters like these...
Bugasura
@ifranchini thank you for the mention!
Would love to know what app this is? @Bugasura we have an android app bug reporter that helps you capture and report bugs on any android app.
I often combine different methods from different websites to get these problems fixed as quickly as possible. Or try this site https://developer.android.com/st...Tunnel Rush.