Skip to content

Commit db40894

Browse files
authored
Add proto binary file type for downloading files from emulator (#79)
1 parent 2ce8e4b commit db40894

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

AndroidXCI/lib/src/main/kotlin/dev/androidx/ci/testRunner/TestRunnerService.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@ interface TestRunnerService {
357357
const val LOGCAT = "logcat"
358358
const val PNG = "png"
359359
const val TEXTPROTO = "textproto"
360+
const val PROTOBINARY = "pb"
360361
}
361362
}
362363

0 commit comments

Comments
 (0)