saving memory by reducing the size of the preload image in zygote process and forked app process
通过降低孵化器进程预加载的图片资源大小降低zygote内存占用,可以有效降低所有由孵化进程孵化出来的app进程的内存占用量,在android5.0系统中测试,系统正常开机后进入待机,可以降低100M左右内存占用。
saving mobile phone power and decreasing jank by reducing surfaceview resolution, get idea from qcom performace team.
通过降低SurfaceView游戏的分辨力来降低手机功耗和卡顿,通过使用高通Trepn Profiler工具分析,GPU负载可降低50%。注意,该模式只适合使用GLSurfaceView的游戏才有效果,目前大部分使用Unity3D的游戏都可支持,比如王者荣耀。
Author(s):
Support/Discussion URL:
https://github.com/llikz/app2vr/issues
Package:
com.hmct.xposed.one.hand
Version name:
3.00.03 Beta
Release type:
Stable (low risk of bugs)
Download:
com.hmct.xposed.one.hand_v300003_54a5e2.apk (328.21 KB)
Number of downloads:
491 in total · 491 in the last 24 hours
MD5 checksum:
54a5e27c4e854d2764dd0200397e45ba
Uploaded on:
Monday, May 29, 2017 - 18:25
Changes:
add game power save feature.
add crash crash analysis feature power by umeng.
增加降功能特性。
增加异常收集特性。