public static interface

WebViewClient.RenderProcessGoneDetail

com.tencent.smtt.sdk.WebViewClient.RenderProcessGoneDetail

Summary

Public Methods
abstract boolean didCrash()
Indicates whether the render process was observed to crash, or whether it was killed by the system.

Public Methods

public abstract boolean didCrash ()

Indicates whether the render process was observed to crash, or whether it was killed by the system. If the render process was killed, this is most likely caused by the system being low on memory.

Returns
  • true if render process crashed, otherwise it was killed by system.