Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
A couple of questions:
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
na...@google.com <na...@google.com> #3
Tested on Android 12 Emulator with custom executor, but cannot repro this issue.
Description
BaselineProfiles test outputs a command to pull the baseline profile from the device in the form of
adb pull [-e|-s] <filepath>
It should be
adb [-e|-s] pull <filepath>
adb docs:https://developer.android.com/studio/command-line/adb#issuingcommands
Version: Macrobenchmark: 1.1.1