| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
We can't expect logcat errors on device. So just swallow them whole.
Bug: 18713034
Change-Id: I58d8595e86f112442a5a1c4c6ef0d614871d890f
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
Avoids issues with concurrency.
Bug: 17439227
(cherry picked from commit 1ae33d6839a0e14a7e37bf9b88896479e30282d2)
Change-Id: I672e83537a12110a77c589697b721b9b26f3c53b
|
|
|
|
|
|
|
|
| |
Bug: 17412385
(cherry picked from commit b087849f5bbbf25bf5b03cf6172d2a50c08119e9)
Change-Id: I3641d6649cddda82c36e52658bf6d743c6446935
|
|
Also adds some extra argument checking and testing for tracing.
Bug: 17412385
(cherry picked from commit f8bdd4e783842577e49f418a0b5962ba49dfdd93)
Change-Id: Ifc4f1a296155d73255b29d264b5475024e6419da
|