]> git.eshelyaron.com Git - emacs.git/commit
Disable exec loader when Emacs is running under an existing instance
authorPo Lu <luangruo@yahoo.com>
Mon, 12 Feb 2024 03:16:47 +0000 (11:16 +0800)
committerEshel Yaron <me@eshelyaron.com>
Mon, 12 Feb 2024 07:03:10 +0000 (08:03 +0100)
commitf5c002f1e51f71cf5719d78d5c2d3a879b09d20c
tree979a60287113eb71a5c25fd7d7bdca1896fcf878
parent2e404d90ac87415cc890ffff2a054adfb4a8e763
Disable exec loader when Emacs is running under an existing instance

* src/androidfns.c (syms_of_androidfns_for_pdumper): Check if
Emacs is running under process tracing, and if so, disable
android_use_exec_loader.

(cherry picked from commit bc6c55c5cf3fc5bd248232c6332ea7cca19ffe91)
src/androidfns.c