Trace statements are included by default
when the program is compiled in
to release build,where as debug statements are
not.The Debug class is used for debugging,however, the Trace class is used for testing and optimization
even after an application is
compiled and released.
No comments:
Post a Comment