commit | 1e0a222f57bc7fcdb9969aee8a91b2ab88157ad2 | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Thu Mar 01 22:54:24 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Mar 01 22:54:24 2018 +0000 |
tree | 5b19ebe0da3968ffc52f5a587d9b437d6c225d4c | |
parent | 7e83e04c732303706b2f1313e6931a3e8598f2ea [diff] | |
parent | 9372720f5428589eae89ae9a0537bcd2e71eb733 [diff] |
Merge "Clean up property set error handling"
diff --git a/adb/client/main.cpp b/adb/client/main.cpp index e5666bc..31cb853 100644 --- a/adb/client/main.cpp +++ b/adb/client/main.cpp
@@ -77,6 +77,7 @@ static void intentionally_leak() { void* p = ::operator new(1); + // The analyzer is upset about this leaking. NOLINTNEXTLINE LOG(INFO) << "leaking pointer " << p; }