RenderProcessGoneDetail.DidCrash Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether the render process was observed to crash, or whether it was killed by the system.
[Android.Runtime.Register("didCrash", "()Z", "GetDidCrashHandler", ApiSince=26)]
public abstract bool DidCrash ();
[<Android.Runtime.Register("didCrash", "()Z", "GetDidCrashHandler", ApiSince=26)>]
abstract member DidCrash : unit -> bool
Returns
true
if render process crashed, otherwise it was killed by
system.
- Attributes
Remarks
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.
Java documentation for android.webkit.RenderProcessGoneDetail.didCrash()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.