Skip to content

Commit 30c845f

Browse files
author
Dianne Hackborn
committed
Turn off logging.
Change-Id: I5b050e33fe918c08b24091c6ccb9c5fe2b01d496
1 parent edc6331 commit 30c845f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/java/android/view/Display.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
*/
3131
public class Display {
3232
static final String TAG = "Display";
33-
static final boolean DEBUG_DISPLAY_SIZE = true;
33+
static final boolean DEBUG_DISPLAY_SIZE = false;
3434

3535
/**
3636
* The default Display id.

0 commit comments

Comments
 (0)