My application got crash when tried to call startActivity(intent) to start new activity. But there is no any exception in LogCat. Is there any best way to catch the root cause?
Asked
Active
Viewed 71 times
-2
-
3post your code and logcat message here – Abu Yousuf Feb 12 '18 at 10:44
-
did you declared your `Activity` in `Manifest` file – Abu Yousuf Feb 12 '18 at 10:44
-
Declare activity in menifest with proper path, check layout file for error, Last debug your activity so that you can check from which line app got crash. – AmeeJoshi Feb 12 '18 at 10:58
-
`there is no any exception in LogCat` I don't believe that. look once more carefully. – Vladyslav Matviienko Feb 12 '18 at 11:14