diff options
Diffstat (limited to 'libunwindstack/DexFile.h')
-rw-r--r-- | libunwindstack/DexFile.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libunwindstack/DexFile.h b/libunwindstack/DexFile.h index 4e8369f840..fe185dae01 100644 --- a/libunwindstack/DexFile.h +++ b/libunwindstack/DexFile.h @@ -55,7 +55,8 @@ class DexFileFromFile : public DexFile { class DexFileFromMemory : public DexFile { public: static std::unique_ptr<DexFileFromMemory> Create(uint64_t dex_file_offset_in_memory, - Memory* memory, const std::string& name); + Memory* memory, const std::string& name, + size_t max_size); private: DexFileFromMemory(std::unique_ptr<art_api::dex::DexFile>& art_dex_file, |