DebugLog icon indicating copy to clipboard operation
DebugLog copied to clipboard

Create a simple and more understandable Android logs.

Results 4 DebugLog issues
Sort by recently updated
recently updated
newest added

I saw that `className` and `methodName` variates is static, that means when using this class on multithread condition, it will be incorrect if there is loging too much

It's a very well known fact, that one should not use StringBuffers. StringBuffers have a huge overhead for synchronization purposes that are not needed here. You should replace those with...

better performance?

I want to add click&jump feature. When I click on it jumps to its line in code