-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
uperf:让system_server的InputReader先读取触摸数据,或许能解决触摸丢帧 uperf:最大支持360hz触控采样率 uperf:进入SfLag的最大缓存次数从15提升到20 uperf:修复触摸中意外退出hint sfanalysis:同步sfanalysis编译选项更改 高通EAS:修复费电模式在有大量高优先级线程跑在较少的大核数量时,容易发生拥塞 makefile:采用Riru的编译选项,或许能解决一部分兼容性问题 启动脚本:保存injector日志 启动脚本:兼容standlone模式libsfanalysis.so的路径 安装脚本:设置powerhint.json的SELinux文件类型为vendor_configs_file 挂载前脚本:如果powerhint.json不在系统内,不做覆盖 Signed-off-by: Matt Yang <[email protected]>
- Loading branch information
Showing
11 changed files
with
19 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
MODDIR=${0%/*} | ||
|
||
# do not place empty powerhint.json if it doesn't exist in system | ||
[ ! -f /vendor/etc/powerhint.json ] && rm $MODDIR/system/vendor/etc/powerhint.json |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -229,4 +229,5 @@ lock_val "25" $LPM/bias_hyst | |
sfa_start | ||
|
||
# start uperf once only | ||
uperf_stop | ||
uperf_start |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# Uperf Setup | ||
# https://github.com/yc9559/ | ||
# Author: Matt Yang & cjybyjk ([email protected]) | ||
# Version: 20200501 | ||
# Version: 20200503 | ||
|
||
BASEDIR="$(dirname $(readlink -f "$0"))" | ||
|
||
|
@@ -290,7 +290,7 @@ uperf_print_banner() | |
echo "" | ||
echo "* Uperf https://github.com/yc9559/uperf/" | ||
echo "* Author: Matt Yang" | ||
echo "* Version: DEV 20200501" | ||
echo "* Version: DEV 20200503" | ||
echo "" | ||
} | ||
|
||
|
@@ -344,9 +344,7 @@ sfa_install() | |
|
||
powerhal_stub_install() | ||
{ | ||
# compatiable with ver.0428 and lower | ||
# do not place empty powerhint.json if it doesn't exist in system | ||
[ "$(wc -l /vendor/etc/powerhint.json)" -le "5" ] && rm $BASEDIR/vendor/etc/powerhint.json | ||
_set_perm "$BASEDIR/system/vendor/etc/powerhint.json" 0 0 0755 u:object_r:vendor_configs_file:s0 | ||
} | ||
|
||
uperf_print_banner | ||
|
Binary file not shown.
Binary file not shown.