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

Commit 809f4cf1 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Debugging issue #37272284: ActivityManager: SELinux tag not defined" into oc-dev

parents 061db23b d5a8b43f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3878,7 +3878,8 @@ public class ActivityManagerService extends IActivityManager.Stub
            // the per-user SELinux context must be set
            if (TextUtils.isEmpty(app.info.seInfoUser)) {
                Slog.wtf(TAG, "SELinux tag not defined",
                        new IllegalStateException("SELinux tag not defined"));
                        new IllegalStateException("SELinux tag not defined for "
                        + app.info.packageName + " (uid " + app.uid + ")"));
            }
            final String seInfo = app.info.seInfo
                    + (TextUtils.isEmpty(app.info.seInfoUser) ? "" : app.info.seInfoUser);