You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?)
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.
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
The text was updated successfully, but these errors were encountered: