diff --git a/CommonInstaller b/CommonInstaller index 09d2b10..31fd579 100644 --- a/CommonInstaller +++ b/CommonInstaller @@ -1343,6 +1343,13 @@ ROM_NO_XBIN=${ROM_NO_XBIN} NANODROID_UPGRADE=${NANODROID_UPGRADE} NANODROID_BINDIR=${NANODROID_BINDIR} +### MOUNTED PARTITIONS ### +" >> ${nanodroid_logfile} + +mount | awk '{print $1 " on " $3 " params: " $6}' \ + >> ${nanodroid_logfile} + +echo " ### SETUP ### " > ${nanodroid_logfile} diff --git a/systest/SysTest b/systest/SysTest index 701056d..20bb616 100644 --- a/systest/SysTest +++ b/systest/SysTest @@ -258,7 +258,7 @@ store_results () { add_log "DEVICE_AB=${DEVICE_AB}" add_log "VENDOR_COMPAT=${VENDOR_COMPAT}" add_log "" - mount | awk '{print $1 " on " $3}' >> ${LOGFILE} + mount | awk '{print $1 " on " $3 " params: " $6}' >> ${LOGFILE} add_log "" add_log "DalvikVM, LD_LIBRARY_PATH and DEX status"