Home
last modified time | relevance | path

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

/aosp_15_r20/platform_testing/libraries/collectors-helper/memory/src/com/android/helpers/
H A DShowmapSnapshotHelper.java86 private String mSysThreadsDebugFile = null; field in ShowmapSnapshotHelper
199 mSysThreadsDebugFile = sysThreadsDebugFilePath; in startCollecting()
447 new FileWriter(new File(mSysThreadsDebugFile), true)) { in execCountThreads()
450 countResults.put(SYSTEM_THREADS_FILE_PATH_KEY, mSysThreadsDebugFile); in execCountThreads()