Got this the other day and have no idea what it means in my android logs for a program I was debugging:
dalvikvm: PGC: map but no entry for Lcom/myapp/Uploader;.run addr=0x01ab
Should I be worried?
Got this the other day and have no idea what it means in my android logs for a program I was debugging:
dalvikvm: PGC: map but no entry for Lcom/myapp/Uploader;.run addr=0x01ab
Should I be worried?
Looking briefly at Git code, it seems to be during garbadge collection: A Map is found with no entry in it, everything seems ok. For what I saw, it's just the debug log seems to have been forgoten her, even thought I'm not sure of it.