[TOOL] [1st Jan] | AIOlog - All in One Android Logger v0.5

wcypierre

New member
Oct 27, 2012
0
0
0
Visit site
AIOlog - All in One Android Logger

aiologwin_zpsebe3ab1e.png
rsz_1rsz_1aiolog_linux_zps4f759130.png


Features:
  1. Display and output Logcat
  2. Last_kmsg
  3. Dmesg
  4. Kmsg
  5. Kernel Version


Latest Version:

NOTE: If you have this error "Cannot execute binary files" while using the AIOlog for linux, please download the 32bit version.

If you've downloaded the AIOlog v0.3 generic, please use the following file:
Either the aiolog_32bit or aiolog_generic_32bit

New features:
Added log push to phone and phone directory creation(log will be available at the computer, and the .aiolog, aiolog and root folder of your phone)
Added log archiving(unix)
Added log cid version
Added ADB files for Windows
Fixed a bug to auto detect device id when there is only one device

Full Changelog: https://github.com/wcypierre/AIOlog/commits/master

Hi, I'm now in the look for users who can provide me with some data(non-private and non-confidential ones) in order to improve AIOlog as a big amount of data is needed for AIOlog in order to success.

If you're interested, please pm me and state your device name or you can email me via wcypierre@gmail.com

Basic Howto:
1. At your phone, go to Settings -> Developer Options
2. Tick the "Android Debugging"
3. Connect your phone to your computer(desktop/laptop)

Windows:
1. Navigate to the location where the aiolog is located
2. Extract it and place it to a folder
3. Open aiolog.exe by clicking at it
4. The menu will appear
5. Just enter the number(1,2,3 ...) of the function that you wanted to do

Linux:
NOTE: For AIOlog version 0.4 onwards, the binary file is called either aiolog_32bit or aiolog_64bit so please change it accordingly (The steps for the filename is used in Step #3)

1. Open your terminal
2. Navigate to where aiolog is located. Example, "cd ~/Downloads/" (Assuming that the file is saved at Downloads folder)
3. Type "./aiolog" and press enter
4. The menu will appear
5. Just enter the number(1,2,3 ...) of the function that you wanted to do

Advanced Howto:
1. At your phone, go to Settings -> Developer Options
2. Tick the "Android Debugging"
3. Connect your phone to your computer(desktop/laptop)

Windows:
1. Open the cmd
2. Navigate to the folder where aiolog is located
3. Type "aiolog -h" and press enter
4. Search for the functions that you wanted to do and type its command(refer to the examples below)

Examples:
1. To log all logs, type "aiolog.exe -a"
2. To get the logcat, type "aiolog.exe -l"
3. To get the last_kmsg, type "aiolog.exe -lk"
4. To specify a device that is to be used(use it when you have a lot of devices connected) and to get a dmesg, "aiolog.exe -id SH<yourdeviceid> -d"

Linux:
1. Open your terminal
2. Navigate to where aiolog is located. Example, "cd ~/Downloads/" (Assuming that the file is saved at Downloads folder)
3. Type "./aiolog -h" and press enter
4. Search for the functions that you wanted to do and type its command(refer to the examples below).

Examples:
1. To log all logs, type "aiolog.exe -a"
2. To get the logcat, type "./aiolog -l"
3. To get the last_kmsg, type "./aiolog -lk"
4. To specify a device that is to be used(use it when you have a lot of devices connected) and to get a dmesg, "./aiolog -id SH<yourdeviceid> -d"

Compatibility:
1. Full support on Windows
2. Partial support on Linux
3. Partial support on Mac(Version 0.5 onwards)

Issues:
1. May not work on mac yet(but it should be).
2. AIOlog will not work if the adb is not started for a 30 seconds to 1 minute in advance

Found a bug?
1. Go to here: Issues - aiolog - All in One Android Logger - Google Project Hosting
2. Click New issue
3. Fill in the details
4. Report
5. Wait for it to be resolved :good:

Changelog:
Version 0.4
1. Added Auto Device Id detection
2. Logging support when there are more than 2 devices connected
3. Added logcat clear and dmesg clear

Version 0.3
1. Added logcat radio(to debug for radio issues)
2. Added log essential(logcat, dmesg, kmsg and last_kmsg)
3. Disable reprompt of device id after it has been entered
4. Misc Fixes

Version 0.2
1. Logcat, kmsg continuous(the normal logcat, kmsg way instead of log, stop and save method) added
2. Added additional checking on device id
3. Removed debug code

Version 0.1
1. Core functions(logcat, last_kmsg, dmesg, last_kmsg) implemented
2. Outputs the log to the current directory of AIOlog
3. kernel version output is implemented

To do list:
1. To archive the logs into an archive(zip, rar, tar)
2. To include mac support
3. To include log essential (Done ;))
4. To log other details
5. Fix any existing bugs ;)
 
Last edited:

wcypierre

New member
Oct 27, 2012
0
0
0
Visit site
Re: [TOOL] [26th Oct] | AIOlog - All in One Android Logger v0.2

Version 0.3 is out :)

New Features
Version 0.3
1. Added logcat radio(to debug for radio issues)
2. Added log essential(logcat, dmesg, kmsg and last_kmsg)
3. Disable reprompt of device id after it has been entered
4. Misc Fixes
 

wcypierre

New member
Oct 27, 2012
0
0
0
Visit site
Re: [TOOL] [29th Nov] | AIOlog - All in One Android Logger v0.4

@Source Builders, new functions are added into version 0.5.

New feature:
- Added device auto detection when there is only one device
- Added adb files for Windows users
- Log archive(grouping all logs into a tar file) for Linux feature is done(but not implemented, will be implemented into each logging functions in Version 0.6)
 

wcypierre

New member
Oct 27, 2012
0
0
0
Visit site
Re: [TOOL] [29th Nov] | AIOlog - All in One Android Logger v0.4

For those who builds from source, new functions are added into version 0.5.

New feature:
- A copy of the logs are now stored at both the computer and the phone as well (instead of just at the computer). It is stored at the root folder, .aiolog, and aiolog folder of the sdcard.
 

wcypierre

New member
Oct 27, 2012
0
0
0
Visit site
Re: [TOOL] [29th Nov] | AIOlog - All in One Android Logger v0.4

Hi, I'm now in the look for users who can provide me with some data(non-private and non-confidential ones) in order to improve AIOlog as a big amount of data is needed for AIOlog in order to success.

If you're interested, please pm me and state your device name or you can email me via wcypierre@gmail.com
 

wcypierre

New member
Oct 27, 2012
0
0
0
Visit site
Re: [TOOL] [29th Nov] | AIOlog - All in One Android Logger v0.4

Version 0.5 is out!

Changelog:
Added log push to phone and phone directory creation(log will be available at the computer, and the .aiolog, aiolog and root folder of your phone)
Added log archiving(unix)
Added log cid version
Added ADB files for Windows
Fixed a bug to auto detect device id when there is only one device

Full Changelog: https://github.com/wcypierre/AIOlog/commits/master
 

Forum statistics

Threads
943,146
Messages
6,917,511
Members
3,158,844
Latest member
adelinachau53674