I'm trying to catch when b2g crashes the Trusted UI for any reason. (The Trusted UI houses marketplace and persona screens). I was doing this:
1. Open persona sign-in dialog on device; this causes a Browser process to start 2. adb shell onto the phone and kill -9 the new Browser process 3. profit. catch mozbrowsererror in gaia and throw up an error screen [1] But with latest mozilla-central and gaia master, this no longer works. [2] The mozbrowsererror event is not trapped and the phone reboots. So what's Phase 2? Does anyone know what might have changed, or what I might need to do differently? Many thanks, :jedp [1] working: https://bugzilla.mozilla.org/show_bug.cgi?id=903134#c7 [2] not working: https://bugzilla.mozilla.org/show_bug.cgi?id=903134#c18 _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
