The
memory profiler has a new "analysis" feature where it can analyze a
heap dump to look for known problems, such as leaked activities. To use
this feature, open a heap dump and look for the Analyzer Tasks window on
the right:
In
the analysis window you can press the Run button to perform and
analysis, and then drill into the results; here's an example of a leaked
activity:
There
are several new lint checks as well; here's one which warns you if you
are attempting to override resources referenced from the manifest (where
only a small set of resources are actually dynamically resolved) :
0 comments:
Post a Comment