2
0
mirror of https://gitlab.com/Nanolx/NanoDroid synced 2024-10-31 09:20:23 +00:00

improve logging

This commit is contained in:
Christopher Roy Bratusek 2019-01-12 10:04:51 +01:00
parent 7666993a98
commit 5e22eb4038
2 changed files with 8 additions and 1 deletions

View File

@ -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}

View File

@ -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"