When I debug my application I get errors in the LogCat, something like this:
E/AndroidRuntime(27367): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.****/com.****}: java.lang.NullPointerException
Is there a way to know where exactly in the code the exception came from? what was this NULL ?
In many other language when you get this kind of problems it tells you the file and line where it all started
Is there a way of getting it in java and android sdk as well?