How to disable Crashlytics during development

后端 未结 28 2557
心在旅途
心在旅途 2020-11-29 15:42

Is there any simple way to turn Crashlytics Android SDK off while developing ?

I don\'t want it to send a crash every time I do something stupid

On the othe

28条回答
  •  时光取名叫无心
    2020-11-29 15:46

    As per google use this code for disable Crashlytics and it will also improve build process.

    reference-https://developer.android.com/studio/build/optimize-your-build

提交回复
热议问题