Skip to content

Commit

Permalink
Fix android dev test code to get list of booted devices (invalid cast)
Browse files Browse the repository at this point in the history
  • Loading branch information
e-marchand committed Sep 4, 2024
1 parent 4bf0ff3 commit c352e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project/Sources/Methods/dev_test_android.4dm
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ Case of


$c:=$adb.availableDevices()
$c:=$adb.listBootedDevices()
$o:=$adb.listBootedDevices()
$c:=$adb.plugged()

//var $avd : cs.avd
Expand Down

0 comments on commit c352e68

Please sign in to comment.