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

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -