Merge "Fix comments on ChangeId."
This commit is contained in:
@@ -67,9 +67,10 @@ public class RuntimeInit {
|
|||||||
|
|
||||||
private static volatile boolean mCrashing = false;
|
private static volatile boolean mCrashing = false;
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* Native heap allocations will now have a non-zero tag in the most significant byte.
|
* 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
|
@ChangeId
|
||||||
@EnabledAfter(targetSdkVersion = VersionCodes.Q)
|
@EnabledAfter(targetSdkVersion = VersionCodes.Q)
|
||||||
|
|||||||
Reference in New Issue
Block a user