summaryrefslogtreecommitdiff
path: root/debuggerd/handler/debuggerd_handler.cpp
diff options
context:
space:
mode:
authorDavid Anderson <dvander@google.com>2021-01-20 17:34:29 -0800
committerDavid Anderson <dvander@google.com>2021-01-20 18:17:07 -0800
commitdc73581e53a683f2f58c83722287da8fc021d520 (patch)
tree06b1ebfcf314c29fc55168e64e37300853443cc1 /debuggerd/handler/debuggerd_handler.cpp
parenta1d04e4de4e3dba6c021388015369b3d005e7e4a (diff)
libsnapshot: Removed the unused "linear" optimization.
VAB has an unused optimization that allows bypassing snapshots for the area of a partition that grows during an OTA. The code for this is entirely unused since the optimization was never enabled. The benefits are marginal, and making it safe is quite complicated. The "new" region cannot overlap with any region being relinquished by a shrink operation, without snapshotting the region that would be overwritten. This would be burdensome to implement and would minimize space savings. Let's remove the code related to this optimization until we are confident we can implement it safely in VABC. Bug: 177935716 Test: vts_libsnapshot_test Change-Id: I7d6a68dce57c8a4389ea6bff9f31971276a20db4
Diffstat (limited to 'debuggerd/handler/debuggerd_handler.cpp')
0 files changed, 0 insertions, 0 deletions