Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
Developer
zinzinzan
Posts: 90
Registered: ‎04-03-2012
My Carrier: movilnet

there is a way to hide all that not System.out.println() in debug Mode?

[ Edited ]

there is a way to hide all that not System.out.println().

 

i want only see my  System.out.println(), i guess this make faster the debug mode it take too long when i run debug mode

Please use plain text.
Developer
zinzinzan
Posts: 90
Registered: ‎04-03-2012
My Carrier: movilnet

Re: there is a way to hide all that not System.out.println() in debug Mode?

there is a way to hide all that not System.out.println().

 

i want only see my  System.out.println(), i guess this make faster the debug mode it take too long when i run debug mode

Please use plain text.
Developer
simon_hain
Posts: 13,796
Registered: ‎07-29-2008
My Carrier: O2 Germany

Re: there is a way to hide all that not System.out.println() in debug Mode?

no.

you can avoid this by using an own loggerservice and checking only your application log.
a loggerservice also allows you to log while not in debug mode.

ctrl+f is also helpful, as is pasting the whole log into an editor like notepad++
----------------------------------------------------------
feel free to press the like button on the right side to thank the user that helped you.
please mark posts as solved if you found a solution.
@SimonHain on twitter
Please use plain text.