Hello all. I’m just starting to debug a really strange error message and wanted to drop a question to the community in case someone has already seen and understood this problem:
https://www.youtube.com/watch?v=GzAfwr76xl8&feature=youtu.be&hd=1
I’m seeing this output when viewing a raw logcat dump of a ‘Samsung Galaxy Tab 4 - 7"’ device. At this point I’m just trying to figure out what this means.
The debug steps I’ve taken thus far:
-
Google, Google, Google… - Lots of posts, but they mostly talk about cameras and media, none of which apply. Still I’ll continue digging.
-
Reproduced w/ Older version of app - Same log output occurs, so this isn’t something new I put in.
-
Ran on alternate device - I ran this same binary on a Gen 1 Nexus 7 and did not get this error/message.
Corona Builds Used
- 2014.2505
- 2014.2511
Debug steps I’ve yet to take:
-
Build w/ other builds of Corona.
-
Reduce complexity of scenarios/app. Hard to do, but we’ll see.
My Question
Does anyone have the slightest idea what this message is trying to tell me?
I don’t see any functional issues in my app, but it is slow on this device. That combined with the runaway error messaging makes me think the cause of this message is slowing my app down (plus the constant logging.)
It is worth noting that this app is displaying many masked images and containers in containers. I don’t believe I’ve exceeded the hardware limit for this device, but that is a possibility. The reason I don’t think this is so, is because everything looks right.