logcat.h | 51 typedef struct android_logcat_context_internal* android_logcat_context; typedef in typeref:struct:android_logcat_context_internal 58 android_logcat_context create_android_logcat(); 78 int android_logcat_run_command(android_logcat_context ctx, int output, int error, 87 int android_logcat_run_command_thread(android_logcat_context ctx, int argc, 89 int android_logcat_run_command_thread_running(android_logcat_context ctx); 98 int android_logcat_destroy(android_logcat_context* ctx); 113 FILE* android_logcat_popen(android_logcat_context* ctx, const char* command); 114 int android_logcat_pclose(android_logcat_context* ctx, FILE* output);
|