Main Features
- Real-time Monitoring: Wirelessly view network requests, logs and events in real-time
- API Mocking: Mock any request with one click, supporting JSON, XML, HTML and more
- Screen Sharing: BETA feature for 1-click sharing of mobile app screen for debugging
- Log Export: Export logs as JSON, CSV or HAR formats
- Session Sharing: Generate public links to share debugging sessions with team
- Screenshot Capture: Take screenshots to enrich debugging sessions
- Smart Filtering: Find exactly what you're looking for in seconds
- Request Drilldown: Use timeline to investigate request load over time
Core Advantages
- Lightweight SDK: iOS SDK adds only 0.36MB, with screen sharing at 10MB
- Cross-platform Support: Works on Windows, OSX and Linux
- No Cables Required: Catch early or first install events without manual reattachment
- Continuous Logging: Maintains logs across app starts and multiple sessions
- Works with All Build Types: XCode builds, Android Studio debug builds, TestFlights or App Store builds
Integration Process
Sample App: Download LogDog app (1 minute)
SDK Integration: Integrate LogDog SDK in your app (3 minutes)
swift
import LogDog
LogDog.initialize()
let config = LogDogConfig(apiKey: "YOUR_API_KEY", logs: true, network: true, events: true)
LogDog.start(config: config)
LogDog.i("Hello from LogDog!")
Launch App: Launch your app with LogDog SDK installed
Check Dashboard: Open LogDog dashboard to see incoming data
Pricing
- Free Plan: 100 MB of data per month (forever free)
- Paid Plans: 14-day free trial available
Security
- All data encrypted in transit and at rest
- No sensitive data stored
- Full control over what gets logged
- Data will not be sold to third parties
FAQ
- Integration: Simply add SDK to iOS/Android project and initialize with few lines of code
- Performance Impact: Designed for minimal performance impact with minimal external dependencies
- Production Use: Built for both development and production environments
- User Activity Tracking: Not a user activity tracking tool, but a developer debugging tool
- Collection Time:2025-09-16
-
Pricing Mode:
Freemium
Free Trial
#Developer tools
Freemium
Free Trial
Website
App
Open Source