Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java4755 File tracesDir = tracesFile.getParentFile(); in dumpStackTraces() local
4756 if (!tracesDir.exists()) { in dumpStackTraces()
4757 tracesDir.mkdirs(); in dumpStackTraces()
4758 if (!SELinux.restorecon(tracesDir)) { in dumpStackTraces()
4762 FileUtils.setPermissions(tracesDir.getPath(), 0775, -1, -1); // drwxrwxr-x in dumpStackTraces()
4863 final File tracesDir = tracesFile.getParentFile(); in logAppTooSlow() local
4864 final File tracesTmp = new File(tracesDir, "__tmp__"); in logAppTooSlow()
4866 if (!tracesDir.exists()) { in logAppTooSlow()
4867 tracesDir.mkdirs(); in logAppTooSlow()
4868 if (!SELinux.restorecon(tracesDir.getPath())) { in logAppTooSlow()
[all …]