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

Commit 9671799c authored by Andreas Gampe's avatar Andreas Gampe Committed by Android Git Automerger
Browse files

am f12e678d: am 1a22eb7b: Merge "Change an accidental ALOGE to an ALOGV"

* commit 'f12e678d':
  Change an accidental ALOGE to an ALOGV
parents 80749a2a f12e678d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -656,7 +656,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(instruction_set_arg, "--instruction-set=%s", instruction_set);
    sprintf(output_oat_fd_arg, "--output-oat-fd=%d", oat_fd);
    sprintf(output_oat_fd_arg, "--output-oat-fd=%d", oat_fd);
    sprintf(input_oat_fd_arg, "--input-oat-fd=%d", input_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_BIN, instruction_set, input_fd, input_file_name, oat_fd, output_file_name);


    /* patchoat, patched-image-location, no-lock, isa, input-fd, output-fd */
    /* patchoat, patched-image-location, no-lock, isa, input-fd, output-fd */