w

fun w(message: String): Int

Logs a warning message.

Use this method to log warning conditions that indicate potential issues but don't prevent normal operation.

Return

The result of the underlying Log.w() call

Parameters

message

The warning message to log