Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9d283e14 authored by Felka Chang's avatar Felka Chang Committed by Android (Google) Code Review
Browse files

Merge "Add the log of starting idmap2d back"

parents 0f564cb8 4f1b63cd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
            }
        }