aboutsummaryrefslogtreecommitdiff
path: root/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace
AgeCommit message (Collapse)Author
2020-05-06Remove all non-Apache2 licensed files from sdkBob Badour
Remove MODULE_LICENSE_APACHE2 Repositories containing third-party code need a METADATA and a license_type. Repositories containing only first-party code no longer need a MODULE_LICENSE_* file. Remove EPL-licensed eclipse plugin and attribute_stats. Remove CC-BY-SA licensed typos files. Bug: 68860345 Bug: 69058154 Bug: 151953481 Test: treehugger Test: https://android-build.googleplex.com/builds/forrest/run/L63500000550775268 Exempt-From-Owner-Approval: janitorial work Change-Id: I5fafa76de21fb0b46c82a2c07ac048afbee3df25
2020-05-06Revert "Remove unused project."Paul Duffin
This reverts commit eaada771a6e62ca494a625ce1b060f1a94fa9877. Reason for revert: Breaks build_test and other builds Bug: 155862492 Change-Id: I1a14b84d54b05596ec250b31ae56e437cf49fd81
2020-05-05Remove unused project.Bob Badour
Remove the source and switch the OWNERS to the janitors to prevent necromancy. Test: treehugger Change-Id: I85d58aafad17c65d7d2963c99409dddf8888fb16
2015-06-01Update default enabled tags to match systrace.pySiva Velusamy
Change-Id: I1abdf1d9fddfe2e5ac1771bc919801efd5dd128e
2015-06-0121560057: Don't enable rs tag by default in systrace options.Siva Velusamy
The current tracing calls in RenderScript don't properly close tags if there is an exception after opening a tag. So we don't enable it by default. Change-Id: I518da93896e7684efae6644cd6f8de6e6ebc56bb
2014-12-16Minor improvements to systrace options dialogSiva Velusamy
This CL includes the following minor tweaks the systrace options dialog: - shows the default values to be used in a couple of text boxes - splits the list of tags into two sections: a commonly used set and a list of advanced tags Change-Id: I19b3033c099c181c2d801da262a899f6586da9fd
2014-03-04Add hex prefix to systrace tagTimothy Clark
For the V1 options dialog, Integer.toHexString is used to write the value of the debug.atrace.tags.enableflags system property, but it lacks the "0x" prefix. When this value is later read by the framework with strtoll, it incorrectly interprets the number as base 10 instead of hex. This change updates the writing code to include a "0x" prefix before the hex value, thereby ensuring that it is correctly interpreted as a hex value in subsequent read operations. Change-Id: I3fdb2f99d7e89dd197ee5433c2f54b14f147b62c
2013-07-25Use systrace html prefix and suffix from platform toolsSiva Velusamy
Parts of the systrace html file were duplicated in the source code (HTML_PREFIX and SUFFIX) as well as in the systrace scripts. This CL picks up that content from data files present in the systrace folder and removes the duplicated content from the source files. Change-Id: I517d23faa14022a666a7f314ffbb34187b1fed1f
2013-06-04systrace: Support for application tracingSiva Velusamy
Change-Id: I1b936bdd17a8348bd4bf88c4cccfbe90f43f93c0
2013-04-18Fixing that "video" tag option mix up with "view" tag in Systrace.Keiji Ariyama
Change-Id: I7d51fca33179b5dba3f5c12bf705a9a9c149383d
2013-04-09Update systrace html to reflect upstream changesSiva Velusamy
Change-Id: I2d15ec924fd43709f1b4afbfb575afc5d20b3afd
2012-12-10systrace: Support newer atrace options.Siva Velusamy
The atrace executable on the device now provides a list of supported categories with the command atrace --list_categories. This CL first tries to determine which version of atrace is present on the device by running the list categories command and attempting to parse its output. For the older version, existing static "Capture Options" dialog is displayed. For the newer version, only the supported categories are displayed. Change-Id: I300e7e652a9ae99f47d61a1669604802b74054a4
2012-10-15systrace: Update template to match systrace.pySiva Velusamy
Change-Id: I0757c58061aeb932b7f1c21d0cadea5d5d25024c
2012-09-07Support systrace in monitor.Siva Velusamy
Provides the ability to obtain user options for systrace, launch systrace with those options and save the results in an HTML file. Change-Id: I4564421b86ebb384e5bd2b3e2329249abd3771aa