Searched refs:dumpHeap (Results 1 – 6 of 6) sorted by relevance
/tools/tradefederation/core/tests/src/com/android/tradefed/device/metric/ |
D | DumpHeapCollectorTest.java | 92 when(mDevice.dumpHeap("maps", "/data/local/tmp/maps_trigger_1.hprof")) in testTakeDumpheap_success() 109 when(mDevice.dumpHeap(anyString(), anyString())) in testCollect_success()
|
/tools/tradefederation/core/src/com/android/tradefed/device/metric/ |
D | DumpHeapCollector.java | 101 File dump = device.dumpHeap(process, getDevicePath(process)); in takeDumpheap()
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | ITestDevice.java | 647 public File dumpHeap(String process, String devicePath) throws DeviceNotAvailableException; in dumpHeap() method
|
D | TestDevice.java | 1326 public File dumpHeap(String process, String devicePath) throws DeviceNotAvailableException {
|
D | NativeDevice.java | 3958 public File dumpHeap(String process, String devicePath) throws DeviceNotAvailableException { in dumpHeap() method in NativeDevice
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
D | TestDeviceTest.java | 3572 File res = mTestDevice.dumpHeap("system_server", "/data/dump.hprof"); in testGetHeapDump() 3581 File res = mTestDevice.dumpHeap("system_server", "/data/dump.hprof"); in testGetHeapDump_nopid() 3588 mTestDevice.dumpHeap("system_server", null); in testGetHeapDump_nullPath() 3597 mTestDevice.dumpHeap("system_server", ""); in testGetHeapDump_emptyPath() 3606 mTestDevice.dumpHeap(null, "/data/hprof"); in testGetHeapDump_nullService() 3615 mTestDevice.dumpHeap("", "/data/hprof"); in testGetHeapDump_emptyService()
|