Searched refs:MYLOGD (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/cmds/dumpstate/
H A Ddumpstate.cpp157 MYLOGD("%s: %d entries added to zip file\n", title, (int) mount_points.size());
184 MYLOGD("Not dumping systrace because dumpstate is not zipping\n");
198 MYLOGD("Skipping systrace because '%s' content is '%ld'\n", path, is_tracing);
202 MYLOGD("Running '/system/bin/atrace --async_dump -o %s', which can take several minutes",
230 MYLOGD("raft_log_path is empty\n");
236 MYLOGD("%s does not exist or is not a directory\n", RAFT_DIR);
579 MYLOGD("Not adding entry %s from fd because dumpstate is not zipping\n",
597 // MYLOGD("Adding zip entry %s\n", entry_name.c_str());
649 MYLOGD("Not adding dir %s because dumpstate is not zipping\n", dir);
652 MYLOGD("Addin
[all...]
H A Ddumpstate.h32 #ifndef MYLOGD
33 #define MYLOGD(...) fprintf(stderr, __VA_ARGS__); ALOGD(__VA_ARGS__); macro
H A Dutils.cpp89 MYLOGD("Duration of '%s': %.3fs\n", title_, (float) elapsed / NANOS_PER_SEC);
763 MYLOGD("execvp on command '%s' failed (error: %s)", command, strerror(errno));
821 MYLOGD("drop_root_user(): already running as Shell");
880 MYLOGD("send_broadcast command: %s\n", args_string.c_str());
1194 MYLOGD("Adjusting total weight from %d to %d\n", weight_total, new_total);
1210 MYLOGD("Setting progress (%s): %s/%d\n", key, value, weight_total);

Completed in 44 milliseconds