AndroidJNI.FatalError
static function FatalError(message: string): void;
static void FatalError(string message);
static def FatalError(message as string) as void
Description

Raises a fatal error and does not expect the VM to recover. This function does not return.