
The assignment fetcher is not initialized when the settings jni bridge needs it, which causes the crash. To reproduce the bug, we need to clear adb_chrome_public_command_line. Run: build/android/adb_chrome_public_command_line "" Intialization detail: Since assignment fetcher and identity source both need identity provider, which is a service created from BlimpClientContextDelegate, they can't be created in the ctor of BlimpClientContextImpl. With another CL: https://codereview.chromium.org/2471733002/ We should be able to run local server with client_engine_integration script, but currently there might be other bugs that local client still can't receive messages from local engine. BUG=661322 Review-Url: https://codereview.chromium.org/2470913005 Cr-Commit-Position: refs/heads/master@{#429618}
Blimp
Blimp is an experimental project for building Chromium as a thin client.
Engineering
For building blimp, read more at building.
Testing
For testing blimp, read more at testing.
Running Blimp
For running blimp, read more at running.
Updating Fonts
For updating the fonts that blimp supports, read more at fonts.
New to Markdown?
For learning more about Markdown, read more at markdown. Also be sure to read the Google style guide for Markdown.