[iOS] iOS 内存警告的级别

2018-06-01  本文已影响5人  manajay
    typedef enum {

        OSMemoryNotificationLevelAny      = -1,

        OSMemoryNotificationLevelNormal   =  0,

        OSMemoryNotificationLevelWarning  =  1,

        OSMemoryNotificationLevelUrgent   =  2,

        OSMemoryNotificationLevelCritical =  3

    }

获取方式 OSMemoryNotificationCurrentLevel()

官方源码 OSMemoryNotification.h

摘抄的描述

    1、Warning (not-normal) — 退出或者关闭一些不必要的后台程序 e.g. Mail
    2、Urgent — 退出所有的后台程序 e.g. Safari and iPod.
    3、Critical and beyond — 重启
上一篇 下一篇

猜你喜欢

热点阅读