Houston, we’ve had a problem here.

Trying to understand a strange UI freezing bug on our platform, I found a funny trace in Android views mechanism.

private void fallback(boolean fallback) {
    destroy(true);
    if (fallback) {
        // we'll try again if it was context lost
        setRequested(false);
        Log.w(LOG_TAG, "Mountain View, we've had a problem here. " 
                     + "Switching back to software rendering.");
    }
}

Leave a Reply

Your email address will not be published. Required fields are marked *