[roll] Roll fuchsia [memory] Fix level bug in PressureNotifier

Make sure that the memory pressure level a Watcher of the memorypressure
service sees is one of Normal, Warning, Critical. This means that if the
current system pressure level is Imminent-OOM, it needs to be converted
to Critical for the Watcher.

This was a bug only on the callback and register paths. On the normal
level change path, we take care to not notify with the Imminent-OOM
level.

Test: pressure_notifier_unittest
Original-Fixed: 76980
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/529942
Original-Revision: 24d1a5d278713dfcd982700b5b0b317781e6b562
GitOrigin-RevId: 7fa169f75c2f28ca131b59997b2bfb1f19c752f9
Change-Id: Ic1d6dabb62de1e659612a0ecee19256e76f181d4
1 file changed
tree: 43eac4c761791eea058f5a2becf5be9bbb13baf2
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.