Re: [android-developers] Call Graph in Android

2012-09-23 Thread Kristopher Micinski
http://stackoverflow.com/questions/1982890/how-to-generate-a-java-call-graph? On Mon, Sep 24, 2012 at 2:17 AM, thejaswi s wrote: > can please suggest few. > > > On Mon, Sep 24, 2012 at 11:34 AM, Kristopher Micinski > wrote: >> >> this has nothing to do with Android... >> >> That said, many commo

Re: [android-developers] Call Graph in Android

2012-09-23 Thread thejaswi s
can please suggest few. On Mon, Sep 24, 2012 at 11:34 AM, Kristopher Micinski < krismicin...@gmail.com> wrote: > this has nothing to do with Android... > > That said, many common Java analysis tools will generate call graphs. > > kris > > On Mon, Sep 24, 2012 at 1:59 AM, thejaswi s wrote: > > W

Re: [android-developers] Call Graph in Android

2012-09-23 Thread Kristopher Micinski
this has nothing to do with Android... That said, many common Java analysis tools will generate call graphs. kris On Mon, Sep 24, 2012 at 1:59 AM, thejaswi s wrote: > What are possible tools to generate the call graph of an android application > in eclipse? I would like to know which method cal

[android-developers] Call Graph in Android

2012-09-23 Thread thejaswi s
What are possible tools to generate the call graph of an android application in eclipse? I would like to know which method calls which method. but i can't seem to find anything helpful. I have read something about Oprofile but many persons said that it is not working and contains many problems. i w