thermal: add throttling report actions to thermal-engine.conf

Add "report" actions for thermal throttling to marlin/sailfish
thermal-engine .conf files to allow for UI notifications and/or
VR mode handling via ThermalService throttling events.

Bug: 30982366
Test: manual on marlin (with artificially low threshold)
Change-Id: I8906d9faa120eb9d2ec6670bd71d33274bc22576
(cherry picked from commit 6dc43f1258fad7e657229be3ee9dff1e5fce2a1d)
diff --git a/thermal-engine-marlin-vr.conf b/thermal-engine-marlin-vr.conf
index ae80d86..1c612c9 100755
--- a/thermal-engine-marlin-vr.conf
+++ b/thermal-engine-marlin-vr.conf
@@ -13,8 +13,8 @@
 sampling  1000
 thresholds        58000
 thresholds_clr    52000
-actions   cluster0+cluster1+gpu
-action_info        691200+691200+214000000
+actions   cluster0+cluster1+gpu+report
+action_info        691200+691200+214000000+1
 
 [BATTERY-MONITOR]
 algo_type         monitor
diff --git a/thermal-engine-marlin.conf b/thermal-engine-marlin.conf
index 02c3c26..1896e25 100755
--- a/thermal-engine-marlin.conf
+++ b/thermal-engine-marlin.conf
@@ -7,6 +7,15 @@
 actions              shutdown
 action_info          1
 
+[THROTTLING-NOTIFY]
+algo_type monitor
+sampling 2000
+sensor emmc_therm
+thresholds           47000
+thresholds_clr       44000
+actions              report
+action_info          1
+
 [SKIN-HIGH-FLOOR]
 algo_type	ss
 sampling	2000
@@ -53,8 +62,8 @@
 sampling          1000
 thresholds        56000                   58000
 thresholds_clr    55000                   57000
-actions           cluster0+cluster1+gpu   cluster0+cluster1+gpu
-action_info       691200+691200+133000000 307200+307200+133000000
+actions           cluster0+cluster1+gpu+report   cluster0+cluster1+gpu+report
+action_info       691200+691200+133000000+1 307200+307200+133000000+1
 
 [BATTERY-MONITOR]
 algo_type         monitor