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

  /external/google-breakpad/android/sample_app/jni/
Android.mk 33 LOCAL_MODULE := test_google_breakpad
  /external/google-breakpad/android/
run-checks.sh 429 TESTAPP=test_google_breakpad
430 TESTAPP_FILE="$PROJECT_DIR/libs/$ABI/test_google_breakpad"
498 # 0 test_google_breakpad!crash [test_breakpad.cpp : 17 + 0x4]
503 # 1 test_google_breakpad!main [test_breakpad.cpp : 25 + 0x3]
518 # First, extract all the lines with test_google_breakpad! in them, and
522 # will only be 'test_google_breakpad' without the exclamation mark.
524 LOCATIONS=$(awk '$2 ~ "^test_google_breakpad!.*" { print $3; }' "$BUILD_LOG")

Completed in 144 milliseconds