question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

App crashed when debugging mode is enabled

See original GitHub issue

Description

I am using react-native-reanimated. Since I started using reanimated, the app crashes if debugging mode is enabled. Once I uninstall reanimated package the app runs in debugging mode perfectly.

Expected behavior

debugging mode should work as usual

Actual behavior & steps to reproduce

app crashes if the debugging mode is enabled

Snack or minimal code example

No specific code is required. Just installing the package is sufficient.

Package versions

name version
react-native 0.64.2
react-native-reanimated 2.2.2
NodeJS v12.22.8

Affected platforms

  • Android

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

4reactions
mohammedelnadycommented, Feb 3, 2022

speaking from that next week, It DOESN’T WORK !!

2reactions
piaskowykcommented, Feb 5, 2022

Time is relative - like Einstein said 😄 Sorry for the delay but I was a couple of days off. Finally, I have just published a new release with many fixes - https://www.npmjs.com/package/react-native-reanimated/v/2.4.0

Read more comments on GitHub >

github_iconTop Results From Across the Web

Android app crashes when launched in debug mode
This is due to some problem with debug points. Remove all the debug points and then it should work.
Read more >
app crashes if debugging mode is enabled #1674 - GitHub
I am using react-native-reanimated as a dependency of react-native-draggable-flatlist . Since I started using reanimated , app crashes if ...
Read more >
Detect and diagnose crashes - Android Developers
An app that is written using machine code or C++ crashes if there's an unhandled signal, such as SIGSEGV , during its execution....
Read more >
Debugging Exceptions within your App - CodePath Cliffnotes
Open the file within your app and find the line number. Look at the exception type and message to diagnose the problem. If...
Read more >
How to Diagnose App Issues Using Crash Logs - Papertrail
Getting the Crash Log · 1. Enable USB Debugging on Device · 2. Install the App via Android Studio and ADB · 3....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found