RenderProcessGoneDetail
public
abstract
class
RenderProcessGoneDetail
extends Object
| java.lang.Object | |
| ↳ | android.webkit.RenderProcessGoneDetail |
This class provides more specific information about why the render process exited. The application may use this to decide how to handle the situation.
Summary
Public constructors | |
|---|---|
RenderProcessGoneDetail()
|
|
Public methods | |
|---|---|
abstract
boolean
|
didCrash()
Indicates whether the render process was observed to crash, or whether it was killed by the system. |
abstract
int
|
rendererPriorityAtExit()
Returns the renderer priority that was set at the time that the renderer exited. |
Inherited methods | |
|---|---|
java.lang.Object
| |
Public constructors
Public methods
didCrash
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 | |
|---|---|
boolean |
True if render process crashed, otherwise it was killed by system. |
rendererPriorityAtExit
int rendererPriorityAtExit ()
Returns the renderer priority that was set at the time that the
renderer exited. This may be greater than the priority that
any individual WebView requested using
setRendererPriorityPolicy(int, boolean).
| Returns | |
|---|---|
int |
the priority of the renderer at exit. |
Annotations
Interfaces
Classes
- ClientCertRequest
- ConsoleMessage
- CookieManager
- CookieSyncManager
- DateSorter
- GeolocationPermissions
- HttpAuthHandler
- JsPromptResult
- JsResult
- MimeTypeMap
- PermissionRequest
- RenderProcessGoneDetail
- ServiceWorkerClient
- ServiceWorkerController
- ServiceWorkerWebSettings
- SslErrorHandler
- URLUtil
- WebBackForwardList
- WebChromeClient
- WebChromeClient.FileChooserParams
- WebHistoryItem
- WebIconDatabase
- WebMessage
- WebMessagePort
- WebMessagePort.WebMessageCallback
- WebResourceError
- WebResourceResponse
- WebSettings
- WebStorage
- WebStorage.Origin
- WebView
- WebView.HitTestResult
- WebView.VisualStateCallback
- WebView.WebViewTransport
- WebViewClient
- WebViewDatabase
- WebViewFragment
Enums


