OsConstants.WCOREDUMP(Int32) Method

Definition

Tests whether the child dumped core.

[Android.Runtime.Register("WCOREDUMP", "(I)Z", "")]
public static bool WCOREDUMP (int status);
[<Android.Runtime.Register("WCOREDUMP", "(I)Z", "")>]
static member WCOREDUMP : int -> bool

Parameters

status
Int32

Returns

Attributes

Remarks

Tests whether the child dumped core. Only valid if WIFSIGNALED returns true.

Java documentation for android.system.OsConstants.WCOREDUMP(int).

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.

Applies to