Skip to content

Commit 5c539f6

Browse files
author
jiangjingbo
committed
update the result pic
1 parent 44342c4 commit 5c539f6

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

extra/splitdex/parse_util.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ def save_apkparse_result(module_file_list, file_path):
290290
return
291291
f = open(file_path, 'w')
292292

293-
f.write('modlue_name'+ add_spaces('modlue_name')+'dex_name' + add_spaces(' ') +
293+
f.write('module_name'+ add_spaces('module_name')+'dex_name' + add_spaces(' ') +
294294
'dex_size' + " file_type " + 'file_size\n')
295295
f.write('-----------------------------------------------------------------------------------------\n')
296296
for module_file in module_file_list:
@@ -299,7 +299,7 @@ def save_apkparse_result(module_file_list, file_path):
299299
round(module_file.dex_file_size / 1024, 1)) + "k res " + str(
300300
round(module_file.total_res_size / 1024, 1)) + 'k\n'
301301
f.write(pre)
302-
f.write('---------------------------------------------------------------------------------------\n')
302+
f.write('-----------------------------------------------------------------------------------------')
303303
f.close()
304304

305305

parse_result.png

-55 KB
Binary file not shown.

res/parse_result.png

1.37 KB
Loading

0 commit comments

Comments
 (0)