Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Patterns with {sign count} does not work #43

Open
wsbak opened this issue Apr 2, 2016 · 2 comments
Open

Patterns with {sign count} does not work #43

wsbak opened this issue Apr 2, 2016 · 2 comments

Comments

@wsbak
Copy link

wsbak commented Apr 2, 2016

Using Gradle dependency 'com.noveogroup.android:android-logger:1.3.1'

Into android-logger.properties

root=DEBUG:Euro01:%C gives "D/Euro01: com.example.olivier.euro01.CoinActivity6Fragment.trace2(CoinActivity6Fragment.java:74) onCreate"
Seems ok (but is it normal that source is output ?)

root=DEBUG:Euro01:%C{2} gives "D/Euro01: com.example onCreate"
root=DEBUG:Euro01:%C{3} gives "D/Euro01: com.example.olivier onCreate"
root=DEBUG:Euro01:%caller{3} gives "D/Euro01: com.example.olivier onCreate"
Seems ok

root=DEBUG:Euro01:%caller{-3} gives "D/Euro01: com.example.olivier.euro01.CoinActivity6Fragment.trace2(CoinActivity6Fragment.java:74){-3} onCreate"
root=DEBUG:Euro01:%caller{+3} gives "D/Euro01: com.example.olivier.euro01.CoinActivity6Fragment.trace2(CoinActivity6Fragment.java:74){+3} onCreate"
NOT ok, com.example.olivier not removed AND {-3} printed

@wsbak
Copy link
Author

wsbak commented Apr 2, 2016

Without Gradle dependency and use directly source code https://github.com/noveogroup/android-logger/zipball/master
root=DEBUG:Euro01:%C{-3} gives "D/Euro01: euro01.CoinActivity6Fragment#trace:84 onCreate"
Seems ok

@wsbak
Copy link
Author

wsbak commented Apr 4, 2016

Using Gradle dependency 'com.noveogroup.android:android-logger:1.3.5' seems better :-)
So please upgrade http://noveogroup.github.io/android-logger/ which still displays 1.3.1.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant