Snap for 12217053 from c417cf5c11 to 24Q4-release

Change-Id: I7ad9535ec7c1198913215f029ec079814b61a601
This commit is contained in:
Android Build Coastguard Worker 2024-08-12 23:06:42 +00:00
commit 1ee3252730
3 changed files with 11 additions and 11 deletions

View file

@ -8,6 +8,11 @@ else
heatmap_path=$path
fi
if [[ -f "${procfs_path}/dump" ]]; then
echo "------ Dump ------"
cat ${procfs_path}/dump
fi
echo "------ Force Touch Active ------"
result=$( cat "$path/force_active" 2>&1 )
if [ $? -eq 0 ]; then
@ -60,10 +65,5 @@ cat $heatmap_path/ss_raw
echo "------ Self Test ------"
cat $path/self_test
if [[ -f "${procfs_path}/dump" ]]; then
echo "------ Dump ------"
cat ${procfs_path}/dump
fi
echo "------ Disable Force Touch Active ------"
echo 0 > $path/force_active

View file

@ -8,6 +8,11 @@ else
heatmap_path=$path
fi
if [[ -f "${procfs_path}/dump" ]]; then
echo "------ Dump ------"
cat ${procfs_path}/dump
fi
echo "------ Force Touch Active ------"
result=$( cat "$path/force_active" 2>&1 )
if [ $? -eq 0 ]; then
@ -60,10 +65,5 @@ cat $heatmap_path/ss_raw
echo "------ Self Test ------"
cat $path/self_test
if [[ -f "${procfs_path}/dump" ]]; then
echo "------ Dump ------"
cat ${procfs_path}/dump
fi
echo "------ Disable Force Touch Active ------"
echo 0 > $path/force_active

View file

@ -9,7 +9,7 @@
</hal>
<hal format="aidl" optional="true">
<name>vendor.google.wireless_charger.service</name>
<version>1</version>
<version>1-2</version>
<interface>
<name>IWlcService</name>
<instance>default</instance>