打印 Log.ASSERT @param message 日志信息 @param args 格式化参数
(
String message,
Object... args
)
| 113 | * @param args 格式化参数 |
| 114 | */ |
| 115 | void wtf( |
| 116 | String message, |
| 117 | Object... args |
| 118 | ); |
no outgoing calls
no test coverage detected