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

Commit 5d0edfcf authored by Dianne Hackborn's avatar Dianne Hackborn Committed by android-build-merger
Browse files

Merge "Debugging issue #37272284: ActivityManager: SELinux tag not defined"...

Merge "Debugging issue #37272284: ActivityManager: SELinux tag not defined" into oc-dev am: 809f4cf1
am: 80cc3154

Change-Id: I3d4eb3d0a2922afc1a3ef1a78cc4dae67f103163
parents c03829d3 80cc3154
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);