Searched refs:DEBUG_OOM_ADJ_REASON (Results 1 – 2 of 2) sorted by relevance
1775 if (DEBUG_OOM_ADJ_REASON || logUid == appUid) { in computeOomAdjLSP()1847 if (DEBUG_OOM_ADJ_REASON || logUid == appUid) { in computeOomAdjLSP()1855 if (DEBUG_OOM_ADJ_REASON || logUid == appUid) { in computeOomAdjLSP()1865 if (DEBUG_OOM_ADJ_REASON || logUid == appUid) { in computeOomAdjLSP()1877 if (DEBUG_OOM_ADJ_REASON || logUid == appUid) { in computeOomAdjLSP()1888 if (DEBUG_OOM_ADJ_REASON || logUid == appUid) { in computeOomAdjLSP()1897 if (DEBUG_OOM_ADJ_REASON || logUid == appUid) { in computeOomAdjLSP()1912 if (DEBUG_OOM_ADJ_REASON || logUid == appUid) { in computeOomAdjLSP()1933 if (DEBUG_OOM_ADJ_REASON || logUid == appUid) { in computeOomAdjLSP()2010 if (DEBUG_OOM_ADJ_REASON || logUid == appUid) { in computeOomAdjLSP()[all …]
67 static final boolean DEBUG_OOM_ADJ_REASON = DEBUG_ALL || false; field in ActivityManagerDebugConfig