1.屏蔽掉一些log
This commit is contained in:
parent
39323aa19b
commit
17f1537ef9
|
@ -2297,7 +2297,7 @@ void serach_gps_onkey_start(void)
|
||||||
static int sf_is_sdc_mounted(void)
|
static int sf_is_sdc_mounted(void)
|
||||||
{
|
{
|
||||||
char line[256];
|
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");
|
FILE *file = fopen("/proc/mounts", "r");
|
||||||
|
|
Loading…
Reference in New Issue
Block a user