summaryrefslogtreecommitdiff
authorTellen Yu <tellen.yu@amlogic.com>2017-12-09 10:47:13 (GMT)
committer Gerrit Code Review <gituser@scgit.amlogic.com>2017-12-09 10:47:13 (GMT)
commit868cbd790f75ae3caa21d187d070559b37c9d618 (patch)
tree5d04d376b584900338abb47205bcffc0797a28fd
parent6f6b87041068264be3d8e3830a17d1422d7e9329 (diff)
parentd545fe04a460ebf7fddd0fc845fa49316b0b251e (diff)
downloadframeworks-868cbd790f75ae3caa21d187d070559b37c9d618.zip
frameworks-868cbd790f75ae3caa21d187d070559b37c9d618.tar.gz
frameworks-868cbd790f75ae3caa21d187d070559b37c9d618.tar.bz2
Merge "system: droidlogic-res should share with system_server process [1/1]" into o-amlogic
Diffstat
-rw-r--r--core/res/src/com/droidlogic/BootComplete.java2
-rw-r--r--services/systemcontrol/SystemControlHal.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/res/src/com/droidlogic/BootComplete.java b/core/res/src/com/droidlogic/BootComplete.java
index 688fd1c..24a461f 100644
--- a/core/res/src/com/droidlogic/BootComplete.java
+++ b/core/res/src/com/droidlogic/BootComplete.java
@@ -51,7 +51,7 @@ public class BootComplete extends BroadcastReceiver {
final SystemControlManager sm = new SystemControlManager(context);
//register system control callback
sce = new SystemControlEvent(context);
- sm.setListener(sce);
+ //sm.setListener(sce);
final AudioManager audioManager = (AudioManager) context.getSystemService(context.AUDIO_SERVICE);
final OutputModeManager outputModeManager = new OutputModeManager(context);
diff --git a/services/systemcontrol/SystemControlHal.cpp b/services/systemcontrol/SystemControlHal.cpp
index 7416622..02b3751 100644
--- a/services/systemcontrol/SystemControlHal.cpp
+++ b/services/systemcontrol/SystemControlHal.cpp
@@ -367,7 +367,7 @@ Return<void> SystemControlHal::setCallback(const sp<ISystemControlCallback>& cal
ALOGW("Couldn't link death recipient for cookie: %d", cookie);
}
- ALOGI("%s cookie:%s, client size:%d", __FUNCTION__, cookie, (int)mClients.size());
+ ALOGI("%s cookie:%d, client size:%d", __FUNCTION__, cookie, (int)mClients.size());
}
return Void();