Android developer tools quiz

  1. True or false? You can only use System Trace from the command line.

  2. Fill-in-the-blanks

    Enter one or more words to complete the sentence.

    The updated Layout Inspector introduces the ability to show a view hierarchy in a ___ perspective.

  3. Unlike Java Method or C/C++ Function Traces, ___ collects device activities (for example, CPU core scheduling) and system processes (for example, SurfaceFlinger).

  4. Given a class that can be ___ by Dagger, if you click the gutter icon with the arrow up of a dependency, you navigate to the method that tells Dagger how to ___ that type.