Hi, I am new in Xposed.. I have read the development tutorial, but still do not know how to finish my work.
I want to do the following three things(I do not have the source code):
1. Get all classes of an app when I use the app
2. Get all methods of every class I have found in step 1
3. Monitor the delay of every methods when I use the app.
In order to finish step 1, I use findAndHookMethod, and set the className argument to null, and method argument to null, but it could not work and throw an Exception. I supposed that the two argument can not be set to null!!
I did not find any other API to finish the step 1
, so is someone has any idea to help me? 
I want to do the following three things(I do not have the source code):
1. Get all classes of an app when I use the app
2. Get all methods of every class I have found in step 1
3. Monitor the delay of every methods when I use the app.
In order to finish step 1, I use findAndHookMethod, and set the className argument to null, and method argument to null, but it could not work and throw an Exception. I supposed that the two argument can not be set to null!!
I did not find any other API to finish the step 1