How to send Crashlytics log
问题 I am using Crashlytics (now known as Fabric) in my app. It works well when the app crashes. I can find the issue on the dashboard. I am trying to use the logging. Something like: Crashlytics.log(Log.WARN,MYTAG,"Error message"); I am not able to send this log in the dashboard. I have just tried to add something like: Crashlytics.logException(new RuntimeException("Fake exception")); but it doesn't send the log. Can Crashlytics send the log? 回答1: You are sending the Log properly. But see what