-
Notifications
You must be signed in to change notification settings - Fork 330
update execution logs #192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change as per my review
README.md
Outdated
| 00.396 I: [DECOMPILE] Decode: archive-info.json | ||
| 00.398 I: [DECOMPILE] Decode: uncompressed-files.json | ||
| 00.412 I: [DECOMPILE] Decoding: AndroidManifest.xml | ||
| 00.450 I: [DECOMPILE] public.xml: com.google.android.youtube -> package_1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Avoid specific names
00.450 I: [DECOMPILE] public.xml: com.test.name -> package_1
README.md
Outdated
| 00.508 I: [DECOMPILE] Res files: resources | ||
| 02.483 I: [DECOMPILE] Baksmali: classes.dex | ||
| 05.041 I: [DECOMPILE] Baksmali: classes2.dex | ||
| 06.976 I: [DECOMPILE] Baksmali: classes3.dex |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Showing only two classes is enough:
00.508 I: [DECOMPILE] Res files: resources
02.483 I: [DECOMPILE] Baksmali: classes.dex
05.041 I: [DECOMPILE] Baksmali: classes2.dex
12.643 I: [DECOMPILE] Extracting root files ...
README.md
Outdated
| 00.852 I: [BUILD] Building dex ... | ||
| 00.960 I: [BUILD] (1/7) Cached: classes.dex | ||
| 00.973 I: [BUILD] (2/7) Cached: classes2.dex | ||
| 00.992 I: [BUILD] (3/7) Cached: classes3.dex |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Showing only two classes is enough
00.852 I: [BUILD] Building dex ...
00.960 I: [BUILD] (1/2) Cached: classes.dex
00.973 I: [BUILD] (2/2) Cached: classes2.dex
01.033 I: [BUILD] Scanning root directory ...
README.md
Outdated
| 00.329 I: [MERGE] Merging: base | ||
| 00.331 I: [MERGE] Added [base] classes.dex -> classes.dex | ||
| 00.331 I: [MERGE] Added [base] classes2.dex -> classes2.dex | ||
| 00.332 I: [MERGE] Added [base] classes3.dex -> classes3.dex |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Showing only two classes is enough:
00.331 I: [MERGE] Added [base] classes.dex -> classes.dex
00.331 I: [MERGE] Added [base] classes2.dex -> classes2.dex
01.289 I: [MERGE] Merging: config.arm64_v8a
done |
No description provided.