Open jbrodriguez opened 2 years ago
The problem above was first reported on Nov 4, 2021. So it has been there for quite a while now.
We have to uninstall and reinstall the mobile app each time we close Flipper, and I close it often since my app is too slow when using Flipper.
So now, because of this problem and the perfo problem, I rarely use Flipper since it is annoying and non-efficient to troubleshoot; I prefer the old console.log.
Please take some time to troubleshoot and fix that so I can love Flipper again!
for anyone stuck in crashing state, run adb shell run-as "com.example.app" rm -rf files/sonar
adb shell run-as "com.example.app" rm -rf files/sonar
This worked thank you!
🐛 Bug Report
i created a project from scratch, the app runs ok, i can open/close it without issue.
as soon as i open flipper, it must be on for the app not to crash
To Reproduce
Environment
rn 0.69.1 os: macos monterrey flipper desktop: 0.154.0 flipper package.json: 0.153.0
this is the debug log from adb logcat