Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DAppErrors.java865 static boolean isInterestingForBackgroundTraces(ProcessRecord app) { in isInterestingForBackgroundTraces() method in AppErrors
946 isSilentANR = !showBackground && !isInterestingForBackgroundTraces(app); in appNotResponding()