Hi,
If you do not have any logger in app you can check windows event viewer -> Windows Logs -> Applications and find you app log by package name. I'm recommending to integrate your app with Visual Studio App Center.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
My Application is Crash for some UI issue and it shows error - "parameter incorrect"
After Crash is want to open some file..
I want to understand how can I get valid crash log in detail and what is the best way to analysis log
Hi,
If you do not have any logger in app you can check windows event viewer -> Windows Logs -> Applications and find you app log by package name. I'm recommending to integrate your app with Visual Studio App Center.
I integrate App Center
SharedLibrary.dll
System::Runtime::ExceptionServices::ExceptionDispatchInfo Throw() ExceptionDispatchInfo.cs:63
SharedLibrary.dll
System::Runtime::CompilerServices::TaskAwaiter ThrowForNonSuccess() TaskAwaiter.cs:186
SharedLibrary.dll
System::Runtime::CompilerServices::TaskAwaiter HandleNonSuccessAndDebuggerNotification() TaskAwaiter.cs:154
SharedLibrary.dll
System::Runtime::CompilerServices::TaskAwaiter ValidateEnd() TaskAwaiter.cs:125
System.Runtime.WindowsRuntime.dll
System::IO::WindowsRuntimeStorageExtensions::_OpenStreamForWriteAsyncCore_d__3 MoveNext() +0x00000000000000D0
SharedLibrary.dll
System::Runtime::ExceptionServices::ExceptionDispatchInfo Throw() ExceptionDispatchInfo.cs:63
System.Runtime.WindowsRuntime.dll
System::IO::WindowsRuntimeStorageExtensions::_OpenStreamForWriteAsyncCore_d__3 MoveNext$catch$0() +0x0000000000000012
SharedLibrary.dll
System::Runtime::ExceptionServices::ExceptionDispatchInfo Throw() ExceptionDispatchInfo.cs:63
SharedLibrary.dll
System::Runtime::CompilerServices::TaskAwaiter ThrowForNonSuccess() TaskAwaiter.cs:186
SharedLibrary.dll
System::Runtime::CompilerServices::TaskAwaiter HandleNonSuccessAndDebuggerNotification() TaskAwaiter.cs:154
SharedLibrary.dll
System::Runtime::CompilerServices::TaskAwaiter ValidateEnd() TaskAwaiter.cs:125
MetroLog.dll
MetroLog::FileTarget::_GetWritableStreamForFile_d__8 MoveNext() FileTarget.cs:109
SharedLibrary.dll
System::Runtime::ExceptionServices::ExceptionDispatchInfo Throw() ExceptionDispatchInfo.cs:63
SharedLibrary.dll
System::Runtime::CompilerServices::TaskAwaiter ThrowForNonSuccess() TaskAwaiter.cs:186
SharedLibrary.dll
System::Runtime::CompilerServices::TaskAwaiter HandleNonSuccessAndDebuggerNotification() TaskAwaiter.cs:154
SharedLibrary.dll
System::Runtime::CompilerServices::TaskAwaiter ValidateEnd() TaskAwaiter.cs:125
MetroLog.dll
MetroLog::Targets::FileTargetBase::_GetOrCreateStreamWriterForFile_d__28 MoveNext() FileTargetBase.cs:142
SharedLibrary.dll
System::Runtime::ExceptionServices::ExceptionDispatchInfo Throw() ExceptionDispatchInfo.cs:63
SharedLibrary.dll
System::Runtime::CompilerServices::TaskAwaiter ThrowForNonSuccess() TaskAwaiter.cs:186
SharedLibrary.dll
System::Runtime::CompilerServices::TaskAwaiter HandleNonSuccessAndDebuggerNotification() TaskAwaiter.cs:154
SharedLibrary.dll
System::Runtime::CompilerServices::TaskAwaiter ValidateEnd() TaskAwaiter.cs:125
MetroLog.dll
MetroLog::Targets::FileTargetBase::_WriteAsyncCore_d__26 MoveNext() +0x0000000000000363
SharedLibrary.dll
System::Runtime::ExceptionServices::ExceptionDispatchInfo Throw() ExceptionDispatchInfo.cs:63
SharedLibrary.dll
System::Runtime::CompilerServices::TaskAwaiter ThrowForNonSuccess() TaskAwaiter.cs:186
SharedLibrary.dll
System::Runtime::CompilerServices::TaskAwaiter HandleNonSuccessAndDebuggerNotification() TaskAwaiter.cs:154
SharedLibrary.dll
System::Runtime::CompilerServices::TaskAwaiter ValidateEnd() TaskAwaiter.cs:125
MangoAppsUWP.dll
System::Runtime::CompilerServices::TaskAwaiter$1_$9_MetroLog::LogWriteOperation_ GetResult() +0x0000000000000010
MetroLog.dll
MetroLog::Targets::Target::_WriteAsync_d__5 MoveNext() Target.cs:21
SharedLibrary.dll
System::Runtime::ExceptionServices::ExceptionDispatchInfo Throw() ExceptionDispatchInfo.cs:63
SharedLibrary.dll
System::Runtime::CompilerServices::TaskAwaiter ThrowForNonSuccess() TaskAwaiter.cs:186
SharedLibrary.dll
System::Runtime::CompilerServices::TaskAwaiter HandleNonSuccessAndDebuggerNotification() TaskAwaiter.cs:154
SharedLibrary.dll
System::Runtime::CompilerServices::TaskAwaiter ValidateEnd() TaskAwaiter.cs:125
MetroLog.dll
MetroLog::GlobalCrashHandler::_App_UnhandledException_d__1 MoveNext() GlobalCrashHandler.cs:27
SharedLibrary.dll
System::Runtime::ExceptionServices::ExceptionDispatchInfo Throw() ExceptionDispatchInfo.cs:63
SharedLibrary.dll
System::Runtime::CompilerServices::AsyncMethodBuilderCore::__c _ThrowAsync_b__7_0() AsyncMethodBuilder.cs:931
SharedLibrary.dll
System::Threading::ParameterizedThreadStart Invoke() Invoke:16707566
SharedLibrary.dll
System::Threading::WinRTSynchronizationContext::Invoker InvokeCore() SynchronizationContext.WinRT.cs:81
Dnt understands anything in this log..
I want a way to understand the log