Command: android hooking watch class

Usage: android hooking watch class <class>
       (optional: --dump-args) (optional: --dump-backtrace)
       (optional: --dump-return)

Hooks a specified class' methods and reports on invocations, together with
the number of arguments that method was called with. This command will
also hook all of the detected methods overloads.
If the --include-backtrace flag is provided, a full stack trace that
lead to the methods invocation will also be dumped.

Examples:
   android hooking watch class com.example.test 
   android hooking watch class com.example.test --dump-backtrace
   android hooking watch class com.example.test --dump-args --dump-return
