Searched defs:LOGV (Results 1 - 1 of 1) sorted by relevance

/system/core/charger/
H A Dcharger.c70 #define LOGV(x...) do { KLOG_DEBUG("charger", x); } while (0) macro
342 LOGV("... added %s %s %d\n", supply->name, supply->type, online);
367 LOGV("uevent str: %s\n", msg);
394 LOGV("event { '%s', '%s', '%s', '%s', '%s', '%s' }\n",
544 LOGV("looking at '%s'\n", de->d_name);
548 LOGV("skipping '%s' type %d (depth=%d follow=%d)\n",
552 LOGV("can descend into '%s'\n", de->d_name);
565 LOGV("opened '%s'\n", de->d_name);
577 LOGV("doing coldboot '%s' in '%s'\n", event, path);
617 LOGV("drawin
[all...]

Completed in 683 milliseconds