Merge "Add the log of starting idmap2d back"

This commit is contained in:
Felka Chang
2022-09-26 13:17:56 +00:00
committed by Android (Google) Code Review

View File

@@ -267,8 +267,8 @@ class IdmapDaemon {
try {
SystemService.start(IDMAP_DAEMON);
} catch (RuntimeException e) {
Slog.wtf(TAG, "Failed to enable idmap2 daemon", e);
if (e.getMessage().contains("failed to set system property")) {
Slog.w(TAG, "Failed to enable idmap2 daemon", e);
return null;
}
}