Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 696 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 696 Bytes

iOS CoreBluetooth Logger (CBL)

Show CoreBluetooth actions in syslog

Requirements

Compile

export THEOS=/path/to/your/theos/checkout
make
make package

Installation

Install .deb file as usual, e.g.:

  • provide a TCP tunnel, set THEOS_DEVICE_IP and THEOS_DEVICE_PORT, and run make install, or
  • copy the .deb file to your iOS device and install manually. dpkg -i ch.ringwald.corebluetoothlogger*

Usage

  • Run app you're interested in
  • Watch syslog messages, e.g. with deviceconsole
  • Uninstall when done - logger might leak memory :)