• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1From 8f8b73113f4e785543129c806d0e57bcf13d2314 Mon Sep 17 00:00:00 2001
2From: Qijiang Fan <fqj@chromium.org>
3Date: Wed, 18 Dec 2019 17:47:58 +0900
4Subject: [PATCH 4/4] enable location source
5
6Change-Id: I29fd847bc0fa0ace7a9637417a796b64b32485e3
7---
8 base/debug/debugging_buildflags.h | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11diff --git a/base/debug/debugging_buildflags.h b/base/debug/debugging_buildflags.h
12index 33e3dd0..a974f83 100644
13--- a/base/debug/debugging_buildflags.h
14+++ b/base/debug/debugging_buildflags.h
15@@ -6,7 +6,7 @@
16 #define BUILDFLAG_INTERNAL_ENABLE_PROFILING() (0)
17 #define BUILDFLAG_INTERNAL_ENABLE_MEMORY_TASK_PROFILER() (0)
18 #define BUILDFLAG_INTERNAL_CAN_UNWIND_WITH_FRAME_POINTERS() (0)
19-#define BUILDFLAG_INTERNAL_ENABLE_LOCATION_SOURCE() (0)
20+#define BUILDFLAG_INTERNAL_ENABLE_LOCATION_SOURCE() (1)
21 #define BUILDFLAG_INTERNAL_CFI_ENFORCEMENT_TRAP() (0)
22 #define BUILDFLAG_INTERNAL_ENABLE_MUTEX_PRIORITY_INHERITANCE() (0)
23 #endif  // BASE_DEBUG_DEBUGGING_FLAGS_H_
24--
252.24.1.735.g03f4e72817-goog
26
27