Make sure all bugsplat crashes land in one database per channel.
parent
f664836340
commit
97a273e241
|
|
@ -520,7 +520,7 @@ if [ $WANTS_CONFIG -eq $TRUE ] ; then
|
|||
CRASH_REPORTING="-DRELEASE_CRASH_REPORTING=ON"
|
||||
if [ ! -z $CHANNEL_SIMPLE ]
|
||||
then
|
||||
CRASH_REPORTING="$CRASH_REPORTING -DUSE_BUGSPLAT=On -DBUGSPLAT_DB=firestorm_"`echo $CHANNEL_SIMPLE | tr [:upper:] [:lower:] | sed -e 's/_x64//'`
|
||||
CRASH_REPORTING="$CRASH_REPORTING -DUSE_BUGSPLAT=On -DBUGSPLAT_DB=firestorm_"`echo $CHANNEL_SIMPLE | tr [:upper:] [:lower:] | sed -e 's/x64//' | sed -e 's/_//g'`
|
||||
fi
|
||||
else
|
||||
CRASH_REPORTING="-DRELEASE_CRASH_REPORTING:BOOL=OFF"
|
||||
|
|
|
|||
Loading…
Reference in New Issue