1.屏蔽掉一些log

This commit is contained in:
payton 2023-12-04 16:17:36 +08:00
parent 39323aa19b
commit 17f1537ef9

View File

@ -2297,7 +2297,7 @@ void serach_gps_onkey_start(void)
static int sf_is_sdc_mounted(void)
{
char line[256];
printf("%s:%d is_mounted:%d", __FUNCTION__, __LINE__);
//printf("%s:%d is_mounted:%d", __FUNCTION__, __LINE__);
FILE *file = fopen("/proc/mounts", "r");