New button allows to start/stop tracing. When clicking stop, DDMS downloads the trace file and starts Traceview. Also refactored some common parts of the HPROF and tracing handlers into a common class. The goal is to have a default, extensible implementation of the HPROF handler that DDMS and the plug-in can reuse. This will reduce duplicated code. Change-Id: Ifc48926c7f6f1c3ea49a4aa94053664be83cbb06
13 lines
692 B
XML
13 lines
692 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry excluding="Makefile|resources/" kind="src" path="src"/>
|
|
<classpathentry kind="src" path="src/resources"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/ANDROID_SWT"/>
|
|
<classpathentry combineaccessrules="false" kind="src" path="/ddmlib"/>
|
|
<classpathentry combineaccessrules="false" kind="src" path="/ddmuilib"/>
|
|
<classpathentry combineaccessrules="false" kind="src" path="/AndroidPrefs"/>
|
|
<classpathentry combineaccessrules="false" kind="src" path="/SdkStatsService"/>
|
|
<classpathentry kind="output" path="bin"/>
|
|
</classpath>
|