This commit is contained in:
changyunjia
2026-06-29 16:21:36 +08:00
co-authored by changyunjia
parent 810a087b78
commit c28ea8ea4a
213 changed files with 49969 additions and 32706 deletions
+2 -2
View File
@@ -57,7 +57,7 @@ namespace AppLovinMax.Scripts.IntegrationManager.Editor
}
catch (Exception exception)
{
MaxSdkLogger.E("Unable to load Dependencies file due to exception: " + exception.Message);
MaxSdkLogger.UserError("Unable to load Dependencies file due to exception: " + exception.Message);
}
return null;
@@ -173,7 +173,7 @@ namespace AppLovinMax.Scripts.IntegrationManager.Editor
}
catch (Exception exception)
{
MaxSdkLogger.E("Unable to save Dependencies file due to exception: " + exception.Message);
MaxSdkLogger.UserError("Unable to save Dependencies file due to exception: " + exception.Message);
}
return false;