Java / Android - How to print out a full stack trace?

In Android (Java) how do I print out a full stack trace? … If my application crashes from nullPointerException or something, it prints out a (almost) full stack trace like so: java.io.IOException: Attempted

Can you post a screenshot? What IDE are you using for building your Android app?