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

Commit 8750abe5 authored by Wei Sheng Shih's avatar Wei Sheng Shih Committed by Android (Google) Code Review
Browse files

Merge "Add flag for reduce_task_snapshot_memory" into main

parents 8da1a6cf 2087ba8a
Loading
Loading
Loading
Loading
+11 −0
Original line number Original line Diff line number Diff line
@@ -472,3 +472,14 @@ flag {
        purpose: PURPOSE_BUGFIX
        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