Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
3.0k views
in Technique[技术] by (71.8m points)

Detect Android App Crash and null pointer exceptions at the development time

How to detect Android App Crash and null pointer exceptions at the development time with Android studio? Do we have any good static analysis tool? Thank you!


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

If you're running the application from Android Studio you can check the logcat to see the exception details. If you want to track the crashes even if the device is not connected to Android Studio you can integrate a tool like Firebase Crashlytics


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...