1. ac7b17b Unbind explicit health check controller when possible by Gavin Corkery · 4 years, 7 months ago
  2. 64201f9 Revert "Ensure that health check controller is unbound correctly" by Gavin Corkery · 4 years, 7 months ago
  3. 553c94b Ensure that health check controller is unbound correctly by Gavin Corkery · 4 years, 7 months ago
  4. 007e9df Preserve failure history when calling startObservingHealth by Gavin Corkery · 4 years, 9 months ago
  5. 449b585 Sync requests only when there are changes to report by Gavin Corkery · 4 years, 10 months ago
  6. 9da918c Remove NPE in onPackageFailure by Gavin Corkery · 4 years, 10 months ago
  7. 9d6ccbb Add test for ExplicitHealthCheckService by Gavin Corkery · 4 years, 10 months ago
  8. aa57ef3 Integrate Rescue Party boot loop logic to Package Watchdog by Gavin Corkery · 5 years ago
  9. 6939565 Integrate Rescue Party with Package Watchdog by Gavin Corkery · 5 years ago
  10. f9b3fd4 Move native crash detection to Package Watchdog by Gavin Corkery · 5 years ago
  11. f305f4d Add package failure flags to Package Watchdog by Gavin Corkery · 5 years ago
  12. 5f6719f Better handle cases where version code can't be resolved (2/n) by JW Wang · 5 years ago
  13. b94686b Fix testExplicitHealthCheckFailureBeforeExpiry by JW Wang · 5 years ago
  14. e0f2f3d Use a default value in case of an invalid parameter by JW Wang · 5 years ago
  15. 88525f7 Fix the algorithm counting the package failures by JW Wang · 5 years ago
  16. dfa5268 Fix a typo in PackageWatchdog#updateConfigs by JW Wang · 5 years ago
  17. c7adf2a Remove the comment that is not applicable anymore by JW Wang · 5 years ago
  18. 3bb4b46 Improve PackageWatchdogTest#raiseFatalFailure by JW Wang · 5 years ago
  19. 73490db Use Truth in PackageWatchdogTest.java by JW Wang · 5 years ago
  20. 15fb883 Replace MonitoredPackage#STATE_ constants with IntDef by JW Wang · 5 years ago
  21. dbc7520 Remove unused code (6/n) by JW Wang · 5 years ago
  22. d23419c Rewrite testObserveAlreadyObservedPackage (5/n) by JW Wang · 5 years ago
  23. 43e265f Rewrite PackageWatchdogTest#testPersistence (4/n) by JW Wang · 5 years ago
  24. dcd029c Rewrite PackageWatchdogTest#testRegistration (3/n) by JW Wang · 5 years ago
  25. a5dc6d5 Collect packages when TestObserver#onHealthCheckFailed is called (2/n) by JW Wang · 5 years ago
  26. b4b3750 Add a helper to reduce boilerplate code (1/n) by JW Wang · 5 years ago
  27. 8c89ae5 Replace Thread.sleep() with TestLooper.moveTimeForward() by JW Wang · 5 years ago
  28. 2d08567 Add a wrapper around SystemClock.uptimeMillis(). by JW Wang · 5 years ago
  29. 7e6f5f5 NetworkStackClient: Refactor network stack process interaction by Roshan Pius · 6 years ago
  30. 383151a Add tests for NetworkStack failure notifications by Remi NGUYEN VAN · 6 years ago
  31. 6a13510 PackageWatchdog listens for NetworkStack failures by Remi NGUYEN VAN · 6 years ago
  32. 8296290 Update PackageWatchdogTest by shafik · 6 years ago
  33. 1a9aac7 Change watchdog PackageInfo to PackageConfig by Zimuzo · 6 years ago
  34. 6997f3c Fixed PackageWatchdog health check state by Zimuzo · 6 years ago
  35. 7c6c28f Allow different explicit health and package expiry timeouts by Zimuzo · 6 years ago
  36. cb148b2 Refactor PackageWatchdog explicit health checks by Zimuzo · 6 years ago
  37. caa435e Add explicit health check to PackageWatchdog by Zimuzo · 6 years ago
  38. 89414e1 Convert tests/**/Android.mk files to Android.bp, part II by Sasha Smundak · 6 years ago
  39. ef65fb8 Fail package if explicit health check does not pass by Zimuzo · 6 years ago
  40. 101ac58 Merge "Extend PackageWatchdog with explicit health checks" by Zimuzo Ezeozue · 6 years ago
  41. 9284e74 Extend PackageWatchdog with explicit health checks by Zimuzo · 6 years ago
  42. 502ec7a Migrate remainder of frameworks/base to androidx.test by Brett Chabot · 6 years ago
  43. 71d931e Refactor PackageWatchdog to use VersionedPackage by Zimuzo · 6 years ago
  44. 972e1cd Notify PackageHealthObservers of the package versionCode on package failure by Zimuzo · 6 years ago
  45. e5009cd Add PackageHealthObserverImpact by Zimuzo · 6 years ago
  46. f134eb7 Depend on services.core instead of services to fix coverage build. by Allen Hair · 6 years ago
  47. 3eee438 Fix PackageWatchdog and add PackageWatchdogTest by Zimuzo · 6 years ago