Skip to content

Commit da66235

Browse files
committed
DEBUG: Android: Run gradlew with --stacktrace --debug
1 parent 27b16d8 commit da66235

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Platforms/Android/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ async def gradle_task(context):
663663
context.args[0:0] = ["-m", "test"]
664664

665665
args = [
666-
gradlew, "--console", "plain", f"{task_prefix}DebugAndroidTest",
666+
gradlew, "--stacktrace", "--debug", "--console", "plain", f"{task_prefix}DebugAndroidTest",
667667
] + [
668668
f"-P{name}={value}"
669669
for name, value in [

0 commit comments

Comments
 (0)