Add to enable TIZEN_ASAN_ACTIVATION 04/288804/18
authorChanggyu Choi <changyu.choi@samsung.com>
Thu, 23 Feb 2023 08:10:28 +0000 (17:10 +0900)
committerChanggyu Choi <changyu.choi@samsung.com>
Thu, 9 Mar 2023 06:36:37 +0000 (06:36 +0000)
commite3e928117bb5f1f8f8ee44bef28eb2df3e7c5e9a
tree31772f413a30c9f95b3e3bc0a488667290d77445
parent49b85aeb1d867be5fccda6d04a8f4b7e7b98e942
Add to enable TIZEN_ASAN_ACTIVATION

If you want to add the TIZEN_ASAN_ACTIVATION environment variable when launching a certain app,
add the appid to the /opt/usr/share/aul/debug/.asan_app_list.

Change-Id: I7eba02d0a7f0afd9ad7588526ba9e923a5325d4e
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
src/launchpad-process-pool/debug.cc [new file with mode: 0644]
src/launchpad-process-pool/debug.hh [new file with mode: 0644]
src/launchpad-process-pool/file_monitor.cc [new file with mode: 0644]
src/launchpad-process-pool/file_monitor.hh [new file with mode: 0644]
src/launchpad-process-pool/launchpad.cc
src/launchpad-process-pool/launchpad_debug.cc