November 2017
Beginner to intermediate
288 pages
7h 33m
English
Let us first look at how this recipe is implemented in Android:
compile 'com.google.firebase:firebase-crash:11.0.4'
FirebaseCrash.log("[*] I've got something wrong !"); // Or FirebaseCrash.report("<Exception/Crash>");
We can use the log to log the event or the report ...
Read now
Unlock full access