Skip to content
Snippets Groups Projects
Commit 25d8d5d7 authored by Nicolas Pomepuy's avatar Nicolas Pomepuy Committed by Duncan McNamara
Browse files

Add vlc and liv vlc commit hashes to the debug log

parent bd06f530
No related branches found
No related tags found
1 merge request!1555VLC 4: fix crashes and implement missing track features
......@@ -183,6 +183,8 @@ class DebugLogService : Service(), Logcat.Callback, Runnable {
bw.write("____________________________\r\n")
bw.write("App version: ${BuildConfig.VLC_VERSION_CODE} / ${BuildConfig.VLC_VERSION_NAME}\r\n")
bw.write("libvlc: ${BuildConfig.LIBVLC_VERSION}\r\n")
bw.write("libvlc revision: ${getString(R.string.build_libvlc_revision)}\r\n")
bw.write("vlc revision: ${getString(R.string.build_vlc_revision)}\r\n")
bw.write("medialibrary: ${BuildConfig.ML_VERSION}\r\n")
bw.write("____________________________\r\n")
try {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment