You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Sean Qiu (JIRA)" <ji...@apache.org> on 2010/02/25 04:18:27 UTC

[jira] Created: (HARMONY-6457) [jdktools] jdwp agent logging enhancement for debugging

[jdktools] jdwp agent logging enhancement for debugging
-------------------------------------------------------

                 Key: HARMONY-6457
                 URL: https://issues.apache.org/jira/browse/HARMONY-6457
             Project: Harmony
          Issue Type: New Feature
          Components: JDK
            Reporter: Sean Qiu
            Assignee: Sean Qiu
            Priority: Minor


Harmony current JDWP agent have full logging functionality.
But all log messages are messed up regardless of its running thread information.

On the other hand, we support a lot of types log level, user need to rerun the appilcation to get different type of log.
It would be much convenient if we have a log analyzer to help sort out log messages, then we can only need get the ALL log message.

In a word, this job is trying to enhance our jdwp log system to facilitate jdwp debugging.

1. Support thread information.
2. Can sort out user desired log message.
3. Find out bug-prone log message.



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HARMONY-6457) [jdktools] jdwp agent logging enhancement for debugging

Posted by "Meng Li (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-6457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12853236#action_12853236 ] 

Meng Li commented on HARMONY-6457:
----------------------------------

I'm a master candidate of Zhejiang University, China. I'm interested in this project and want to participate.

> [jdktools] jdwp agent logging enhancement for debugging
> -------------------------------------------------------
>
>                 Key: HARMONY-6457
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6457
>             Project: Harmony
>          Issue Type: New Feature
>          Components: JDK
>            Reporter: Sean Qiu
>            Assignee: Sean Qiu
>            Priority: Minor
>
> Harmony current JDWP agent have full logging functionality.
> But all log messages are messed up regardless of its running thread information.
> On the other hand, we support a lot of types log level, user need to rerun the appilcation to get different type of log.
> It would be much convenient if we have a log analyzer to help sort out log messages, then we can only need get the ALL log message.
> In a word, this job is trying to enhance our jdwp log system to facilitate jdwp debugging.
> 1. Support thread information.
> 2. Can sort out user desired log message.
> 3. Find out bug-prone log message.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.