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

React native app crashes on enabling remote debugging #21341

Closed
durgesh387 opened this issue Sep 26, 2018 · 1 comment
Closed

React native app crashes on enabling remote debugging #21341

durgesh387 opened this issue Sep 26, 2018 · 1 comment
Labels
Ran Commands One of our bots successfully processed a command. Resolution: Locked This issue was locked by the bot.

Comments

@durgesh387
Copy link

durgesh387 commented Sep 26, 2018

i am using RN version 0.55.4. the editor is 'VS Code' version 1.25.1. the debugging was working fine before but it stopped working when i added the Firebase configuration in the application.
below is the o/p recieved from the logcat

--------- beginning of crash

09-27 02:51:59.412 3282 3282 D ReactNative: ReactInstanceManager.detachViewFromInstance()

[Info] 09-27 03:15:17.175 4013 4013 D ReactNative: ReactInstanceManager.ctor()

[Info] 09-27 03:15:17.175 4013 4013 D ReactNative: ReactInstanceManager.ctor()

[Info] 09-27 03:15:17.411 4013 4013 D ReactNative: ReactInstanceManager.createReactContextInBackground()

09-27 03:15:17.411 4013 4013 D ReactNative: ReactInstanceManager.recreateReactContextInBackgroundInner()

[Info] 09-27 03:15:17.411 4013 4013 D ReactNative: ReactInstanceManager.createReactContextInBackground()

09-27 03:15:17.411 4013 4013 D ReactNative: ReactInstanceManager.recreateReactContextInBackgroundInner()

[Info] 09-27 03:15:17.891 4013 4013 D ReactNative: ReactInstanceManager.onReloadWithJSDebugger()

[Info] 09-27 03:15:17.891 4013 4013 D ReactNative: ReactInstanceManager.onReloadWithJSDebugger()

09-27 03:15:17.899 4013 4013 D ReactNative: ReactInstanceManager.recreateReactContextInBackground()

09-27 03:15:17.900 4013 4013 D ReactNative: ReactInstanceManager.runCreateReactContextOnNewThread()

[Info] 09-27 03:15:17.899 4013 4013 D ReactNative: ReactInstanceManager.recreateReactContextInBackground()

[Info] 09-27 03:15:17.900 4013 4013 D ReactNative: ReactInstanceManager.runCreateReactContextOnNewThread()

[Info] 09-27 03:15:26.734 4100 4100 D ReactNative: ReactInstanceManager.ctor()

[Info] 09-27 03:15:26.734 4100 4100 D ReactNative: ReactInstanceManager.ctor()

[Info] 09-27 03:15:26.985 4100 4100 D ReactNative: ReactInstanceManager.createReactContextInBackground()

[Info] 09-27 03:15:26.985 4100 4100 D ReactNative: ReactInstanceManager.createReactContextInBackground()

[Info]

[Info] 09-27 03:15:26.985 4100 4100 D ReactNative: ReactInstanceManager.recreateReactContextInBackgroundInner()

[Info] 09-27 03:15:26.985 4100 4100 D ReactNative: ReactInstanceManager.recreateReactContextInBackgroundInner()

[Info] 09-27 03:15:27.647 4100 4100 D ReactNative: ReactInstanceManager.onReloadWithJSDebugger()

[Info] 09-27 03:15:27.647 4100 4100 D ReactNative: ReactInstanceManager.onReloadWithJSDebugger()

[Info] 09-27 03:15:27.652 4100 4100 D ReactNative: ReactInstanceManager.recreateReactContextInBackground()

[Info] 09-27 03:15:27.652 4100 4100 D ReactNative: ReactInstanceManager.recreateReactContextInBackground()

[Info] 09-27 03:15:27.667 4100 4100 D ReactNative: ReactInstanceManager.runCreateReactContextOnNewThread()

[Info] 09-27 03:15:27.667 4100 4100 D ReactNative: ReactInstanceManager.runCreateReactContextOnNewThread()

[Info] 09-27 03:15:27.845 4100 4128 D ReactNative: ReactInstanceManager.createReactContext()

[Info] 09-27 03:15:27.845 4100 4128 D ReactNative: ReactInstanceManager.createReactContext()

[Info] 09-27 03:15:28.390 4100 4128 D ReactNative: Initializing React Xplat Bridge.

[Info] 09-27 03:15:28.390 4100 4128 D ReactNative: Initializing React Xplat Bridge.

[Info] 09-27 03:15:28.443 4100 4128 D ReactNative: Initializing React Xplat Bridge before initializeBridge

09-27 03:15:28.446 4100 4128 D ReactNative: Initializing React Xplat Bridge after initializeBridge

09-27 03:15:28.447 4100 4128 D ReactNative: CatalystInstanceImpl.runJSBundle()

[Info] 09-27 03:15:28.443 4100 4128 D ReactNative: Initializing React Xplat Bridge before initializeBridge

[Info] 09-27 03:15:28.465 4100 4135 D ReactNative: ReactInstanceManager.setupReactContext()

09-27 03:15:28.466 4100 4135 D ReactNative: CatalystInstanceImpl.initialize()

09-27 03:15:28.484 4100 4135 D ReactNative: ReactInstanceManager.attachRootViewToInstance()

[Info]

09-27 03:15:28.446 4100 4128 D ReactNative: Initializing React Xplat Bridge after initializeBridge

[Info] 09-27 03:15:28.447 4100 4128 D ReactNative: CatalystInstanceImpl.runJSBundle()

09-27 03:15:28.465 4100 4135 D ReactNative: ReactInstanceManager.setupReactContext()

09-27 03:15:28.466 4100 4135 D ReactNative: CatalystInstanceImpl.initialize()

09-27 03:15:28.484 4100 4135 D ReactNative: ReactInstanceManager.attachRootViewToInstance()

[Info] 09-27 03:15:29.374 4100 4100 D ReactNative: ReactInstanceManager.detachViewFromInstance()

[Info] 09-27 03:15:29.374 4100 4100 D ReactNative: ReactInstanceManager.detachViewFromInstance()

@react-native-bot
Copy link
Collaborator

We are automatically closing this issue because it does not appear to follow any of the provided issue templates.

Please make use of the bug report template to let us know about a reproducible bug or regression in the core React Native library.

If you'd like to propose a change or discuss a feature request, there is a repository dedicated to Discussions and Proposals you may use for this purpose.

@react-native-bot react-native-bot added Ran Commands One of our bots successfully processed a command. 📋No Template labels Sep 26, 2018
@facebook facebook locked as resolved and limited conversation to collaborators Sep 26, 2019
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Sep 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Ran Commands One of our bots successfully processed a command. Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

2 participants