Home | History | Annotate | Download | only in android

Lines Matching full:logs

886     "     L - Logs memory leaks on process exit.\n"
887 " I - Logs attempts to use invalid pointers in free, or realloc routines.\n"
888 " R - Logs memory access violation on read operations.\n"
889 " W - Logs memory access violation on write operations.\n"
890 Logs new process ID allocation.\n"
891 " F - Logs guest's process forking.\n"
892 " S - Logs guest's process starting.\n"
893 " E - Logs guest's process exiting.\n"
894 " C - Logs guest's thread creation (clone).\n"
895 " B - Logs libc.so initialization in the guest system.\n"
896 " M - Logs module mapping and unmapping in the guest system.\n"
897 " A - Logs all emulator events. Equala to \"LIRWFSECANBM\" combination.\n"
898 " e - Logs error messages, received from the guest system.\n"
899 " d - Logs debug messages, received from the guest system.\n"
900 " i - Logs information messages, received from the guest system.\n"
901 " a - Logs all messages, received from the guest system.\n"