Skip to content

Commit 12b4a43

Browse files
committed
Prefix the device serial to the filename
1 parent 68dd02b commit 12b4a43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/logFunctions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function getFormatedFileName() {
3131
#echo -e -n "$( getDeviceName $1)_$( getDeviceBuild $1)_${2}_${nowTime}"
3232
echo -e -n "$( getDeviceName $1)_${2}_${nowTime}"
3333
else
34-
echo -e -n "${2}_${nowTime}"
34+
echo -e -n "${1}_${2}_${nowTime}"
3535
fi
3636
fi
3737
}

0 commit comments

Comments
 (0)