tags:

views:

7

answers:

1

When I exit and reopen my application, it immediately kills itself off, stating in the logcat:

alt text

I cannot for the life of me figure out why it would be running out of resources, when there is pretty much nothing that it does when resuming the application, other than set a few variables. Any help?

A: 

Strangely enough, I had been changing the SurfaceView's pixel format in the restart() method.

GuyNoir