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

Commit ef21e5ae authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Fix comments on ChangeId." am: 74e47edc am: c9f42024 am: 4a543294

Change-Id: If39b9bf0833327e9f13e7d39d6704efa2b2e0f96
parents 0e1ac39a 4a543294
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -67,9 +67,10 @@ public class RuntimeInit {

    private static volatile boolean mCrashing = false;

    /*
    /**
     * Native heap allocations will now have a non-zero tag in the most significant byte.
     * See {@linktourl https://source.android.com/devices/tech/debug/tagged-pointers}.
     * See
     * <a href="https://source.android.com/devices/tech/debug/tagged-pointers">https://source.android.com/devices/tech/debug/tagged-pointers</a>.
     */
    @ChangeId
    @EnabledAfter(targetSdkVersion = VersionCodes.Q)