commit | 3e98d29f4ab3469bf5fcee362c4f5d5104a7b16b | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Wed Dec 14 15:18:22 2022 +0000 |
committer | Alan Stokes <alanstokes@google.com> | Wed Dec 14 15:32:15 2022 +0000 |
tree | 174944db12a32aadf41cbe459ccc155b7f6252d6 | |
parent | 51a279feb55e712738510631cde10c6cdf93aafb [diff] |
Remove onRamdump callback Ramdumps are still written to tombstoned, but we remove the callback to the client. Remove the option from vm that allows the ramdump to be written elsewhere. I could have left the callback from VS and just ignored it in our javalib, but adding extra work to all clients just to support the niche vm usecase felt wrong. Also fix a type. Bug: 262538986 Bug: 261037705 Test: atest MicrodroidTests Change-Id: If60ac5033a8b077fc35b499e056461782b5027fe
This repository contains userspace services related to running virtual machines on Android, especially protected virtual machines. See the getting started documentation and Microdroid README for more information.