You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SleepTask currently has a static variable SleepTask::bootBehavior that is used to cache the boot behavior value. This is backed by NVRAM accesses. However, these might not be always synchronized.
Please consolidate all accesses to the logical boot behavior value to NVRAM accesses.
The text was updated successfully, but these errors were encountered:
SleepTask currently has a static variable SleepTask::bootBehavior that is used to cache the boot behavior value. This is backed by NVRAM accesses. However, these might not be always synchronized.
Please consolidate all accesses to the logical boot behavior value to NVRAM accesses.
The text was updated successfully, but these errors were encountered: