Skip to content

Commit

Permalink
拆分日志打印
Browse files Browse the repository at this point in the history
  • Loading branch information
CPPAlien committed Jul 21, 2016
1 parent d052eb5 commit 0e0b8f6
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 381 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,15 @@ Glide

###2, 使用方法

用Gradle的方式导入DaVinci库
用Gradle的方式导入DaVinci库,因为DaVinci的日志打印采用[VinciLog](https://github.com/CPPAlien/VinciLog),所以需要同时引入VinciLog库

```
repositories{
maven { url "https://jitpack.io" }
}
dependencies {
compile 'com.github.CPPAlien:DaVinci:1.3.0'
compile 'com.github.CPPAlien:VinciLog:2.0.1'
compile 'com.github.CPPAlien:DaVinci:1.3.2'
}
```

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 23
buildToolsVersion "23.0.2"
buildToolsVersion "23.0.3"

defaultConfig {
applicationId "cn.hadcn.davinci_example"
Expand Down
1 change: 1 addition & 0 deletions davinci/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ android {
dependencies {
compile files('libs/httpmime-4.1.3.jar')
compile 'pl.droidsonroids.gif:android-gif-drawable:1.1.15'
compile 'com.github.CPPAlien:VinciLog:2.0.1'
}
115 changes: 0 additions & 115 deletions davinci/src/main/java/cn/hadcn/davinci/log/CrashHandler.java

This file was deleted.

22 changes: 0 additions & 22 deletions davinci/src/main/java/cn/hadcn/davinci/log/LogLevel.java

This file was deleted.

Loading

0 comments on commit 0e0b8f6

Please sign in to comment.