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