Merge "Add the log of starting idmap2d back"
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user