From: Robert Greenwalt Date: Sat, 6 Jun 2009 01:53:26 +0000 (-0700) Subject: Catch when a file resource (non values) added in an overlay. X-Git-Url: https://git.saurik.com/android/aapt.git/commitdiff_plain/dd854d4c9322204ea873c2de498d6693b271952a?hp=dd854d4c9322204ea873c2de498d6693b271952a Catch when a file resource (non values) added in an overlay. File resources are assigned resource id's and if an overlay adds one it renumbers things and breaks compatability. Used to segfault if you tried before, but now catches it and lets you know what file caused the problem. ---