Searched refs:dumpJavaTracesTombstoned (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | StackTracesDumpHelper.java | 249 final long timeTaken = dumpJavaTracesTombstoned(pid, tracesFile, remainingTime, in dumpStackTraces() 334 final long timeTaken = dumpJavaTracesTombstoned(pid, tracesFile, remainingTime, in dumpStackTraces() 387 final long timeTaken = dumpJavaTracesTombstoned(pid, tmpTracesFile.getAbsolutePath(), in dumpStackTracesTempFile() 529 private static long dumpJavaTracesTombstoned(int pid, String fileName, long timeoutMs, in dumpJavaTracesTombstoned() method in StackTracesDumpHelper 535 return dumpJavaTracesTombstoned(pid, fileName, timeoutMs); in dumpJavaTracesTombstoned() 550 private static long dumpJavaTracesTombstoned(int pid, String fileName, long timeoutMs) { in dumpJavaTracesTombstoned() method in StackTracesDumpHelper
|