Android: Track number of objects created
问题 I'm porting a game to Android (there's a lot of code and very little of it is mine), and DalvikVM is telling me (through LogCat) all about the garbage collection. At some point in the code, I get a stream of "GC freed x objects / x ms" messages, basically informing me that ~150,000 objects have just been deleted and it's taking a full second. I want to know where these came from! I am pretty sure I'm not creating that many objects intentionally. So, is there a way to get... basically the