- 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
|
||||
|
||||
Reference in New Issue
Block a user