diff options
author | Moonchild <moonchild@palemoon.org> | 2021-10-17 17:19:41 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-04-01 15:47:43 +0200 |
commit | ce0cefe0534a01af0a055a0a781d898e8b9f18ca (patch) | |
tree | 9a855f8e126937ef84352d01bacda2b34fb1c130 /js/src/jit/PerfSpewer.cpp | |
parent | 35e71030933059c0c312ec2dc35c616e31a3af75 (diff) | |
download | uxp-ce0cefe0534a01af0a055a0a781d898e8b9f18ca.tar.gz |
Issue #1053 - Second pass remove android defines and build system stuff.
Mostly IPC, tools and mozbuild.
Diffstat (limited to 'js/src/jit/PerfSpewer.cpp')
-rw-r--r-- | js/src/jit/PerfSpewer.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/js/src/jit/PerfSpewer.cpp b/js/src/jit/PerfSpewer.cpp index d428a8f926..3ac1ae24bd 100644 --- a/js/src/jit/PerfSpewer.cpp +++ b/js/src/jit/PerfSpewer.cpp @@ -21,12 +21,6 @@ #include "vm/MutexIDs.h" -// perf expects its data to be in a file /tmp/perf-PID.map, but for Android -// and B2G the map files are written to /data/local/tmp/perf-PID.map -// -// Except that Android 4.3 no longer allows the browser to write to /data/local/tmp/ -// so also try /sdcard/. - #ifndef PERF_SPEW_DIR # define PERF_SPEW_DIR "/tmp/" #endif |