Skip to content

Commit e417189

Browse files
committed
Debug CI failure
1 parent 171560b commit e417189

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Android/testbed/app/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,10 @@ abstract class CreateEmulatorTask : DefaultTask() {
278278
if (!File(avdDir.parentFile.parentFile, iniName).renameTo(
279279
File(avdDir.parentFile, iniName)
280280
)) {
281+
// FIXME
282+
execOps.exec {
283+
commandLine("ls", "-lR", avdDir.parentFile.parentFile)
284+
}
281285
throw GradleException("Failed to rename $iniName")
282286
}
283287
}

0 commit comments

Comments
 (0)