hwcomposer: and disable debug level logging by default
This commit is contained in:
parent
c63088d47f
commit
a39c1b2bd2
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
|||
#include <algorithm>
|
||||
#include <string>
|
||||
|
||||
#define LOG_NDEBUG 0
|
||||
#define LOG_NDEBUG 1
|
||||
#include <cutils/log.h>
|
||||
|
||||
#include "HostConnection.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue