Skip to content

profile-hermes command haven't consider android's applicationIdSuffix config #1438

@glacjay

Description

@glacjay

Environment

System:
    OS: macOS 11.4
    CPU: (4) x64 Intel(R) Core(TM) i5-4258U CPU @ 2.40GHz
    Memory: 68.37 MB / 8.00 GB
    Shell: 5.8 - /bin/zsh
  Binaries:
    Node: 12.22.1 - /var/folders/hc/45n2bvns607682x5dkq6xx5r0000gn/T/yarn--1625025796252-0.39218846538025054/node
    Yarn: 1.22.10 - /var/folders/hc/45n2bvns607682x5dkq6xx5r0000gn/T/yarn--1625025796252-0.39218846538025054/yarn
    npm: 6.14.12 - /usr/local/bin/npm
    Watchman: 2021.06.07.00 - /usr/local/bin/watchman
  Managers:
    CocoaPods: 1.10.1 - /usr/local/bin/pod
  SDKs:
    iOS SDK:
      Platforms: iOS 14.5, DriverKit 20.4, macOS 11.3, tvOS 14.5, watchOS 7.4
    Android SDK: Not Found
  IDEs:
    Android Studio: 3.2 AI-181.5540.7.32.5056338
    Xcode: 12.5.1/12E507 - /usr/bin/xcodebuild
  Languages:
    Java: 15.0.2 - /usr/bin/javac
  npmPackages:
    @react-native-community/cli: Not Found
    react: 17.0.1 => 17.0.1
    react-native: 0.64.1 => 0.64.1
    react-native-macos: Not Found
  npmGlobalPackages:
    *react-native*: Not Found

Description

$ yarn react-native profile-hermes --verbose
yarn run v1.22.10
$ /Users/wagons/work/WagonsFrontapp-feature/node_modules/.bin/react-native profile-hermes --verbose
info Downloading a Hermes Sampling Profiler from your Android device...
info No filename is provided, pulling latest file
run-as: package not debuggable: com.wagons.app
error There is no file in the cache/ directory. Did you record a profile from the developer menu?
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

According to our build.gradle, we have applicationIdSuffix set as .test to the debug variant, so the actual package name should be com.wagons.app.test. That's why it can't find the .cpuprofile file.

Reproducible Demo

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions