2
0
mirror of https://gitlab.com/Nanolx/NanoDroid synced 2024-11-07 15:20:36 +00:00

SysTest: if in TWRP log usable space for installer

This commit is contained in:
Christopher Roy Bratusek 2019-06-13 20:16:04 +02:00
parent b06b3d2336
commit 9003dd472d

View File

@ -272,6 +272,14 @@ store_results () {
add_log "" add_log ""
mount | sed '/magisk/d' | awk '{print $1 " on " $3 " params: " $6}' >> ${LOGFILE} mount | sed '/magisk/d' | awk '{print $1 " on " $3 " params: " $6}' >> ${LOGFILE}
if [ ! ${BOOTMODE} ]; then
add_log ""
add_log "TWRP usuable space for Installer"
add_log "================================"
add_log ""
add_log $(df /dev 2>/dev/null | awk '/tmpfs/{print $4}')
fi
add_log "" add_log ""
add_log "DalvikVM, LD_LIBRARY_PATH and DEX status" add_log "DalvikVM, LD_LIBRARY_PATH and DEX status"
add_log "========================================" add_log "========================================"