With the basic Gecko "MainActivity" sample app, and the new "Orfox"
project I have built on top of it, I am getting a pretty consistent
crash after I use the Menu->Exit and then re-open the app.

Crash log is below. Is there an API command I am missing? I have tried
to call removeBrowser and destroy() on the geckoView component, but it
doesn't seem to have any affect.

Is there somewhere I should be filing bug reports for GeckoView?


****

12-03 17:23:14.587: E/ActivityThread(6112): Failed to find provider info
for org.mozilla.fennec.db.browser
12-03 17:23:30.635: E/AndroidRuntime(6112): FATAL EXCEPTION: main
12-03 17:23:30.635: E/AndroidRuntime(6112): Process:
info.guardianproject.browser.gecko, PID: 6112
12-03 17:23:30.635: E/AndroidRuntime(6112): java.lang.NullPointerException
12-03 17:23:30.635: E/AndroidRuntime(6112):     at
org.mozilla.gecko.gfx.LayerRenderer.onTabChanged(LayerRenderer.java:711)
12-03 17:23:30.635: E/AndroidRuntime(6112):     at
org.mozilla.gecko.Tabs$5.run(Tabs.java:577)
12-03 17:23:30.635: E/AndroidRuntime(6112):     at
android.os.Handler.handleCallback(Handler.java:733)
12-03 17:23:30.635: E/AndroidRuntime(6112):     at
android.os.Handler.dispatchMessage(Handler.java:95)
12-03 17:23:30.635: E/AndroidRuntime(6112):     at
android.os.Looper.loop(Looper.java:137)
12-03 17:23:30.635: E/AndroidRuntime(6112):     at
android.app.ActivityThread.main(ActivityThread.java:4998)
12-03 17:23:30.635: E/AndroidRuntime(6112):     at
java.lang.reflect.Method.invokeNative(Native Method)
12-03 17:23:30.635: E/AndroidRuntime(6112):     at
java.lang.reflect.Method.invoke(Method.java:515)
12-03 17:23:30.635: E/AndroidRuntime(6112):     at
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:777)
12-03 17:23:30.635: E/AndroidRuntime(6112):     at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:593)
12-03 17:23:30.635: E/AndroidRuntime(6112):     at
dalvik.system.NativeStart.main(Native Method)
_______________________________________________
mobile-firefox-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/mobile-firefox-dev

Reply via email to