ResourceType: No known package errors |
|||
Issue descriptionNoticed this in my logcat several times and wanted to investigate a little further: W ResourceType: No known package when getting value for resource number 0x7f080274 Repro'ed on Nexus 6P running N with ToT using ChromePublic and MonochromePublic. ChromePublic - org.chromium.chrome:drawable/shortcut_newtab - org.chromium.chrome:string/menu_new_tab - org.chromium.chrome:drawable/shortcut_incognito - org.chromium.chrome:string/accessibility_tabstrip_incognito_identifier - org.chromium.chrome:string/menu_new_incognito_tab - org.chromium.chrome:string/disabled_incognito_launcher_shortcut_message MonochromePublic - org.chromium.chrome:drawable/snackbar_background_tablet - org.chromium.chrome:string/menu_open_in_product - org.chromium.chrome:drawable/shortcut_newtab - org.chromium.chrome:string/accessibility_tabstrip_incognito_identifier - org.chromium.chrome:string/menu_open_in_chrome - org.chromium.chrome:string/disabled_incognito_launcher_shortcut_message Built MonochromePublic in my other checkout (different revision) and the list is slightly different (which makes me think there isn't something wrong with the way we use resources): - org.chromium.chrome:drawable/shortcut_newtab - org.chromium.chrome:string/menu_new_tab - org.chromium.chrome:drawable/shortcut_incognito - org.chromium.chrome:string/accessibility_tabstrip_incognito_identifier - org.chromium.chrome:string/menu_new_incognito_tab - org.chromium.chrome:string/disabled_incognito_launcher_shortcut_message I took a look though the resource entries via. "aapt dump resources" and everything looks fine to me..
,
Jan 16 2018
In the OP the list of resources names correspond to IDs for which a "W ResourceType: No known package when getting value for resource number x" log occurs. 6 each time.
,
Jan 18 2018
All except org.chromium.chrome:drawable/snackbar_background_tablet are resources that are referenced in xml, and most seem related to shortcuts or menus. Did these logs come from a chrome process? Did they happen during launch? Super weird for an apk to not have 0x7f mapped to a package.
,
Aug 1
,
Nov 13
|
|||
►
Sign in to add a comment |
|||
Comment 1 by estevenson@chromium.org
, Jan 16 2018