- fix logging - too much different subsystem names were used
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
#ifdef TARGET_ANDROID
|
||||
|
||||
#define LOG_SUBSYSTEM "Audio"
|
||||
#define LOG_SUBSYSTEM "audio"
|
||||
|
||||
using namespace Audio;
|
||||
|
||||
@@ -242,4 +242,4 @@ void AndroidOutputDevice::onErrorAfterClose(oboe::AudioStream *stream, oboe::Res
|
||||
// soundEngine.restart(); // please check oboe samples for soundEngine.restart(); call
|
||||
}
|
||||
}
|
||||
#endif // TARGET_ANDROID
|
||||
#endif // TARGET_ANDROID
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
using namespace Audio;
|
||||
|
||||
#define LOG_SUBSYSTEM "CoreAudio"
|
||||
#define LOG_SUBSYSTEM "audio"
|
||||
|
||||
enum
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#include <algorithm>
|
||||
#include <assert.h>
|
||||
|
||||
#define LOG_SUBSYSTEM "Audio"
|
||||
#define LOG_SUBSYSTEM "audio"
|
||||
|
||||
using namespace Audio;
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
#define DRV_QUERYFUNCTIONINSTANCEID (DRV_RESERVED + 17)
|
||||
#define DRV_QUERYFUNCTIONINSTANCEIDSIZE (DRV_RESERVED + 18)
|
||||
|
||||
#define LOG_SUBSYSTEM "DirectSound"
|
||||
#define LOG_SUBSYSTEM "audio"
|
||||
|
||||
using namespace Audio;
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
#include "Audio_Mixer.h"
|
||||
|
||||
#define LOG_SUBSYSTEM "Mixer"
|
||||
#define LOG_SUBSYSTEM "audio"
|
||||
using namespace Audio;
|
||||
|
||||
Mixer::Stream::Stream()
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#include "helper/HL_Log.h"
|
||||
#include <assert.h>
|
||||
#include <chrono>
|
||||
#define LOG_SUBSYSTEM "NULL audio"
|
||||
#define LOG_SUBSYSTEM "audio"
|
||||
|
||||
using namespace Audio;
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
#include "../helper/HL_Log.h"
|
||||
|
||||
#define LOG_SUBSYSTEM "Player"
|
||||
#define LOG_SUBSYSTEM "audio"
|
||||
|
||||
using namespace Audio;
|
||||
// -------------- Player -----------
|
||||
|
||||
@@ -32,7 +32,7 @@ WaveFormatEx;
|
||||
|
||||
#define WAVE_FORMAT_PCM 1
|
||||
|
||||
#define LOG_SUBSYSTEM "WavFileReader"
|
||||
#define LOG_SUBSYSTEM "audio"
|
||||
|
||||
#define LOCK std::unique_lock<std::recursive_mutex> lock(mFileMtx);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user