Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.

Commit

Permalink
Optimize log output
Browse files Browse the repository at this point in the history
  • Loading branch information
zerorooot committed Jun 13, 2022
1 parent 6bad9d3 commit 49f0807
Show file tree
Hide file tree
Showing 8 changed files with 10,178 additions and 22 deletions.
1 change: 1 addition & 0 deletions VideoGuide.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ command_dms {
content: "\346\250\252\347\211\210\346\234\211\346\203\212\345\226\234\345\223\246\357\275\236"
ctime: "2022-06-05 17:49:08"
extra: "{\"aid\":299515211,\"title\":\"\343\200\220\351\235\242MIAN\343\200\221\346\201\213\347\210\261\345\221\212\346\200\245\342\235\244| \346\214\207\347\274\235\344\270\255\351\235\222\346\266\251\350\220\214\350\212\275~\344\270\200\347\234\274\345\210\260\350\200\201\",\"icon\":\"http://i0.hdslb.com/bfs/archive/03ef3f34944e0f78b1b4050fc3f9705d1fa905e3.png\",\"bvid\":\"BV1YF41157xd\",\"arc_pic\":\"http://i2.hdslb.com/bfs/archive/e5577bca67c9e1599d0a4f62777a7ffb83ed1919.jpg\",\"arc_duration\":90,\"shrink_icon\":\"http://i0.hdslb.com/bfs/b/44338bca6bb98a34da40698beb4ee7d19aea92a6.png\",\"shrink_title\":\"\350\247\206\351\242\221\",\"show_status\":0,\"duration\":5000,\"arc_type\":0}"
extra: "{\"aid\":594404568,\"title\":\"\346\210\220\346\234\2540560\344\270\207\357\274\214\346\213\215\346\221\204\345\221\250\346\234\237\344\273\20524\345\244\251\357\274\214\345\215\264\346\213\215\345\207\2728.7\345\210\206\347\232\204\345\233\275\345\206\205\347\254\254\344\270\200\346\202\254\347\226\221\347\211\207\357\274\201\343\200\212\345\277\203\350\277\267\345\256\253\343\200\213\",\"icon\":\"http://i0.hdslb.com/bfs/archive/03ef3f34944e0f78b1b4050fc3f9705d1fa905e3.png\",\"bvid\":\"BV1Fq4y147tR\",\"posX\":333.5,\"posY\":281.390625,\"arc_pic\":\"http://i2.hdslb.com/bfs/archive/1a744e2ce9fa02533aa3f597d89dab9e45aa5da7.jpg\",\"arc_duration\":1502,\"shrink_icon\":\"http://i0.hdslb.com/bfs/b/44338bca6bb98a34da40698beb4ee7d19aea92a6.png\",\"shrink_title\":\"\350\247\206\351\242\221\",\"show_status\":0,\"duration\":5000,\"arc_type\":0}"
id: 1068132771135750912
id_str: "1068132771135750912"
mid: 1633788818
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android {

buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro','proguard-log.pro'
}
}
compileOptions {
Expand Down
Loading

0 comments on commit 49f0807

Please sign in to comment.