profile-hermes
throws an error when more than one device is connected
#2267
Labels
profile-hermes
throws an error when more than one device is connected
#2267
Environment
Description
When
adb devices
returns more than one device, and I want to download the trace from Hermes usingprofile-hermes
command, the CLI throws an erroradb: more than one device/emulator
. I'd expect to see a prompt to select the device where to look for the trace or have an ability to pass the device id with a flag.Reproducible Demo
adb devices
displays both on the listnpx react-native profile-hermes --filename <name_of_the_file.cpuprofile>
adb: more than one device/emulator
The text was updated successfully, but these errors were encountered: