Home
last modified time | relevance | path

Searched defs:SUBREASON_WAIT_FOR_DEBUGGER (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/proto/android/app/
Dappexit_enums.proto124 SUBREASON_WAIT_FOR_DEBUGGER = 1; enumerator
/frameworks/base/core/java/android/app/
DApplicationExitInfo.java173 public static final int SUBREASON_WAIT_FOR_DEBUGGER = 1; field in ApplicationExitInfo