Merge "Wrap StackOverflowError in NotFoundException. Bug: 67462465 Bug: 66498711 Test: builds and tested using faulty apk with recursive drawable. Change-Id: I47691343dae892beb5ed8c1c66c33edefade321e (cherry picked from commit dc92d925d8)" into oc-dev am: 48df033607
am: 69d240d584
Change-Id: I02bf540b41fd9fd026fbe0fad4069526664cd56f
This commit is contained in:
@@ -815,7 +815,7 @@ public class ResourcesImpl {
|
||||
} finally {
|
||||
stack.pop();
|
||||
}
|
||||
} catch (Exception e) {
|
||||
} catch (Exception | StackOverflowError e) {
|
||||
Trace.traceEnd(Trace.TRACE_TAG_RESOURCES);
|
||||
final NotFoundException rnf = new NotFoundException(
|
||||
"File " + file + " from drawable resource ID #0x" + Integer.toHexString(id));
|
||||
|
||||
Reference in New Issue
Block a user