The Android Chrome release build version 70.0.3512.0 I build crashed when trying to add bookmark (menu -> favorite -> edit). From the same code sets I also build the debug version which have no problem with editing bookmark. Shown below is the print out from logcat. I have the feeling the crashed occurred while the system tried to start activity, BookmarkEditActivity.java. The version of Android I tested on are 5.0.1 and 7.1.1.
I wonder do I need to set any more flags for the release build beside what I currently set below in the gn args?
08-24 08:59:44.194 26922 27276 W chromium: [WARNING:library_prefetcher.cc(300)] Incorrect code ordering
08-24 08:59:44.238 26922 26922 I TextInputLayout: EditText added is not a TextInputEditText. Please switch to using that class instead.
08-24 08:59:44.246 26922 26922 I TextInputLayout: EditText added is not a TextInputEditText. Please switch to using that class instead.
08-24 08:59:44.255 26922 26922 D AndroidRuntime: Shutting down com.google.ipc.invalidation.ticl.proto.ClientProtocol$InvalidationP
08-24 08:59:44.258 26922 26922 E AndroidRuntime: FATAL EXCEPTION: main
08-24 08:59:44.258 26922 26922 E AndroidRuntime: java.lang.AssertionError
08-24 08:59:44.258 26922 26922 E AndroidRuntime: at org.chromium.base.ApplicationStatus$2.checkCallback(ApplicationStatus.java:296)
08-24 08:59:44.258 26922 26922 E AndroidRuntime: at org.chromium.base.ApplicationStatus$2.onActivityStarted(ApplicationStatus.java:283)
08-24 08:59:44.258 26922 26922 E AndroidRuntime: at android.app.Application.dispatchActivityStarted(Application.java:207)
08-24 08:59:44.258 26922 26922 E AndroidRuntime: at android.app.Activity.onStart(Activity.java:1190)
08-24 08:59:44.258 26922 26922 E AndroidRuntime: at android.support.v4.app.FragmentActivity.onStart(FragmentActivity.java:564)
08-24 08:59:44.258 26922 26922 E AndroidRuntime: at android.support.v7.app.AppCompatActivity.onStart(AppCompatActivity.java:177)
08-24 08:59:44.258 26922 26922 E AndroidRuntime: at android.app.Instrumentation.callActivityOnStart(Instrumentation.java:1248)
08-24 08:59:44.258 26922 26922 E AndroidRuntime: at android.app.Activity.performStart(Activity.java:6696)
08-24 08:59:44.258 26922 26922 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2628)
08-24 08:59:44.258 26922 26922 E AndroidRuntime: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2726)
08-24 08:59:44.258 26922 26922 E AndroidRuntime: at android.app.ActivityThread.-wrap12(ActivityThread.java)
08-24 08:59:44.258 26922 26922 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1477)
08-24 08:59:44.258 26922 26922 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102)
08-24 08:59:44.258 26922 26922 E AndroidRuntime: at android.os.Looper.loop(Looper.java:154)
08-24 08:59:44.258 26922 26922 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6119)
08-24 08:59:44.258 26922 26922 E AndroidRuntime: at java.lang.reflect.Method.invoke(Method.java)
08-24 08:59:44.258 26922 26922 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:886)
08-24 08:59:44.258 26922 26922 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:776)
08-24 08:59:45.270 866 879 I ActivityManager: Killing 25792:eu.chainfire.supersu/u0a92 (adj 906): empty #17
08-24 08:59:45.270 866 879 I ActivityManager: Killing 25533:com.facebook.katana/u0a127 (adj 906): empty #18
08-24 08:59:45.271 866 879 I ActivityManager: Killing 26448:com.google.android.partnersetup/u0a21 (adj 906): empty #19
08-24 08:59:45.
332 866 8310 D ActivityManager: cleanUpApplicationRecord -- 25792
08-24 08:59:45.338 866 17067 D ActivityManager: cleanUpApplicationRecord -- 26448
08-24 08:59:45.
343 866 1570 D ActivityManager: cleanUpApplicationRecord -- 25533