mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-27 15:32:10 +08:00
Update comment to match current state of MemorySnapshotGeneric
MemorySnapshotGeneric is now used on all platforms as it uses ProcessMemory instead of templating to use a platform-specific ProcessReader* class. Change-Id: Ib0b6db0fac184c558f1c76a584db92e4804dfe99 Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/1977640 Reviewed-by: Mark Mentovai <mark@chromium.org> Commit-Queue: Vlad Tsyrklevich <vtsyrklevich@chromium.org>
This commit is contained in:
parent
38f4bae3ad
commit
c2978022d1
@ -29,8 +29,8 @@ namespace crashpad {
|
|||||||
namespace internal {
|
namespace internal {
|
||||||
|
|
||||||
//! \brief A MemorySnapshot of a memory region in a process on the running
|
//! \brief A MemorySnapshot of a memory region in a process on the running
|
||||||
//! system. Used on Mac, Linux, Android, and Fuchsia, templated on the
|
//! system. Works on multiple platforms by using a platform-specific
|
||||||
//! platform-specific ProcessReader type.
|
//! ProcessMemory object.
|
||||||
class MemorySnapshotGeneric final : public MemorySnapshot {
|
class MemorySnapshotGeneric final : public MemorySnapshot {
|
||||||
public:
|
public:
|
||||||
MemorySnapshotGeneric() = default;
|
MemorySnapshotGeneric() = default;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user