Skip to content

Commit 63d8330

Browse files
committed
building IL2CPP logs
1 parent ede6a25 commit 63d8330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/smoke-test-android.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ if ($IsIntegrationTest)
3636
try
3737
{
3838
MakeExecutable "./gradlew"
39-
& ./gradlew --info --no-daemon assembleRelease | ForEach-Object {
39+
& ./gradlew --info --no-daemon assembleRelease -Dorg.gradle.debug=true -Dil2cpp.debug=true | ForEach-Object {
4040
Write-Host " $_"
4141
}
4242
if (-not $?)

0 commit comments

Comments
 (0)