Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DSettings.java174 private static final boolean DEBUG_KERNEL = false; field in Settings
2534 if (DEBUG_KERNEL) Slog.d(TAG, "Writing " + userId + " to " + removeUserIdFile in writeKernelRemoveUserLPr()
2557 if (DEBUG_KERNEL) Slog.d(TAG, "Dropping mapping " + name); in writeKernelMappingLPr()
2590 if (DEBUG_KERNEL) Slog.d(TAG, "Mapping " + name + " to " + appId); in writeKernelMappingLPr()
2599 if (DEBUG_KERNEL) Slog.d(TAG, "Writing " + excludedUserIds[i] + " to " in writeKernelMappingLPr()
2609 if (DEBUG_KERNEL) Slog.d(TAG, "Writing " + cur.excludedUserIds[i] + " to " in writeKernelMappingLPr()