commit | ccb33267c86bda2a284128bfedf7c2ed51d1d5e1 | [log] [tgz] |
---|---|---|
author | Calin Juravle <calin@google.com> | Tue Mar 29 14:03:10 2016 +0100 |
committer | Mathieu Chartier <mathieuc@google.com> | Tue May 17 13:20:44 2016 -0700 |
tree | 04d7acd23e4db72a9e7a83b843517d8830ef0572 | |
parent | 34494f2c4a5694f39c6de55b48212d8bb90f5877 [diff] |
Fix debug leftover in profman (cherry picked from commit 309eb7b11e6250b974c574f256d1c760cafa814e) Bug: 27600652 Change-Id: I32466623379928cdaad839303e6ea3a39d673cd4
diff --git a/profman/profman.cc b/profman/profman.cc index 37a560d..4d9276f 100644 --- a/profman/profman.cc +++ b/profman/profman.cc
@@ -189,7 +189,6 @@ return -1; } std::string dump = info.DumpInfo(/*dex_files*/ nullptr); - info.Save(fd); std::cout << dump << "\n"; return 0; }