Not able to get firebase crash report from android app -
i have implemented firebase crash in existing firebase app, per firebase document have implemented iam not able report in console.
here how hav integrated
app.gradle: build.gradle(module:app)
project.gradle: build.gradle(project)
in code have added sample report code:
firebasecrash.report(new exception("my first android non-fatal error"));
i not able report in firebase console showing initial page
i have updated google play service thought not able report
firebase analytics don't work in real time takes around 2-3 hours update analytics data in console. don't why observe when implemented firebase analytics for more details
try this
android { defaultconfig { versioncode 1 }
}
Comments
Post a Comment