Home
last modified time | relevance | path

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

/platform_testing/tests/perf/PerformanceAppTest/src/com/android/performanceapp/tests/
DAppLaunchTests.java142 File logsDir = new File(root, "atrace_logs"); in testAppLaunchPerformance() local
143 assertTrue("Unable to create the directory to store atrace logs", logsDir.mkdir()); in testAppLaunchPerformance()
216 File file = new File(logsDir, fileName); in testAppLaunchPerformance()