Tool for Google Analytics console log view
This tools just helper for increase readability of raw log format. So you have to install native tools for getting raw logs.
- adb
- http://forum.xda-developers.com/showthread.php?p=48915118#post48915118
- you can get simple Windows adb installer in above link
- Android device driver for few venders
- if adb cannot found your device then trying this.
- or check your USB cable
- python3
- brew
- this is not directly related. but it make your life very easy.
- http://brew.sh
- or just use this
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- adb
brew install android-platform-tools
- idevicesyslog
brew install libimobiledevice
- python3
brew install python3
Just download and type this
python3 run.py