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.java2087 File bugreportzFile = null; in getBugreport() local
2089 bugreportzFile = getBugreportzInternal(); in getBugreport()
2090 if (bugreportzFile == null) { in getBugreport()
2091 bugreportzFile = bugreportzFallback(); in getBugreport()
2093 if (bugreportzFile == null) { in getBugreport()
2097 try (ZipFile zip = new ZipFile(bugreportzFile)) { in getBugreport()
2110 FileUtil.deleteFile(bugreportzFile); in getBugreport()