summaryrefslogtreecommitdiffstats
path: root/cmds/installd/installd.c
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2013-03-21 18:20:22 -0700
committerBrian Carlstrom <bdc@google.com>2013-06-19 23:20:49 -0700
commit1705fc44fb85c4232637f9f7189c3bdca98a63d5 (patch)
treeb02070488651d5c8867cfa03c64760f31eddf5c6 /cmds/installd/installd.c
parent12861530ef22f0954837bfd7f3a1a33f9c4b6333 (diff)
downloadframeworks_native-1705fc44fb85c4232637f9f7189c3bdca98a63d5.zip
frameworks_native-1705fc44fb85c4232637f9f7189c3bdca98a63d5.tar.gz
frameworks_native-1705fc44fb85c4232637f9f7189c3bdca98a63d5.tar.bz2
Moving dex2oat installd patches from frameworks/base
(cherry picked from commit 3fa3a652ba9a7c5b23b6f2bc7c1851d4e23e430f) Change-Id: I2f9bb66e1b0463bef41805f2d220160880121813
Diffstat (limited to 'cmds/installd/installd.c')
-rw-r--r--cmds/installd/installd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmds/installd/installd.c b/cmds/installd/installd.c
index c918633..87f900a 100644
--- a/cmds/installd/installd.c
+++ b/cmds/installd/installd.c
@@ -198,7 +198,7 @@ static int execute(int s, char cmd[BUFFER_MAX])
unsigned short count;
int ret = -1;
-// ALOGI("execute('%s')\n", cmd);
+ // ALOGI("execute('%s')\n", cmd);
/* default reply is "" */
reply[0] = 0;
@@ -240,7 +240,7 @@ done:
if (n > BUFFER_MAX) n = BUFFER_MAX;
count = n;
-// ALOGI("reply: '%s'\n", cmd);
+ // ALOGI("reply: '%s'\n", cmd);
if (writex(s, &count, sizeof(count))) return -1;
if (writex(s, cmd, count)) return -1;
return 0;