Skip to content

Commit

Permalink
文案修正
Browse files Browse the repository at this point in the history
  • Loading branch information
nnjun committed May 26, 2021
1 parent 59fc59e commit 517ab3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ private void handleDumpDex(String packageName, DumpResult result, ClassLoader cl
mAppConfig = null;
File dir = new File(result.dir);
if (!dir.exists() || dir.listFiles().length == 0) {
result.dumpError("not file");
result.dumpError("not found dex file");
}
BlackBoxCore.getBDumpManager().noticeMonitor(result);
BlackBoxCore.get().uninstallPackage(packageName);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,10 @@ class MainActivity : BaseActivity() {
)
)
} else {

viewModel.mDexDumpLiveData.postValue(
DumpInfo(
DumpInfo.FAIL,
"错误原因:${result.msg}"
"错误原因: ${result.msg}"
)
)
}
Expand Down

0 comments on commit 517ab3e

Please sign in to comment.