Understand your game's crashes using advanced Crashlytics features quiz

  1. Which of the following tasks are required to successfully set up a Unity project to use Crashlytics?

    Choose as many answers as you see fit.

  2. What sort of errors does Firebase Crashlytics automatically log?

    Choose as many answers as you see fit.

  3. Which of the following methods are used to record only the final value of a variable?

  4. Which of the following methods can help you establish a timeline of what happened in your game leading up to a problem?

    Choose as many answers as you see fit.

  5. Fill-in-the-blanks

    Enter one or more words to complete the sentence.

    Call the ___() method, instead of the Crashlytics.Log() method, when you need to record an error and send the full call stack of an exception to Crashlytics.

  6. True or false? Crashlytics can diagnose Application Not Responding (ANR) errors.