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

Commit b94e5992 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 12399304 from 9d439d17 to 25Q1-release

Change-Id: I25c8e7e73e567aab7afbbac5d17b8cdb59e070c5
parents 663f0107 9d439d17
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -838,7 +838,6 @@ void debuggerd_init(debuggerd_callbacks_t* callbacks) {
  // Use the alternate signal stack if available so we can catch stack overflows.
  action.sa_flags |= SA_ONSTACK;

#define SA_EXPOSE_TAGBITS 0x00000800
  // Request that the kernel set tag bits in the fault address. This is necessary for diagnosing MTE
  // faults.
  action.sa_flags |= SA_EXPOSE_TAGBITS;
+1 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@

#include <string>

#include <android-base/logging.h>
#include <android-base/macros.h>
#include <android-base/strings.h>
#include <android-base/unique_fd.h>
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@
#include <array>
#include <sstream>

#include <android-base/logging.h>
#include <android-base/file.h>
#include <android-base/strings.h>
#include <android-base/unique_fd.h>
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@
#include <vector>

#include <android-base/file.h>
#include <android-base/logging.h>
#include <android-base/parseint.h>
#include <android-base/stringprintf.h>
#include <android-base/strings.h>
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@
#include <string>
#include <vector>

#include <android-base/logging.h>
#include <android-base/strings.h>
#include <fstab/fstab.h>
#include <libavb/libavb.h>
Loading