Details
-
Bug
-
Resolution: Duplicate
-
None
-
1.5.x
-
None
-
Operating System: Windows XP
Platform: PC
-
blocker
-
P1
-
119
Description
The logging code added by LoggerAgent is not protected with try-catch against exceptions happening in the object->String rendering phase, and such exceptions will affect the execution of the instrumented code.
The logging code should be transparent to the instrumented application.