Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DProcessErrorStateRecord.java528 mService.mAppProfiler.printCurrentCpuState(report, anrTime); in appNotResponding()
H A DAppProfiler.java2542 void printCurrentCpuState(StringBuilder report, long time) { in printCurrentCpuState() method in AppProfiler