Command: android hooking watch class_method

Usage: android hooking watch class_method <class> <method>

Hooks a specified class method and reports on invocations, together with
the number of arguments that method was called with. This command will
also hook all of the methods overloads.

Examples:
   android hooking watch class_method com.example.test login
   android hooking watch class_method com.example.test.helper executeQuery
