testImplementation "org.robolectric:robolectric:4.1" 에서 괜찮다가 4.3 으로 변경 시 오류가 발생 했는데
글들을 뒤져보다가 보니 결론 난건
https://github.com/square/leakcanary/issues/1180
https://github.com/square/leakcanary/issues/1198
https://github.com/square/leakcanary/issues/979
신규 버전에서 고쳤으니 그걸 사용하라고 하는 것 (근데 예전 처럼 간단하게 쓰진 않네?)
https://square.github.io/leakcanary/getting_started/
글들을 뒤져보다가 보니 결론 난건
https://github.com/square/leakcanary/issues/1180
https://github.com/square/leakcanary/issues/1198
https://github.com/square/leakcanary/issues/979
신규 버전에서 고쳤으니 그걸 사용하라고 하는 것 (근데 예전 처럼 간단하게 쓰진 않네?)
https://square.github.io/leakcanary/getting_started/
'Android' 카테고리의 다른 글
final static class 를 mock 하기 (0) | 2019.08.12 |
---|---|
mvvm 형태로 appbar scroll 대비 view 에 alpha 처리 하기 (0) | 2019.08.12 |
list 를 map 으로 변경해주는 associateBy (0) | 2019.07.31 |
junit 에서 livedata 를 변화를 감지하기 위한 inline fun (0) | 2019.07.31 |
dagger + OkHttp3IdlingResource (0) | 2019.07.31 |