問題タブ [google-fabric]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - Fabric Crashlytics Android イベントの送信
私は Android 用の Fabric Crashlytics を使用しています。これは本当に優れたエンジンであり、(ダッシュボードと私の emai の両方で) クラッシュが発生するたびに通知してくれますが、私が知りたいのは次のことです:
アプリが例外をキャッチしたときにダッシュボード (またはメール) にイベントを送信できますか (つまりexception.printStackTrace()
、アプリが例外をキャッチするたびにイベントを送信できますか)?
ios - Is it safe to delete Fabric contents in ~/Library/Caches in iOS APP
There're 2 folders in ~/Library/Caches in our iOS APP:
It seems that they're used by Fabric?
I want to add a feature to delete all contents in the Caches folder, and I'm wondering if it's safe to delete these 2 folders?
If I delete the 2 folders when APP is running, what will happen if there're crashes in APP? Will the crash reports still be sent to Fabric?
Any advice would be appreciated.