Status Update
Comments
sa...@google.com <sa...@google.com> #2
sa...@google.com <sa...@google.com> #3
aapt2 dump xmltree --file res/drawable-anydpi-v24/ic_my_vector_image.xml app-debug.apk
But it was possible because the app has already crashed and the stacktrace was pointing to the resource ID so I knew which file I should look for.
I think there should be some way to use AAPT and find all such resources containing "STRING_TOO_LARGE" instead of waiting for the app to crash first.
sa...@google.com <sa...@google.com> #4
Mark, do you have any idea where this could be coming from?
mf...@google.com <mf...@google.com> #5
It's possible that something on the network is sending a type that's not in our enum list. I can put up a patch for cherrypicking.
sa...@google.com <sa...@google.com> #6
Could be. I was assuming there would be a filter somewhere in openscreen
to prevent the enum from being generated if it is not a recognized type.
mf...@google.com <mf...@google.com> #7
Landed
sa...@google.com <sa...@google.com> #8
I imported it in aosp/2710897. I need your +2.
By the way, there is no OWNERS
file, does Gerrit fallsback on the AUTHORS
or COMMITTERS
list to pick who needs to +2.
mf...@google.com <mf...@google.com> #9
That code review link is giving me a "500 server error" after I tried to log in. I may not have access, unfortunately. Can someone else on your team +2?
mf...@google.com <mf...@google.com> #10
I got access to the cherry-pick, but it looks like the AOSP presubmits are failing. Can you reassign this to yourself to land the CP since I've already landed a fix upstream?
sa...@google.com <sa...@google.com> #11
Sorry, I should have notified you that I already attempted to cherry-pick it (aosp/2710897), I did not expect you to take it all the way to cherry pick in our repo :) !
It looks like we have a tool to use to import external libs (
Description
Reported by b/217251994 .
emil.lenngren@gmail.com
in