[Android] Add vlc and liv vlc commit hashes to the debug log

Nicolas Pomepuy git at videolan.org
Mon Oct 3 11:10:29 UTC 2022


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Wed Sep 28 07:38:39 2022 +0200| [25d8d5d7814da37d5725b2fca567509abc54f646] | committer: Duncan McNamara

Add vlc and liv vlc commit hashes to the debug log

> https://code.videolan.org/videolan/vlc-android/commit/25d8d5d7814da37d5725b2fca567509abc54f646
---

 application/vlc-android/src/org/videolan/vlc/DebugLogService.kt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/application/vlc-android/src/org/videolan/vlc/DebugLogService.kt b/application/vlc-android/src/org/videolan/vlc/DebugLogService.kt
index 5094ee164..59be28392 100644
--- a/application/vlc-android/src/org/videolan/vlc/DebugLogService.kt
+++ b/application/vlc-android/src/org/videolan/vlc/DebugLogService.kt
@@ -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 {



More information about the Android mailing list