Skip to content

Commit d35a1eb

Browse files
authored
options: convert verbose note about ANDROID_SERIAL into a notice (#334)
1 parent c440d90 commit d35a1eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/options.v

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -788,10 +788,10 @@ The minimum supported NDK version is "${ndk.min_supported_version}"'
788788
opt.archs = archs
789789
}
790790

791-
// Nice to have in verbose output when troubleshooting deployment
791+
// Nice to know since it triggers implicit deployment/running (convenient for troubleshooting).
792792
android_serial := os.getenv('ANDROID_SERIAL')
793793
if android_serial != '' && opt.device_id == android_serial {
794-
opt.verbose(2, 'Using device "${opt.device_id}" from ANDROID_SERIAL env variable')
794+
util.vab_notice('Using device "${opt.device_id}" from ANDROID_SERIAL env variable')
795795
}
796796
}
797797

0 commit comments

Comments
 (0)