Home
last modified time | relevance | path

Searched refs:dumpAndPullHeap (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java2538 File dump = dumpAndPullHeap(pid, devicePath); in dumpHeap()
2545 private File dumpAndPullHeap(String pid, String devicePath) throws DeviceNotAvailableException { in dumpAndPullHeap() method in TestDevice