日志打印 @param logType 日志类型 @param tag 打印 TAG @param message 日志信息
(
int logType,
String tag,
String message
)
| 387 | * @param message 日志信息 |
| 388 | */ |
| 389 | void printLog( |
| 390 | int logType, |
| 391 | String tag, |
| 392 | String message |
no outgoing calls
no test coverage detected