Question: Crash on start
See original GitHub issueI done all steps from documentation setup. But I get crash when I start application. (Android)
app module
debugImplementation 'com.facebook.flipper:flipper:0.23.0'
debugImplementation 'com.facebook.soloader:soloader:0.5.1'
releaseImplementation 'com.facebook.flipper:flipper-noop:0.23.0'
Application onCreate
SoLoader.init(this, false)
if (BuildConfig.DEBUG && FlipperUtils.shouldEnableFlipper(this)) {
val client = AndroidFlipperClient.getInstance(this)
client.addPlugin(InspectorFlipperPlugin(this, DescriptorMapping.withDefaults()))
client.start()
}
I get this crash
Fatal signal 31 (SIGSYS), code 1 (SYS_SECCOMP) in tid 5400 (FlipperConnecti), pid 5345 (n.yoga.go.debug)
Cannot figure out the cause
What could be the problem?
UPDATE: This problem only on emulator. On physical device work.
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
Question - Quest 2 app crash on startup - Unity Forum
When I build and upload it to Quest 2, it uploads without a problem but whenever I try to open it on the...
Read more >Game crashes or closes unexpectedly - Microsoft Support
Symptoms of the problem · Method 1: Check for the latest update for the game · Method 2: Restart the computer by using...
Read more >[RESOLVED] Crash on launch / Game doesn't start (Steam
Hey Migelthesloth,. I have the same problem with crashing on game launch, it just does not respond and exits everytime. A temporary fix...
Read more >Topics tagged crash-at-startup - Unreal Engine Forums
crash -at-startup ; Startup Movies Causes Game To Crash · Platform & Builds · crash-at-startup , startup-movie , packaged-game , question , unreal-engine....
Read more >The game is crashing or won't start - Groove
Often crashing problems are caused by conflicts with other applications running in the background. Usually these problems can be resolved by ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ll check this today but sadly we don’t have a workaround this at the moment because one of our dependencies isn’t compatible with newer versions of the NDK which fix this incompatibility.
@passy it appears is 0.23.6 was never published