mirror of
https://gitlab.com/Nanolx/NanoDroid
synced 2024-10-31 09:20:23 +00:00
improve logging
This commit is contained in:
parent
7666993a98
commit
5e22eb4038
@ -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}
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user