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

Commit 80cc3154 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by android-build-merger
Browse files

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

am: 809f4cf1

Change-Id: I56946e9a2868ea232a02fa2c4919d33c9d0647c0
parents e90070d5 809f4cf1
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);