Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java2375 File bugreportzFile = null; in getBugreport() local
2377 bugreportzFile = getBugreportzInternal(); in getBugreport()
2378 if (bugreportzFile == null) { in getBugreport()
2379 bugreportzFile = bugreportzFallback(); in getBugreport()
2381 if (bugreportzFile == null) { in getBugreport()
2385 try (ZipFile zip = new ZipFile(bugreportzFile)) { in getBugreport()
2398 FileUtil.deleteFile(bugreportzFile); in getBugreport()