From b99cf21c2546bc8260d50f17e60ab614092dac24 Mon Sep 17 00:00:00 2001 From: Michal Labedzki Date: Sat, 14 Feb 2015 19:10:21 +0100 Subject: extcap: Add support for Android - androiddump androiddump is extcap program that can be used with Android devices (need Android SDK in system PATH). Supported is Logcat/Logger logs and Bluetooth interfaces for all Android to this day (Lollipop). Please note that it will work also for FirefoxOS. Interfaces: 1. Logcat Main (binary or text) 2. Logcat System (binary or text) 3. Logcat Events (binary or text) 4. Logcat Radio (binary or text) 5. Logcat Crash (text; Lollipop) 6. Bluetooth Hcidump ( Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte Reviewed-by: Michal Labedzki Tested-by: Michal Labedzki --- cmakeconfig.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cmakeconfig.h.in') diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in index b5d3cf990b..8b7e99e605 100644 --- a/cmakeconfig.h.in +++ b/cmakeconfig.h.in @@ -397,6 +397,9 @@ first (like Motorola and SPARC, unlike Intel and VAX). */ #cmakedefine WORDS_BIGENDIAN 1 +/* Build androiddump with libpcap instead of wireshark stuff */ +#cmakedefine ANDROIDDUMP_USE_LIBPCAP 1 + /* Large file support */ #cmakedefine _LARGEFILE_SOURCE #cmakedefine _LARGEFILE64_SOURCE -- cgit v1.2.1