You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The file is 8MB large, and contains 65536 allocations, but as detailed in a comment on the above issue the AllocationsParser can't handle that. I suggest that you implement your own parser the only trick you need is to have a package private constructor accessor for AllocationInfo. Alternatively you can modify the input file in this edge case (though this will miss 1 allocation):
Google decided it's not worth supporting their "old" buggy platforms (pre-L) in their official IDE, so ddmlib won't be fixed. If you want to handle these you'll have to do the above trick or write your own AllocationsParser.
apat allocs list com.bumptech.glide.supportapp.v3_2016.03.19_12.54.alloc
prints nothing.You can find the file at https://code.google.com/p/android/issues/detail?id=204503
The file is 8MB large, and contains 65536 allocations, but as detailed in a comment on the above issue the AllocationsParser can't handle that. I suggest that you implement your own parser the only trick you need is to have a package private constructor accessor for
AllocationInfo
. Alternatively you can modify the input file in this edge case (though this will miss 1 allocation):The text was updated successfully, but these errors were encountered: