commit | 25d4688e910aad46a477d168b31e1c8de4ec5d48 | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Sat Feb 02 01:14:50 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sat Feb 02 01:14:50 2019 +0000 |
tree | ad9551c49ca43acfa6a0b7239bf3423b934cb468 | |
parent | ec22502dc58a7642d47ed721f2b16bbc29354557 [diff] | |
parent | d41622c4992215a971ca371767a911ef739a0f90 [diff] |
Merge "Add handling for PH property dex2oat_resolve_startup_strings"
diff --git a/cmds/dumpstate/dumpstate.cpp b/cmds/dumpstate/dumpstate.cpp index 15cea83..a91eafe 100644 --- a/cmds/dumpstate/dumpstate.cpp +++ b/cmds/dumpstate/dumpstate.cpp
@@ -981,6 +981,8 @@ AddAnrTraceDir(add_to_zip, anr_traces_dir); + RunCommand("ANR FILES", {"ls", "-lt", ANR_DIR}); + // Slow traces for slow operations. struct stat st; int i = 0;