Details
Description
In the current code, if ContextLauncher#startDriver doesn't start correctly, it will trigger a listener with child be empty, this will introduce NPE. So here we should check whether child is null or not.
In the current code, if ContextLauncher#startDriver doesn't start correctly, it will trigger a listener with child be empty, this will introduce NPE. So here we should check whether child is null or not.