summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CommandListener.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/CommandListener.cpp b/CommandListener.cpp
index 97ed2ce..33af9e5 100644
--- a/CommandListener.cpp
+++ b/CommandListener.cpp
@@ -40,7 +40,7 @@
#include "cryptfs.h"
CommandListener::CommandListener() :
- FrameworkListener("vold") {
+ FrameworkListener("vold", true) {
registerCmd(new DumpCmd());
registerCmd(new VolumeCmd());
registerCmd(new AsecCmd());
@@ -566,4 +566,3 @@ int CommandListener::CryptfsCmd::runCommand(SocketClient *cli,
return 0;
}
-