summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarol Lewandowski <k.lewandowsk@samsung.com>2019-11-12 14:52:31 +0100
committerKarol Lewandowski <k.lewandowsk@samsung.com>2019-11-12 14:52:31 +0100
commit94d7bed3398a79607761ee4143a1a32a77a01a37 (patch)
tree333c2c5cd1dd76a770f3b9f02182d2ce45c78233
parent90894fa47635653cbd86060e58bbbbb98663ff06 (diff)
downloadminicoredumper-94d7bed3398a79607761ee4143a1a32a77a01a37.tar.gz
minicoredumper-94d7bed3398a79607761ee4143a1a32a77a01a37.tar.bz2
minicoredumper-94d7bed3398a79607761ee4143a1a32a77a01a37.zip
Apply dotnet.recept.cfg for .NET apps for new launcher typesubmit/tizen/20191112.145606accepted/tizen/unified/20191114.042529
commit efb605163 ("Recept for .NET applications") introduced new configuration for .NET applications. This was needed to disable minimal coredump till it's not integrated fully The disable rule was based on launcher binary - /usr/bin/dotnet-launcher. However, recently .NET apps can be also started from new laucher /usr/bin/dotnet-hydra-launcher, so the disable rule did not apply anymore. This commit adds wildcard match rule so that both /usr/bin/dotnet-launcher and /usr/bin/dotnet-hydra-launcher should match and have minimal coredump disabled. Change-Id: I0044511510e299ca6e150ac9209e436440b04c95
-rw-r--r--etc/minicoredumper/minicoredumper.cfg.json.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/minicoredumper/minicoredumper.cfg.json.in b/etc/minicoredumper/minicoredumper.cfg.json.in
index 125a694..2253847 100644
--- a/etc/minicoredumper/minicoredumper.cfg.json.in
+++ b/etc/minicoredumper/minicoredumper.cfg.json.in
@@ -2,7 +2,7 @@
"base_dir": "@MCD_DUMP_PATH@",
"watch": [
{
- "exe": "/usr/bin/dotnet-launcher",
+ "exe": "/usr/bin/dotnet*launcher",
"recept": "dotnet.recept.json"
},
{