| Index: systrace/atrace_helper/jni/libmemtrack_wrapper.h
|
| diff --git a/systrace/atrace_helper/jni/libmemtrack_wrapper.h b/systrace/atrace_helper/jni/libmemtrack_wrapper.h
|
| index 6d6e2eec533e4dfc7b9d85270b6db32293ec310a..cec5cecd736744c6a8373edd20c61bbc49140a06 100644
|
| --- a/systrace/atrace_helper/jni/libmemtrack_wrapper.h
|
| +++ b/systrace/atrace_helper/jni/libmemtrack_wrapper.h
|
| @@ -27,7 +27,7 @@ class MemtrackProc {
|
| uint64_t other_total() const;
|
| uint64_t other_pss() const;
|
|
|
| - bool has_errors() const { return proc_ != nullptr; };
|
| + bool has_errors() const { return proc_ == nullptr; };
|
|
|
| private:
|
| MemtrackProc(const MemtrackProc&) = delete;
|
|
|