libaudio: enable logging
This commit is contained in:
parent
20e9d700b0
commit
0bec8c90ce
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -15,6 +15,7 @@
|
||||
** limitations under the License.
|
||||
*/
|
||||
|
||||
#define LOG_NDEBUG 0
|
||||
#define LOG_TAG "AcousticsModule"
|
||||
#include <utils/Log.h>
|
||||
|
||||
|
@ -15,6 +15,7 @@
|
||||
** limitations under the License.
|
||||
*/
|
||||
|
||||
#define LOG_NDEBUG 0
|
||||
#define LOG_TAG "ALSAModule"
|
||||
#include <utils/Log.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user