mirror of
https://gitlab.com/Nanolx/NanoDroid
synced 2024-11-07 15:20:36 +00:00
update ChangeLog
This commit is contained in:
parent
9e7c0cd11e
commit
1a0e93748f
@ -27,14 +27,15 @@
|
|||||||
|
|
||||||
* SysTest
|
* SysTest
|
||||||
* append date in +%Y%m%d-%H.%M.%S format to log file name
|
* append date in +%Y%m%d-%H.%M.%S format to log file name
|
||||||
|
* example: 20190505-09.35.00, 20190505-21.35.00
|
||||||
|
|
||||||
* init.d Scripts
|
* init.d Scripts
|
||||||
* move init.d scripts logs from `${MODDIR}/.logs` to `${MODDIR}/logs`
|
* move init.d scripts logs from `${MODDIR}/.logs` to `${MODDIR}/logs`
|
||||||
* make all init.d scripts wait until device fully booted (sys.boot_completed)
|
|
||||||
* only effects System Mode, already been the case for Magisk Mode before
|
|
||||||
* change and unify time format to 24h clock for logging to "+%Y%m%d-%H.%M.%S"
|
* change and unify time format to 24h clock for logging to "+%Y%m%d-%H.%M.%S"
|
||||||
* example: 20190505-09.35.00, 20190505-21.35.00
|
* example: 20190505-09.35.00, 20190505-21.35.00
|
||||||
* wait for `vold.post_fs_data_done` instead of `sys.boot_completed` @Vavun
|
* wait for `vold.post_fs_data_done` instead of `sys.boot_completed` @Vavun
|
||||||
|
* make all init.d scripts wait until device fully booted
|
||||||
|
* only effects System Mode, already been the case for Magisk Mode before
|
||||||
* sort init.d logically, so that native init.d starts them successively @Vavun
|
* sort init.d logically, so that native init.d starts them successively @Vavun
|
||||||
* only execute load heavy scripts if battery charge is at least 15 % @Vavun
|
* only execute load heavy scripts if battery charge is at least 15 % @Vavun
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user