summaryrefslogtreecommitdiffstats
path: root/test/099-vmdebug
Commit message (Collapse)AuthorAgeFilesLines
* getRuntimeStat() support (ART).Hiroshi Yamauchi2015-04-131-0/+108
| | | | | | | | | | | Export some runtime stats (currently GC stats) via VMDebug.getRuntimeStat(). Added several new GC stats such as blocking GC counts and GC count histograms. Bug: 19825248 Change-Id: I8ece9ed241dc3982dfd983d7159090ba82940dce
* ART: Fix run-test 099-vmdebug for deviceAndreas Gampe2015-02-182-5/+1
| | | | | | | We can't expect logcat errors on device. So just swallow them whole. Bug: 18713034 Change-Id: I58d8595e86f112442a5a1c4c6ef0d614871d890f
* ART: Make run-tests more verboseAndreas Gampe2015-02-172-0/+24
| | | | | | | | | Make run-tests log ERROR level on host. Adjust some internal LOG(ERROR) to LOG(WARNING). Add check scripts to adjust for other LOG(ERROR) messages. Bug: 18713034 Change-Id: I2a3e055baa6a0e31f106364c300c20963a59ed94
* ART: Fix run-tests for emulatorAndreas Gampe2015-02-021-5/+13
| | | | | | | | On a standard emulator, there is no sdcard emulation, so trying to create a temp file in /sdcard will fail - it will try to create in the root file system, which is read-only. Change-Id: If7d1ad82db156177a5be58c2f79ed730cf7ab6b9
* Change 099-vmdebug test to use File.createTempFile.Jeff Hao2014-09-091-10/+8
| | | | | | | | | | Avoids issues with concurrency. Bug: 17439227 (cherry picked from commit 1ae33d6839a0e14a7e37bf9b88896479e30282d2) Change-Id: I672e83537a12110a77c589697b721b9b26f3c53b
* Disable tracing if enabled by default for new tracing test.Jeff Hao2014-09-091-0/+4
| | | | | | | | Bug: 17412385 (cherry picked from commit b087849f5bbbf25bf5b03cf6172d2a50c08119e9) Change-Id: I3641d6649cddda82c36e52658bf6d743c6446935
* Change when sampling thread is reset during shutdown to prevent races.Jeff Hao2014-09-093-0/+150
Also adds some extra argument checking and testing for tracing. Bug: 17412385 (cherry picked from commit f8bdd4e783842577e49f418a0b5962ba49dfdd93) Change-Id: Ifc4f1a296155d73255b29d264b5475024e6419da