add free space on system and cache to free_storage_left log event
This commit is contained in:
parent
b084929f5d
commit
46ef2b87d0
1 changed files with 13 additions and 13 deletions
|
|
@ -79,8 +79,8 @@
|
||||||
2744 free_storage_changed (data|2|2)
|
2744 free_storage_changed (data|2|2)
|
||||||
# Device low memory notification and disk space free on the /data partition, in bytes at that time
|
# Device low memory notification and disk space free on the /data partition, in bytes at that time
|
||||||
2745 low_storage (data|2|2)
|
2745 low_storage (data|2|2)
|
||||||
# disk space free on the /data partition in bytes
|
# disk space free on the /data, /system, and /cache partitions in bytes
|
||||||
2746 free_storage_left (data|2|2)
|
2746 free_storage_left (data|2|2),(system|2|2),(cache|2|2)
|
||||||
|
|
||||||
# when a NotificationManager.notify is called
|
# when a NotificationManager.notify is called
|
||||||
2750 notification_enqueue (pkg|3),(id|1|5),(notification|3)
|
2750 notification_enqueue (pkg|3),(id|1|5),(notification|3)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue