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

  /system/core/logcat/
logcat_main.cpp 27 int ret = android_logcat_destroy(&ctx);
logcatd_main.cpp 68 retval = android_logcat_destroy(&ctx);
logcat.cpp 1810 int android_logcat_destroy(android_logcat_context* ctx) { function
    [all...]
  /system/core/logcat/include/log/
logcat.h 66 * on android_logcat_destroy which terminates the instance, or when an -f flag
69 * stream (ie: stderr) will be sent, also closed on android_logcat_destroy.
98 int android_logcat_destroy(android_logcat_context* ctx);
106 * create_android_logcat, android_logcat_run_command and android_logcat_destroy
110 * completion, fclose on the FILE pointer and the android_logcat_destroy API.

Completed in 113 milliseconds