Daggraph — Daggraph is a library for generating a graph of dagger dependency.
Then after successful installation, type the following command :
$ daggraph <path of Android Directory>
ex : daggraph /home/chahat/Desktop/MyApplication
Then you will get following result :
Choose which type of graph you want to generate.
Output :
Bubble chart :
Tree Chart :
Linked node chart :
That’s it. Now you can see your dependency graph.
Thanks….