display: disable hwcomposer logspam

Change-Id: I71e912218932c66852424c47d98c384ed21344c2
This commit is contained in:
Ethan Chen 2012-07-28 19:57:52 -07:00 committed by Andrew Sutherland
parent 92b683627a
commit fc740d06a4

View File

@ -39,7 +39,7 @@
namespace qhwc {
#define EXT_OBSERVER_DEBUG 1
#define EXT_OBSERVER_DEBUG 0
#define DEVICE_ROOT "/sys/devices/virtual/graphics"
#define DEVICE_NODE "fb1"
@ -443,4 +443,3 @@ bool ExtDisplayObserver::writeHPDOption(int userOption) const
return ret;
}
};