Skip to content

Commit 66251da

Browse files
ComputerEliteComputerElite
authored andcommitted
Uplaod android sdk version with upload logs
1 parent cbdf7e5 commit 66251da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

QuestAppVersionSwitcher/WebServer.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,7 @@ public void Start()
483483
{
484484
Logger.Log("\n\n------Log upload requested------");
485485
QAVSReport report = new QAVSReport();
486+
report.androidVersion = (int)Build.VERSION.SdkInt;
486487
report.version = CoreService.version.ToString();
487488
report.userIsLoggedIn = GetLoggedInStatus() == LoggedInStatus.LoggedIn;
488489
report.reportTime = DateTime.Now;
@@ -1214,6 +1215,7 @@ public class MultiCastContent
12141215

12151216
public class QAVSReport
12161217
{
1218+
public int androidVersion { get; set; }
12171219
public string log { get; set; }
12181220
public string version { get; set; }
12191221
public DateTime reportTime { get; set; }

0 commit comments

Comments
 (0)