HomeSort by relevance Sort by last modified time
    Searched refs:SLOGD (Results 1 - 10 of 10) sorted by null

  /system/core/libsysutils/src/
ServiceManager.cpp 51 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);
FrameworkListener.cpp 163 SLOGD("arg[%d] = '%s'", k, argv[k]);
NetlinkEvent.cpp 74 SLOGD("NL param '%s'\n", mParams[i]);
249 SLOGD("Unexpected netlink message. type=0x%x\n", nh->nlmsg_type);
  /system/vold/
DirectVolume.cpp 175 SLOGD("Dv::diskIns - No partitions - good to go son!");
180 SLOGD("Dv::diskIns - waiting for %d partitions (mask 0x%x)",
216 SLOGD("Dv:partAdd: part_num = %d, minor = %d\n", part_num, minor);
227 SLOGD("Dv:partAdd: Got all partitions - ready to rock!");
238 SLOGD("Dv:partAdd: pending mask now = 0x%x", mPendingPartMap);
279 SLOGD("Volume %s %s partition %d:%d changed\n", getLabel(), getMountpoint(), major, minor);
292 SLOGD("Volume %s %s disk %d:%d removed\n", getLabel(), getMountpoint(), major, minor);
306 SLOGD("Volume %s %s partition %d:%d removed\n", getLabel(), getMountpoint(), major, minor);
339 SLOGD("Crisis averted");
352 SLOGD("Crisis averted")
    [all...]
VolumeManager.cpp 142 SLOGD("Device '%s' event handled by volume %s\n", devpath, (*it)->getLabel());
526 SLOGD("ASEC %s finalized", id);
642 SLOGD("ASEC %s permissions fixed", id);
847 SLOGD("Unmounting container before destroy");
861 SLOGD("ASEC %s destroyed", id);
956 SLOGD("New loop device created at %s", loopDevice);
960 SLOGD("Found active loopback for %s at %s", asecFileName, loopDevice);
975 SLOGD("Container sb magic/ver (%.8x/%.2x)", sb.magic, sb.ver);
994 SLOGD("New devmapper instance created at %s", dmDevice);
998 SLOGD("Found active devmapper for %s at %s", asecFileName, dmDevice)
    [all...]
cryptfs.c 1028 SLOGD("unmounting %s succeeded\n", mountpoint);
1046 SLOGD("Just triggered post_fs_data\n");
1064 SLOGD("post_fs_data done\n");
1109 SLOGD("Just asked init to shut down class main\n");
    [all...]
CommandListener.cpp 83 SLOGD("%s", buffer);
603 SLOGD("cryptfs changepw {}");
610 SLOGD("cryptfs verifypw {}");
Volume.cpp 210 SLOGD("Volume %s state changing %d (%s) -> %d (%s)", mLabel,
503 SLOGD("Unmounting {%s}, force = %d", path, force);
  /system/core/libcutils/
sched_policy.c 296 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/log/
log.h 229 #ifndef SLOGD
230 #define SLOGD(...) ((void)__android_log_buf_print(LOG_ID_SYSTEM, ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__))

Completed in 237 milliseconds