添加函数调试日志
This commit is contained in:
@@ -79,6 +79,7 @@ public class ToastUtils {
|
|||||||
* @param message 吐司展示的文本内容(非空)
|
* @param message 吐司展示的文本内容(非空)
|
||||||
*/
|
*/
|
||||||
public static void show(String message) {
|
public static void show(String message) {
|
||||||
|
LogUtils.d(TAG, "show()");
|
||||||
if (message == null || message.isEmpty()) {
|
if (message == null || message.isEmpty()) {
|
||||||
return; // 空消息直接返回,避免无效显示
|
return; // 空消息直接返回,避免无效显示
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user