diff options
| author | 2023-03-21 19:48:58 +0000 | |
|---|---|---|
| committer | 2023-03-21 19:48:58 +0000 | |
| commit | d0c9e5a66935a03c6720d73fefc445ebcd44c716 (patch) | |
| tree | 974656d1d337f9c0445af86ca7ebf7efa9cf1ecd /libs | |
| parent | fcb9dd6f09137dfe882166e2c2da93d6b5465132 (diff) | |
| parent | c2f720193110b38877e77bda56ef204f7f3037bb (diff) | |
Merge "Add instability warning to flag" into udc-dev
Diffstat (limited to 'libs')
| -rw-r--r-- | libs/hwui/MemoryPolicy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/MemoryPolicy.h b/libs/hwui/MemoryPolicy.h index 41ced8cebf83..139cdde5c0d2 100644 --- a/libs/hwui/MemoryPolicy.h +++ b/libs/hwui/MemoryPolicy.h @@ -54,6 +54,7 @@ struct MemoryPolicy { // collection bool purgeScratchOnly = true; // EXPERIMENTAL: Whether or not to trigger releasing GPU context when all contexts are stopped + // WARNING: Enabling this option can lead to instability, see b/266626090 bool releaseContextOnStoppedOnly = false; }; |