makedist.midori: use debug.log as debuggin output
This commit is contained in:
parent
1dcf70bd9d
commit
21e7464226
1 changed files with 1 additions and 2 deletions
|
@ -191,8 +191,7 @@ if [ "$DEBUG_BUILD" == "" ];then
|
||||||
else
|
else
|
||||||
#add some gdb helper scripts
|
#add some gdb helper scripts
|
||||||
cat > $workdir/bin/backtrace.gdb << _EOF
|
cat > $workdir/bin/backtrace.gdb << _EOF
|
||||||
set logging on
|
set logging on debug.log
|
||||||
set logging file debug.log
|
|
||||||
run
|
run
|
||||||
thread apply all bt
|
thread apply all bt
|
||||||
quit
|
quit
|
||||||
|
|
Loading…
Reference in a new issue