[roll] Roll fuchsia [exceptions] Migrate to AcquireWakeLease
AcquireWakeLease greatly simplifies our usage of Power Framework and
will make it easier to keep up with future changes.
A side effect of this transition is that we will have an assertive
rather than an opportunistic dependency on (ExecutionState, Suspending).
This will give Exceptions the ability to request that the system raise
ExecutionState to Suspending rather than simply prevent it from lowering
from Suspending. This will have no negative effect on crash reporting
because it will provide a slightly better chance that the system will
stay awake.
A follow-up CL will remove obsolete stubs from Feedback's codebase.
Original-Bug: 356172538
Tested: `fx test //src/developer/forensics`
Tested: Inserted panic! into Starnix 90 seconds into boot, observed
system not suspending until after report was filed
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1184901
Original-Revision: a160690a4e02d8b6de5d3110145416b630c2e43d
GitOrigin-RevId: cb91a51ad422525e167c4f2c1cc8b2f8233e7dfd
Change-Id: I842f11ae0a08a2aea275daa155d619f573a5802b
diff --git a/stem b/stem
index 20b7a04..e82186d 100644
--- a/stem
+++ b/stem
@@ -11,7 +11,7 @@
githooks="integration/git-hooks"
remote="https://fuchsia.googlesource.com/fuchsia"
gerrithost="https://fuchsia-review.googlesource.com"
- revision="b0531d53a1aa14d031d02fc9efb4381c69827b67"/>
+ revision="a160690a4e02d8b6de5d3110145416b630c2e43d"/>
</projects>
<hooks>
<hook name="install-environment"