Metadata-Version: 2.1
Name: logcat-kernel-time-aligner
Version: 0.1
Summary: Align the kernel timestamps
Home-page: https://github.com/yinhaoyun/logcat-kernel-time-aligner/
Author: haoyun.tw
Author-email: haoyun.tw@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# logcat-kernel-time-aligner
When you get logcat, which including kernel log from an Android device.
The timestamp of kernel is not match to the others - main/system/radio.
This program helps replace the kernel timestamp to align the previous log (main/system/radio).

## Usage
Make a logcat to have the "Kernel Time Fix"

    python KernelLogTimeAligner.py logcat.log > logcat_ktfix.log


