Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2087ba8a authored by wilsonshih's avatar wilsonshih Committed by Wei Sheng Shih
Browse files

Add flag for reduce_task_snapshot_memory

Flag: com.android.window.flags.reduce_task_snapshot_memory_usage
Bug: 238206323
Test: presubmit
Change-Id: I498ae4e24a19189b1e732238e04a90fc0a727767
parent d1406116
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -494,3 +494,14 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "reduce_task_snapshot_memory_usage"
    namespace: "windowing_frontend"
    description: "Reduce task snapshot memory usage in either heap and dmabuf."
    bug: "238206323"
    is_fixed_read_only: true
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}
 No newline at end of file