summaryrefslogtreecommitdiff
path: root/simpleperf/JITDebugReader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'simpleperf/JITDebugReader.cpp')
-rw-r--r--simpleperf/JITDebugReader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/simpleperf/JITDebugReader.cpp b/simpleperf/JITDebugReader.cpp
index 28058940..2d4b132b 100644
--- a/simpleperf/JITDebugReader.cpp
+++ b/simpleperf/JITDebugReader.cpp
@@ -47,7 +47,7 @@ using android::base::StringPrintf;
// If the size of a symfile is larger than EXPECTED_MAX_SYMFILE_SIZE, we don't want to read it
// remotely.
-static constexpr size_t MAX_JIT_SYMFILE_SIZE = 1024 * 1024u;
+static constexpr size_t MAX_JIT_SYMFILE_SIZE = 1 * kMegabyte;
// It takes about 30us-130us on Pixel (depending on the cpu frequency) to check if the descriptors
// have been updated (most time spent in process_vm_preadv). We want to know if the JIT debug info