libaudio: enable logging

This commit is contained in:
codeworkx 2011-06-16 17:39:18 +02:00
parent 20e9d700b0
commit 0bec8c90ce
9 changed files with 9 additions and 1 deletions

View File

@ -23,6 +23,7 @@
#include <unistd.h>
#include <dlfcn.h>
#define LOG_NDEBUG 0
#define LOG_TAG "ALSAControl"
#include <utils/Log.h>
#include <utils/String8.h>

View File

@ -23,6 +23,7 @@
#include <unistd.h>
#include <dlfcn.h>
#define LOG_NDEBUG 0
#define LOG_TAG "AudioHardwareALSA"
#include <utils/Log.h>
#include <utils/String8.h>

View File

@ -23,6 +23,7 @@
#include <unistd.h>
#include <dlfcn.h>
#define LOG_NDEBUG 0
#define LOG_TAG "AudioHardwareALSA"
#include <utils/Log.h>
#include <utils/String8.h>

View File

@ -23,6 +23,7 @@
#include <unistd.h>
#include <dlfcn.h>
#define LOG_NDEBUG 0
#define LOG_TAG "AudioHardwareALSA"
#include <utils/Log.h>
#include <utils/String8.h>

View File

@ -14,8 +14,8 @@
* limitations under the License.
*/
#define LOG_NDEBUG 0
#define LOG_TAG "AudioPolicyManagerALSA"
//#define LOG_NDEBUG 0
#include <utils/Log.h>
#include "AudioPolicyManagerALSA.h"
#include <media/mediarecorder.h>

View File

@ -23,6 +23,7 @@
#include <unistd.h>
#include <dlfcn.h>
#define LOG_NDEBUG 0
#define LOG_TAG "AudioHardwareALSA"
#include <utils/Log.h>
#include <utils/String8.h>

View File

@ -24,6 +24,7 @@
#include <dlfcn.h>
#include <sys/time.h>
#define LOG_NDEBUG 0
#define LOG_TAG "AudioHardwareALSA"
#include <utils/Log.h>
#include <utils/String8.h>

View File

@ -15,6 +15,7 @@
** limitations under the License.
*/
#define LOG_NDEBUG 0
#define LOG_TAG "AcousticsModule"
#include <utils/Log.h>

View File

@ -15,6 +15,7 @@
** limitations under the License.
*/
#define LOG_NDEBUG 0
#define LOG_TAG "ALSAModule"
#include <utils/Log.h>