Turn off logging.

Change-Id: I5b050e33fe918c08b24091c6ccb9c5fe2b01d496
This commit is contained in:
Dianne Hackborn
2011-10-05 11:30:55 -07:00
parent edc633170f
commit 30c845f9ca

View File

@@ -30,7 +30,7 @@ import android.util.Slog;
*/
public class Display {
static final String TAG = "Display";
static final boolean DEBUG_DISPLAY_SIZE = true;
static final boolean DEBUG_DISPLAY_SIZE = false;
/**
* The default Display id.