<AWT Dev> RFR: [12] JDK-8196681: Java Access Bridge logging and debug flags dynamically controlled

Prasanta Sadhukhan prasanta.sadhukhan at oracle.com
Fri Sep 14 06:08:03 UTC 2018


One thing, since you are passing va_list as the last parameter, 
shouldn't all fprintf be actually vfprintf?

Regards
Prasanta
On 14-Sep-18 12:55 AM, Krishna Addepalli wrote:
>
> Hi All,
>
> Enhancement: https://bugs.openjdk.java.net/browse/JDK-8196681
>
> Webrev: http://cr.openjdk.java.net/~kaddepalli/8196681/webrev00/ 
> <http://cr.openjdk.java.net/%7Ekaddepalli/8196681/webrev00/>
>
> Please review an enhancement for supporting the logging of Java Access 
> Bridge, so that customers/users facing problems with Accessibility can 
> turn on/off logging to debug problems with this feature.
>
> The proposed solution is to have the user/developer define an 
> environment variable “*JAVA_ACCESSBRIDGE_LOGFILE*” and filling with 
> the path to the log file.
>
> The JavaAccessBridge will read the variable, and write to the file in 
> the path provided.
> Note that the implementation is simplistic, and doesnot have any way 
> to handle multiple applications, since it is a debug only feature.
>
> Thanks,
>
> Krishna
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/awt-dev/attachments/20180914/8034efb6/attachment-0001.html>


More information about the awt-dev mailing list