commit | 1320de307c90bc9b0ba257b4f7da9936637b6d8b | [log] [tgz] |
---|---|---|
author | Daniel Nishi <dhnishi@google.com> | Fri May 20 14:11:27 2016 -0700 |
committer | Daniel Nishi <dhnishi@google.com> | Fri May 20 14:11:27 2016 -0700 |
tree | deb8344764d76690a0ccd4fb6271fc4773f4f421 | |
parent | ab5a648ddb3e86d16cc6f170407e4b299a7594d5 [diff] |
Fix a crash where the deletion helper crashes when app sizes load. This was caused by a change I made to the extraInfo on the app. The extra info used to be a long which was the last usage time. I changed it to a UsageStatsState and missed this usage of it. The attempted cast to long caused a crash. Bug: 28885317 Change-Id: Ie0d6bcea5d0afccd2762acd19d628c742c7e3db9