Parse files which have symbol '/' as a columns delimiter

Issue #159 closed
Elena Lopatkina created an issue

The warning 'Unrecognized file format' is dislayed when a user tries to parse a log file which has symbol '/' as a columns delimiter.

Log content example:

2020-04-09 14:39:33.663 3630-21427/com.google.android.googlequicksearchbox:search E/ActivityThread: Failed to find provider info for com.google.android.apps.gsa.testing.ui.audio.recorded
2020-04-09 14:39:33.908 1758-1777/system_process E/memtrack: Couldn't load memtrack module
2020-04-09 14:39:34.948 21494-21501/? E/zygote: Failed sending reply to debugger: Broken pipe

Make the tool be able to parse log files like this.

Comments (8)

  1. Mikhail Lopatkin repo owner

    Okay, I've finally got it. These are the logs from the Android Studio's viewer, not from the device. The prior PR won't help me with this.

  2. Log in to comment