11 ::ll::TypedStorage<4, 4, int> mHangThresholdMs;
12 ::ll::TypedStorage<4, 8, ::std::optional<int>> mSpikeThresholdMs;
13 ::ll::TypedStorage<4, 8, ::std::optional<int>> mSlowThresholdMs;
14 ::ll::TypedStorage<1, 1, bool> mHangException;
15 ::ll::TypedStorage<1, 1, bool> mEnableExceptionHandling;
16 ::ll::TypedStorage<1, 1, bool> mEnableShutdown;
17 ::ll::TypedStorage<4, 4, int> mMemoryWarningMB;
18 ::ll::TypedStorage<4, 4, int> mMemoryLimitMB;