logUnhandledJsException

public void logUnhandledJsException(    @NonNull() String name,     @NonNull() String message,     @Nullable() String type,     @Nullable() String stacktrace)

Logs a javascript unhandled exception.

Parameters

name

name of the exception.

message

exception message.

type

error type.

stacktrace

exception stacktrace.