We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ANDROID_SERIAL
1 parent c440d90 commit d35a1ebCopy full SHA for d35a1eb
cli/options.v
@@ -788,10 +788,10 @@ The minimum supported NDK version is "${ndk.min_supported_version}"'
788
opt.archs = archs
789
}
790
791
- // Nice to have in verbose output when troubleshooting deployment
+ // Nice to know since it triggers implicit deployment/running (convenient for troubleshooting).
792
android_serial := os.getenv('ANDROID_SERIAL')
793
if android_serial != '' && opt.device_id == android_serial {
794
- opt.verbose(2, 'Using device "${opt.device_id}" from ANDROID_SERIAL env variable')
+ util.vab_notice('Using device "${opt.device_id}" from ANDROID_SERIAL env variable')
795
796
797
0 commit comments