You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue seems similar to #107
Version is 2023.7.17
Killed accd, tried acc -x -t:
1/8: /proc/mtk_battery_cmd/current_cmd 0::0 0::1
...blah...
Switch works
- battIdleMode=false
2/8: /proc/mtk_battery_cmd/current_cmd 0::0 0::1 /proc/mtk_battery_cmd/en_power_path 1 0
...blah...
Switch works
- battIdleMode=false
3/8: /sys/devices/platform/battery_meter/FG_suspend_current_threshold 100 5
...blah...
Switch doesn't work
REBOOT
And the /proc/mtk_battery_cmd/current_cmd switch indeed works, tested manually with acc -x -e / acc -x -d
And it keeps trying that /sys/devices/platform/battery_meter/FG_suspend_current_threshold switch after the reboot, crashing again and again despite "The upcoming release will auto detect and blacklist unwritable control files and those that trigger unexpected reboot" and the /data/adb/vr25/acc-data/logs/ps-blacklist.log is empty.
Tried adding /sys/devices/platform/battery_meter/FG_suspend_current_threshold to the /data/adb/vr25/acc-data/logs/ps-blacklist.log file manually, tried commenting out that switch in the /data/adb/modules/acc/ctrl-files.sh, to no avail.
Auto-blacklisting does not account for delayed unexpected reboots, which is what seems to be happening.
If FG_suspend_current_threshold was manually blacklisted, and yet, you're still facing reboots, then it's not the culprit.
What's the full list of available switches? (Run acc -ss:)
The issue seems similar to #107
Version is 2023.7.17
Killed accd, tried
acc -x -t
:And the
/proc/mtk_battery_cmd/current_cmd
switch indeed works, tested manually withacc -x -e / acc -x -d
And it keeps trying that
/sys/devices/platform/battery_meter/FG_suspend_current_threshold
switch after the reboot, crashing again and again despite "The upcoming release will auto detect and blacklist unwritable control files and those that trigger unexpected reboot" and the/data/adb/vr25/acc-data/logs/ps-blacklist.log
is empty.Tried adding
/sys/devices/platform/battery_meter/FG_suspend_current_threshold
to the/data/adb/vr25/acc-data/logs/ps-blacklist.log
file manually, tried commenting out that switch in the/data/adb/modules/acc/ctrl-files.sh
, to no avail.Here are the
acc -le
logs just in caselog.zip
The text was updated successfully, but these errors were encountered: