summaryrefslogtreecommitdiffstats
path: root/cmds
diff options
context:
space:
mode:
authorAlex Light <allight@google.com>2014-08-11 10:07:02 -0700
committerAlex Light <allight@google.com>2014-08-11 10:07:02 -0700
commita7915d437c3971943f82dfc2370fe7a5df522801 (patch)
tree2e57d427a80b7f0f89604093731f37abe5b6b210 /cmds
parentf491f497b2a4ba5a0ec60b291cce4ffb3be3d33c (diff)
downloadframeworks_native-a7915d437c3971943f82dfc2370fe7a5df522801.zip
frameworks_native-a7915d437c3971943f82dfc2370fe7a5df522801.tar.gz
frameworks_native-a7915d437c3971943f82dfc2370fe7a5df522801.tar.bz2
Change an accidental ALOGE to an ALOGV
Change-Id: If07bcef597dd9e531ce6d92c7780ba6ad5090f9a
Diffstat (limited to 'cmds')
-rw-r--r--cmds/installd/commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/installd/commands.c b/cmds/installd/commands.c
index c25af59..9cfb0ff 100644
--- a/cmds/installd/commands.c
+++ b/cmds/installd/commands.c
@@ -644,7 +644,7 @@ static void run_patchoat(int input_fd, int oat_fd, const char* input_file_name,
sprintf(instruction_set_arg, "--instruction-set=%s", instruction_set);
sprintf(output_oat_fd_arg, "--output-oat-fd=%d", oat_fd);
sprintf(input_oat_fd_arg, "--input-oat-fd=%d", input_fd);
- ALOGE("Running %s isa=%s in-fd=%d (%s) out-fd=%d (%s)\n",
+ ALOGV("Running %s isa=%s in-fd=%d (%s) out-fd=%d (%s)\n",
PATCHOAT_BIN, instruction_set, input_fd, input_file_name, oat_fd, output_file_name);
/* patchoat, patched-image-location, no-lock, isa, input-fd, output-fd */