commit | d7e370d9a0b5fa4b99e8a832ba0b690f0f8fb4be | [log] [tgz] |
---|---|---|
author | Hall Liu <hallliu@google.com> | Thu Jul 14 17:52:49 2016 -0700 |
committer | Hall Liu <hallliu@google.com> | Thu Jul 14 17:52:49 2016 -0700 |
tree | def590b3511ae48c87c5ba36246e12da9d487c45 | |
parent | b5776701117dad69e3db903af38bf3e8553dc31f [diff] |
Fix analytics dumping to not throw an exception Sorting calls during analytics dump did not take conf calls into account. Modify the sort fn to place all non-standard-name calls at the end and put a big try-catch around the call to Collections.sort so that it doesn't screw up the rest of the dumpsys. Change-Id: I443c8e022e3847359971ea4033797b8309bc011c Fix: 30145377