Skip to content

eritpchy/log-mapping-reverse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Log Mapping Reverse

Reverse Log Mapping Processor output mapping.txt to readable log format

Usage

  java -jar log-mapping-reverse-1.0.0.jar \
      --input-log <path_to_log_file> \
      --output-log <path_to_processed_log_file> \
      --mapping-file <path_to_mapping_txt>
  adb logcat | java -jar log-mapping-reverse-1.0.0.jar \
      --mapping-file <path_to_mapping_txt>

Compiling

To compile Log Mapping Processor, you need a Java Development Kit 1.8 (JDK8)

git clone https://github.com/eritpchy/log-mapping-reverse
cd log-mapping-reverse
./gradlew jar

References

About

Reverse log mapping.txt for Log Mapping Processor

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages