Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DSettings.java267 private static final boolean DEBUG_KERNEL = false; field in Settings
2677 if (DEBUG_KERNEL) Slog.d(TAG, "Writing " + userId + " to " + removeUserIdFile
2700 if (DEBUG_KERNEL) Slog.d(TAG, "Dropping mapping " + name);
2733 if (DEBUG_KERNEL) Slog.d(TAG, "Mapping " + name + " to " + appId);
2742 if (DEBUG_KERNEL) Slog.d(TAG, "Writing " + excludedUserIds[i] + " to "
2752 if (DEBUG_KERNEL) Slog.d(TAG, "Writing " + cur.excludedUserIds[i] + " to "