mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Include git hash in debuglog.
This commit is contained in:
@@ -73,7 +73,8 @@ public class LogSectionSystemInfo implements LogSection {
|
||||
.append(BuildConfig.CANONICAL_VERSION_CODE)
|
||||
.append(", ")
|
||||
.append(Util.getManifestApkVersion(context))
|
||||
.append(")\n");
|
||||
.append(") (")
|
||||
.append(BuildConfig.GIT_HASH).append(") \n");
|
||||
} catch (PackageManager.NameNotFoundException nnfe) {
|
||||
builder.append("Unknown\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user