Skip to content

Commit

Permalink
v1.1 SDK throws an access violation from MddBootstrapInitialize's log…
Browse files Browse the repository at this point in the history
…ging code if no matching packages are installed #2592
  • Loading branch information
DrusTheAxe committed Jun 10, 2022
1 parent d86b223 commit 5db5380
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
#include "pch.h"

void MddBootstrap_StopActivity(
const std::string failureType,
const std::string& failureType,
const bool isActivityRunning,
const GUID *activityId,
const WindowsAppRuntime::MddBootstrap::Activity::Context& activityContext,
const wil::FailureInfo& failure)
{
MddBootstrap_WriteEventWithActivity(*failureType.c_str(), activityId);
MddBootstrap_WriteEventWithActivity(failureType.c_str(), activityId);

if (isActivityRunning)
{
Expand Down

0 comments on commit 5db5380

Please sign in to comment.