Skip to content

Commit

Permalink
[feature/remove-unused-code-and-resources] Resource, code 정리 (#328)
Browse files Browse the repository at this point in the history
* Remove unused resources

* Code 경고 뜨던 부분 수정

* 코드 분석에서 경고 처리된 부분 수정

* Fix build failure
  • Loading branch information
l2hyunwoo authored Sep 11, 2023
1 parent 7afcd02 commit eb9bee8
Show file tree
Hide file tree
Showing 69 changed files with 75 additions and 972 deletions.
4 changes: 0 additions & 4 deletions app/src/debug/res/drawable/ic_launcher_foreground.xml

This file was deleted.

26 changes: 0 additions & 26 deletions app/src/debug/res/drawable/ic_launcher_foreground_copy.xml

This file was deleted.

12 changes: 0 additions & 12 deletions app/src/debug/res/drawable/ic_launcher_foreground_debug.xml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class TimberInitializer : Initializer<Unit> {
}

private class SOPTDebugTree : Timber.DebugTree() {
override fun createStackElementTag(element: StackTraceElement): String? {
override fun createStackElementTag(element: StackTraceElement): String {
return "SOPT://${element.fileName}:${element.lineNumber}#${element.methodName}"
}
}
Expand Down
Loading

0 comments on commit eb9bee8

Please sign in to comment.