static S sendToPhoneOpt(S line, O... args) { try { ret sendToPhone(line, args); } catch { null; } }