Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a frame time window auto popup #48348

Open
landali9999 opened this issue Dec 20, 2024 · 2 comments
Open

a frame time window auto popup #48348

landali9999 opened this issue Dec 20, 2024 · 2 comments
Labels
Needs: Author Feedback Needs: Repro This issue could be improved with a clear list of steps to reproduce the issue. Type: New Architecture Issues and PRs related to new architecture (Fabric/Turbo Modules)

Comments

@landali9999
Copy link

Description

Im using rn 0.75.4 with new arch , when app is hung or lag. or about to crash. there come out a popup show. [appanme]Debug xxxx ms. what is this. and how to turn off. app is release build
IMG_9982

Steps to reproduce

1.make app hung for seconds
2. the frame render time window auto pops up

React Native Version

0.75.4

Affected Platforms

Runtime - iOS

Areas

Fabric - The New Renderer

Output of npx react-native info

none

Stacktrace or Logs

none

Reproducer

none

Screenshots and Videos

No response

@landali9999 landali9999 added Needs: Triage 🔍 Type: New Architecture Issues and PRs related to new architecture (Fabric/Turbo Modules) labels Dec 20, 2024
@react-native-bot react-native-bot added Needs: Author Feedback Needs: Repro This issue could be improved with a clear list of steps to reproduce the issue. labels Dec 20, 2024
@react-native-bot
Copy link
Collaborator

Warning

Missing reproducer: We could not detect a reproducible example in your issue report. Please provide either:

@cipolleschi
Copy link
Contributor

@landali9999 I'm sorry you are experiencing that. This is not something coming from React Native itself. It is probably something coming from some of the libraries you are using.

Do you have any library related to performance? Perhaps there are some performance lbraries that should be removed in release mode.

A couple of extra questions:

  • does it happens if you disable the New Architecture?
  • can you try to migrate to 0.76? The New Architecture should be more stable there.
  • if you can trigger the crash in release mode, while attached to Xcode, you can try to use the Debug View Hierarchy tool to see from where the UI element comes from.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs: Author Feedback Needs: Repro This issue could be improved with a clear list of steps to reproduce the issue. Type: New Architecture Issues and PRs related to new architecture (Fabric/Turbo Modules)
Projects
None yet
Development

No branches or pull requests

3 participants