Description
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.