You launch your app, and when you navigate to a new screen it crashes, Which action will NOT help you diagnose the issue?
Set breakpoints and then step through the code line by line
Use the profiler tools in Android Studio to detect anomalies CPU, and network usage.
inspect the logs in Logcat.
Add a Thread.sleep() call before you start the new activity.