Searched refs:SLOGD (Results 1 - 10 of 10) sorted by relevance

/system/core/libsysutils/src/
H A DServiceManager.cpp51 SLOGD("Starting service '%s'", name);
66 SLOGD("Sucessfully started '%s'", name);
80 SLOGD("Stopping service '%s'", name);
96 SLOGD("Successfully stopped '%s'", name);
107 SLOGD("Service name '%s' is too long", name);
H A DNetlinkEvent.cpp68 SLOGD("NL param '%s'\n", mParams[i]);
131 SLOGD("Unexpected netlink message. type=0x%x\n", nh->nlmsg_type);
H A DFrameworkListener.cpp158 SLOGD("arg[%d] = '%s'", k, argv[k]);
/system/vold/
H A DDirectVolume.cpp170 SLOGD("Dv::diskIns - No partitions - good to go son!");
175 SLOGD("Dv::diskIns - waiting for %d partitions (mask 0x%x)",
211 SLOGD("Dv:partAdd: part_num = %d, minor = %d\n", part_num, minor);
222 SLOGD("Dv:partAdd: Got all partitions - ready to rock!");
233 SLOGD("Dv:partAdd: pending mask now = 0x%x", mPendingPartMap);
274 SLOGD("Volume %s %s partition %d:%d changed\n", getLabel(), getMountpoint(), major, minor);
287 SLOGD("Volume %s %s disk %d:%d removed\n", getLabel(), getMountpoint(), major, minor);
301 SLOGD("Volume %s %s partition %d:%d removed\n", getLabel(), getMountpoint(), major, minor);
333 SLOGD("Crisis averted");
346 SLOGD("Crisi
[all...]
H A DVolumeManager.cpp141 SLOGD("Device '%s' event handled by volume %s\n", devpath, (*it)->getLabel());
492 SLOGD("ASEC %s finalized", id);
604 SLOGD("ASEC %s permissions fixed", id);
787 SLOGD("Unmounting container before destroy");
801 SLOGD("ASEC %s destroyed", id);
891 SLOGD("New loop device created at %s", loopDevice);
895 SLOGD("Found active loopback for %s at %s", asecFileName, loopDevice);
910 SLOGD("Container sb magic/ver (%.8x/%.2x)", sb.magic, sb.ver);
929 SLOGD("New devmapper instance created at %s", dmDevice);
933 SLOGD("Foun
[all...]
H A Dcryptfs.c609 SLOGD("unmounting %s succeeded\n", mountpoint);
627 SLOGD("Just triggered post_fs_data\n");
644 SLOGD("post_fs_data done\n");
689 SLOGD("Just asked init to shut down class main\n");
720 SLOGD("Just triggered restart_framework\n");
805 SLOGD("crypt_ftr->fs_size = %lld\n", crypt_ftr.fs_size);
1023 SLOGD("Successfully created empty filesystem on %s\n", crypto_blkdev);
1237 SLOGD("Just asked init to shut down class main\n");
1291 SLOGD("Just triggered restart_min_framework\n");
H A DVolume.cpp188 SLOGD("Volume %s state changing %d (%s) -> %d (%s)", mLabel,
537 SLOGD("Moved mount %s -> %s sucessfully", src, dst);
568 SLOGD("Unmounting {%s}, force = %d", path, force);
H A DCommandListener.cpp78 SLOGD("%s", buffer);
586 SLOGD("cryptfs changepw {}");
593 SLOGD("cryptfs verifypw {}");
/system/core/libcutils/
H A Dsched_policy.c296 SLOGD("vvv tid %d (%s)", tid, thread_name);
301 SLOGD("^^^ tid %d (%s)", tid, thread_name);
304 SLOGD("/// tid %d (%s)", tid, thread_name);
307 SLOGD("??? tid %d (%s)", tid, thread_name);
/system/core/include/cutils/
H A Dlog.h229 #ifndef SLOGD
230 #define SLOGD(...) ((void)__android_log_buf_print(LOG_ID_SYSTEM, ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__)) macro

Completed in 147 milliseconds