Merge "Fix comments on ChangeId." am: 74e47edc82 am: c9f42024cd

Change-Id: I0e499b7d4a549cdb232ba279c5329533b2ffa224
This commit is contained in:
Automerger Merge Worker
2020-02-01 16:10:46 +00:00

View File

@@ -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)