For this week, we need to parse the Java call graph data. We need to be able to at least mark each node as being part of Android vs. part of the app itself. We might remove these nodes, we might not.
Think of a way to reliably identifying the entry points that are callback methods implemented in the actual app's source code as overrides for inherited classes.
For this week, we need to parse the Java call graph data. We need to be able to at least mark each node as being part of Android vs. part of the app itself. We might remove these nodes, we might not.
Let's have this done by Feb 24.