File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/BugsnagUnity/Native/Android Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ Feature: csharp events
115
115
And the event "breadcrumbs.1.metaData.dictionary.stringArray.0" equals "12345678901234567890***80 CHARS TRUNCATED***"
116
116
And the event "breadcrumbs.1.metaData.stringDictionary.testKey" equals "12345678901234567890***80 CHARS TRUNCATED***"
117
117
118
- @skip_cocoa @skip_android #not supported on these platforms
118
+ @skip_cocoa #not supported on these platforms
119
119
Scenario : GenerateAnonymousId
120
120
When I run the game in the "GenerateAnonymousId" state
121
121
And I wait to receive an error
Original file line number Diff line number Diff line change @@ -346,7 +346,7 @@ AndroidJavaObject CreateNativeConfig(Configuration config)
346
346
obj . Call ( "setSendLaunchCrashesSynchronously" , config . SendLaunchCrashesSynchronously ) ;
347
347
obj . Call ( "setMaxReportedThreads" , config . MaxReportedThreads ) ;
348
348
obj . Call ( "setMaxStringValueLength" , config . MaxStringValueLength ) ;
349
-
349
+ obj . Call ( "setGenerateAnonymousId" , config . GenerateAnonymousId ) ;
350
350
351
351
if ( config . GetUser ( ) != null )
352
352
{
You can’t perform that action at this time.
0 commit comments