patrick
patrick

Reputation: 1292

How to debug the following android problem

The application that i'm working on has a problem, namely: When I start it everything is okay, but when I leave the program in landscape mode en then start it up again in portrait mode it gives a FC.

Is there a way to get debug information in this situation?

Thanks for your help.

Upvotes: 0

Views: 165

Answers (1)

Haphazard
Haphazard

Reputation: 10948

Google has a good instructional guide. Breakpoints/debugging and logcat (I prefer to monitor it by using adb locat in a command prompt window) are the best way to go.

Upvotes: 4

Related Questions