Skip to content

Commit

Permalink
Update README: delete feishu docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
tanlehua committed Jan 19, 2020
1 parent 3ef37c3 commit 63b4681
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ public String generate() {
"建议你把下面类堆栈的日志copy下来,利用AndroidStudio的Analyse Stacktrace可以定位到具体的Class和Method。\n" +
"If you're building your apk locally, please make sure you've appended \'--no-daemon\' to the build command. \n" +
"如果你用的是本地命令行打包,请你在打包命令后面拼上--no-daemon再试试。\n" +
"More information is available in this docs: https://bytedance.feishu.cn/space/doc/doccnkJ1tXrNPkoZnp9eu77h6Eb#f2VZTB \n" +
turn2Helper());
Set<String> relativeClasses = new HashSet<>();
notFoundMethods.forEach((k, v) -> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ public void afterTransform(@NotNull TransformEngine engine) {
if (!filteredUnReachRes.isEmpty()) {
RuntimeException exception = new RuntimeException("There are some unused resource, please review those resource and try to delete them, you can check it out in file shrinkR/unused_res.json. \n " +
"在你的commit上发现了一些无用的资源,辛苦你review一下这些资源,如果发现确实没有引用,可以尝试删掉,再rebuild。" +
"如果该资源确实是有用的,请辛苦参考文档https://bytedance.feishu.cn/space/doc/doccnkJ1tXrNPkoZnp9eu77h6Eb#KNZnLQ 配一下白名单" +
"如果有问题请@谭乐华。\n" + context.getChecker().getUnusedAttr(filteredUnReachRes));
context.getLogger().e("在你的commit上发现了一些无用的资源", exception);
throw exception;
Expand Down

0 comments on commit 63b4681

Please sign in to comment.