HomeSort by relevance Sort by last modified time
    Searched defs:log_text (Results 1 - 2 of 2) sorted by null

  /external/srec/portable/src/
plog.c 480 char log_text [2048]; local
487 pvsprintf ( log_text, msg, args);
492 if ( ( strncmp ( log_text, FILTER_MSG_1, FILTER_MSG_1_SIZE ) != 0 ) &&
493 ( strncmp ( log_text, FILTER_MSG_2, FILTER_MSG_2_SIZE ) != 0 ) )
495 ALOGE ("%s", log_text );
  /external/chromium_org/chrome/browser/metrics/
metrics_service.cc 1384 std::string log_text = log_manager_.staged_log_text(); local
    [all...]

Completed in 116 milliseconds