extract_utils: Redirect vdexextractor log to /dev/null
Change-Id: I55028997c0396d57c024e6c42a53907f6d1510c8
This commit is contained in:
@@ -845,7 +845,7 @@ function oat2dex() {
|
||||
# try to extract classes.dex from boot.vdex for frameworks jars
|
||||
# fallback to boot.oat if vdex is not available
|
||||
if get_file "$JARVDEX" "$TMPDIR" "$SRC"; then
|
||||
"$VDEXEXTRACTOR" -o "$TMPDIR/" -i "$TMPDIR/$(basename "$JARVDEX")"
|
||||
"$VDEXEXTRACTOR" -o "$TMPDIR/" -i "$TMPDIR/$(basename "$JARVDEX")" > /dev/null
|
||||
# Check if we have to deal with CompactDex
|
||||
if [ -f "$TMPDIR/$(basename "${JARVDEX%.*}")_classes.cdex" ]; then
|
||||
"$CDEXCONVERTER" "$TMPDIR/$(basename "${JARVDEX%.*}")_classes.cdex" &> /dev/null
|
||||
|
Reference in New Issue
Block a user