New issue
Advanced search Search tips

Issue 733371 link

Starred by 2 users

Issue metadata

Status: WontFix
Owner:
Closed: Jun 2017
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 1
Type: Bug



Sign in to add a comment

Exception when starting ToT chrome.

Project Member Reported by rouslan@chromium.org, Jun 14 2017

Issue description

Exception when starting ToT chrome.

FATAL EXCEPTION: main
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.google.android.apps.chrome/org.chromium.chrome.browser.ChromeTabbedActivity}: android.content.res.Resources$NotFoundException: Resource ID #0x7f0e01d3
 android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2211)
 android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2261)
 android.app.ActivityThread.access$600(ActivityThread.java:141)
 android.app.ActivityThread$H.handleMessage(ActivityThread.java:1256)
 android.os.Handler.dispatchMessage(Handler.java:99)
 android.os.Looper.loop(Looper.java:137)
 android.app.ActivityThread.main(ActivityThread.java:5103)
 java.lang.reflect.Method.invokeNative(Native Method)
 java.lang.reflect.Method.invoke(Method.java:525)
 com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
 com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
 dalvik.system.NativeStart.main(Native Method)
Caused by: android.content.res.Resources$NotFoundException: Resource ID #0x7f0e01d3
 android.content.res.Resources.getValue(Resources.java:1118)
 org.chromium.chrome.browser.ApplicationInitialization.enableFullscreenFlags(ApplicationInitialization.java:41)
 org.chromium.chrome.browser.ChromeActivity.preInflationStartup(ChromeActivity.java:320)
 org.chromium.chrome.browser.ChromeTabbedActivity.preInflationStartup(ChromeTabbedActivity.java:1285)
 org.chromium.chrome.browser.init.ChromeBrowserInitializer.handlePreNativeStartup(ChromeBrowserInitializer.java:156)
 org.chromium.chrome.browser.init.AsyncInitializationActivity.onCreateInternal(AsyncInitializationActivity.java:272)
 org.chromium.chrome.browser.init.AsyncInitializationActivity.onCreate(AsyncInitializationActivity.java:234)
 android.app.Activity.performCreate(Activity.java:5133)
 android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
 android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2175)
 ... 11 more
Force finishing activity com.google.android.apps.chrome/org.chromium.chrome.browser.ChromeTabbedActivity

This shows the "Unfortunately, Chromium has stopped" dialog and then shuts down Chrome.
 
Labels: Needs-Feedback
Is this just on your local build?  Looks like the resources are broken, re-run gn gen?  Clear out and rebuild?
Status: WontFix (was: Untriaged)
The issue has resolved itself. I must've had a bad out/ dir, as you suggested. Sorry to raise the alarm!

Sign in to add a comment