Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 30cf41f2 authored by Liu Changcheng's avatar Liu Changcheng
Browse files

default no ouput verbose message of APM::AudioPolicyEngine/PFWWrapper



The verbose output consume much time. Change ALOGD to ALOGV in info
function. Developer could define LOG_NDEBUG to be 0 if need verbose
message to debug system

Change-Id: Iecb621d0eb8ec6a058608bf1b695b5ebd889c802
Signed-off-by: default avatarLiu Changcheng <changcheng.liu@intel.com>
Signed-off-by: default avatarJerry Liu <primerlink@gmail.com>
parent 1081e9ac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ public:

    virtual void info(const string &log)
    {
        ALOGD("policy-parameter-manager: %s", log.c_str());
        ALOGV("policy-parameter-manager: %s", log.c_str());
    }
    virtual void warning(const string &log)
    {