Snap for 11760402 from 596e99f6e3
to 24Q3-release
Change-Id: I2434ef44fad719b52deed4614b20f33184131c06
This commit is contained in:
commit
52a6e9d362
3 changed files with 2 additions and 1 deletions
|
@ -180,7 +180,6 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
|||
bluetooth.profile.asha.central.enabled=true \
|
||||
bluetooth.profile.a2dp.source.enabled=true \
|
||||
bluetooth.profile.avrcp.target.enabled=true \
|
||||
bluetooth.profile.bap.broadcast.assist.enabled=true \
|
||||
bluetooth.profile.bap.unicast.server.enabled=true \
|
||||
bluetooth.profile.bas.client.enabled=true \
|
||||
bluetooth.profile.csip.set_coordinator.enabled=true \
|
||||
|
|
|
@ -327,6 +327,7 @@ void dumpBatteryHealth() {
|
|||
{"TTF stats", "/sys/class/power_supply/battery/ttf_stats"},
|
||||
{"aacr_state", "/sys/class/power_supply/battery/aacr_state"},
|
||||
{"pairing_state", "/sys/class/power_supply/battery/pairing_state"},
|
||||
{"fwupdate", "/dev/logbuffer_max77779_fwupdate"}
|
||||
};
|
||||
|
||||
const char* maxqName = "maxq logbuffer";
|
||||
|
|
|
@ -109,6 +109,7 @@ on early-boot
|
|||
chown system system /dev/logbuffer_ln8411
|
||||
chown system system /dev/logbuffer_cpm
|
||||
chown system system /dev/logbuffer_wc68
|
||||
chown system system /dev/logbuffer_max77779_fwupdate
|
||||
|
||||
on property:sys.boot_completed=1
|
||||
# gvotables for dumpstate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue