hwcomposer: and disable debug level logging by default

This commit is contained in:
Simon Fels 2016-11-11 09:07:09 +01:00
commit a39c1b2bd2

View file

@ -23,7 +23,7 @@
#include <algorithm>
#include <string>
#define LOG_NDEBUG 0
#define LOG_NDEBUG 1
#include <cutils/log.h>
#include "HostConnection.h"