1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-08-29 02:32:50 +00:00

Cleanup and initial submission changes

This commit is contained in:
Michael Hollister 2025-02-20 00:09:24 -06:00
parent 113e5707cd
commit a0349c6edf
8 changed files with 1438 additions and 2039 deletions

View file

@ -27,7 +27,7 @@ namespace FCastReceiverService
protected override void OnCreate()
{
base.OnCreate();
Serilog.Log.Information($"Starting: {Program.Current.ApplicationInfo.ApplicationId}");
Serilog.Log.Information($"Version: 1.0.0");
Serilog.Log.Information($"Manufacturer: {SystemInformation.Manufacturer}");
@ -68,6 +68,7 @@ namespace FCastReceiverService
// Older Tizen models seem to throw exceptions when accessing standard .NET APIs for
// Querying network interface information or using HttpListeners...
// May need to investigate further however, perhaps its only an issue when running in emulator
// No API to get Tizen version, so have to go by OS image build date...
// Format: YYYYMMDD_HHMMSS