Bug 210008

Summary: Add even more logging to try and diagnose <webkit.org/b/209685>
Product: WebKit Reporter: Wenson Hsieh <wenson_hsieh>
Component: Tools / TestsAssignee: Wenson Hsieh <wenson_hsieh>
Status: RESOLVED FIXED    
Severity: Normal CC: bdakin, megan_gardner, ryanhaddad, thorton, webkit-bug-importer
Priority: P2 Keywords: DoNotImportToRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Wenson Hsieh 2020-04-04 10:46:04 PDT
SSIA
Comment 1 Wenson Hsieh 2020-04-04 11:13:46 PDT
Created attachment 395459 [details]
Patch
Comment 2 Tim Horton 2020-04-04 11:47:24 PDT
Comment on attachment 395459 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=395459&action=review

> Source/WebCore/platform/ios/WebItemProviderPasteboard.mm:859
> +    NSLog(@"%s - %@", __PRETTY_FUNCTION__, lists);

NSLog?
Comment 3 Wenson Hsieh 2020-04-04 11:50:17 PDT
Comment on attachment 395459 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=395459&action=review

>> Source/WebCore/platform/ios/WebItemProviderPasteboard.mm:859
>> +    NSLog(@"%s - %@", __PRETTY_FUNCTION__, lists);
> 
> NSLog?

Yes (this is so that it shows up in the run-api-tests’ output when the test fails).

My plan is to continue adding these (and removing old ones along the way) until I have a speculative fix, after which I can just remove all of them.
Comment 4 EWS 2020-04-04 11:52:21 PDT
Committed r259534: <https://trac.webkit.org/changeset/259534>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 395459 [details].