-
Notifications
You must be signed in to change notification settings - Fork 25k
Closed
Labels
Ran CommandsOne of our bots successfully processed a command.One of our bots successfully processed a command.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
Description
Hi,
Using RN 0.48.3, my app does launch well on device on dev mode, but fails to start when I use a the release build on my device with Android 8.0 (Oreo).
Not so much information about this, react-native log-android simply says:
--------- beginning of system
--------- beginning of main
10-17 16:41:03.646 11483 11483 D ReactNative: ReactInstanceManager.ctor()
10-17 16:41:03.664 11483 11483 D ReactNative: ReactInstanceManager.createReactContextInBackground()
10-17 16:41:03.664 11483 11483 D ReactNative: ReactInstanceManager.recreateReactContextInBackgroundInner()
10-17 16:41:03.664 11483 11483 D ReactNative: ReactInstanceManager.recreateReactContextInBackgroundFromBundleLoader()
10-17 16:41:03.785 11483 11483 D ReactNative: ReactInstanceManager.recreateReactContextInBackground()
10-17 16:41:03.786 11483 11483 D ReactNative: ReactInstanceManager.runCreateReactContextOnNewThread()
10-17 16:41:03.787 11483 11519 D ReactNative: ReactInstanceManager.createReactContext()
10-17 16:41:04.069 11483 11519 D ReactNative: Initializing React Xplat Bridge.
10-17 16:41:04.073 11483 11519 D ReactNative: Initializing React Xplat Bridge before initializeBridge
10-17 16:41:04.134 11483 11519 D ReactNative: Initializing React Xplat Bridge after initializeBridge
10-17 16:41:04.134 11483 11519 D ReactNative: CatalystInstanceImpl.runJSBundle()
--------- beginning of crash
Everytime it stops on CatalystInstanceImpl.runJSBundle(), with no error provided.
How to debug this properly? Any ideas on what's happening there?
janziemba
Metadata
Metadata
Assignees
Labels
Ran CommandsOne of our bots successfully processed a command.One of our bots successfully processed a command.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.