Home
last modified time | relevance | path

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

/aosp_15_r20/platform_testing/libraries/collectors-helper/memory/src/com/android/helpers/
H A DShowmapSnapshotHelper.java157 File sysThreadsDebugFile = new File(sysThreadsDebugFilePath); in startCollecting() local
161 if (sysThreadsDebugFile.exists() && !sysThreadsDebugFile.delete()) { in startCollecting()
166 sysThreadsDebugFile)); in startCollecting()
181 if (!sysThreadsDebugFile.createNewFile()) { in startCollecting()
188 sysThreadsDebugFile)); in startCollecting()
195 "Failed to create threads debugging files %s", sysThreadsDebugFile), in startCollecting()