- fix logging - too much different subsystem names were used

This commit is contained in:
2026-03-09 15:27:55 +03:00
parent e07654e2bc
commit 06e8bf0b5d
38 changed files with 40 additions and 42 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
# include "../engine/audio/Audio_Android.h"
#endif
#define LOG_SUBSYSTEM "AudioManager"
#define LOG_SUBSYSTEM "audio"
AudioManager::AudioManager()
+1 -1
View File
@@ -18,7 +18,7 @@ const std::string Status_NoMediaAction = "no valid media action";
const std::string Status_NoCommand = "no valid command";
const std::string Status_NoAudioManager = "no audio manager";
#define LOG_SUBSYSTEM "Agent"
#define LOG_SUBSYSTEM "agent"
AgentImpl::AgentImpl()
:mShutdown(false), mEventListChangeCondVar()