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

Commit fde14999 authored by Peter Collingbourne's avatar Peter Collingbourne Committed by Android (Google) Code Review
Browse files

Merge "Allow the kernel to upgrade ASYNC mode processes to SYNC mode." into sc-dev

parents c8955e07 df4a5c1b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2602,6 +2602,7 @@ static jint com_android_internal_os_Zygote_nativeCurrentTaggingLevel(JNIEnv* env
    case PR_MTE_TCF_SYNC:
      return MEMORY_TAG_LEVEL_SYNC;
    case PR_MTE_TCF_ASYNC:
    case PR_MTE_TCF_ASYNC | PR_MTE_TCF_SYNC:
      return MEMORY_TAG_LEVEL_ASYNC;
    default:
      ALOGE("Unknown memory tagging level: %i", level);