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

  /system/core/logcat/tests/
liblogcat_test.cpp 20 #define logcat_popen(context, command) android_logcat_popen(&context, command)
exec_benchmark.cpp 42 FILE* fp = android_logcat_popen(&ctx, cmd);
  /system/core/logcat/include/log/
logcat.h 107 * API above. The android_logcat_popen is a wrapper for the
113 FILE* android_logcat_popen(android_logcat_context* ctx, const char* command);

Completed in 136 milliseconds