Status Update
Comments
vi...@google.com <vi...@google.com> #2
What steps are needed to reproduce this issue? Frequency of occurrence?
Which Android build are you using? (e.g. OPP1.170223.012)
Which device did you use to reproduce this issue?
Android bug report (to be captured after reproducing the issue)
For steps to capture a bug report, please refer:
Alternate method
Navigate to “Developer options”, ensure “USB debugging” is enabled, then enable “Bug report shortcut”. Capture bug report by holding the power button and selecting the “Take bug report” option.
Note: Please upload the bug report and screenshot to google drive and share the folder to android-bugreport@google.com, then share the link here.
zh...@xiaomi.com <zh...@xiaomi.com> #3
Android version: T
Problem recurrence: Execute Antutu, and pay attention to the XML processing score
Phenomenon: replace the "name expected" in the KXmlParser.java file on the ssi side with a variable. After modification, the XML processing score of Angora Rabbit improved significantly.
Modify to: static final private String NAME_ EXPECTED = "name expected"; And use NAME_ EXPECTED for subsequent "name expected"
Thanks!
zh...@xiaomi.com <zh...@xiaomi.com> #5
bugreport has upload. Thankds!
vi...@google.com <vi...@google.com> #6
We have shared this with our product and engineering team and will update this issue with more information as it becomes available.
zh...@xiaomi.com <zh...@xiaomi.com> #7
Okay, thanks!
vi...@google.com <vi...@google.com> #8
Can you tell us if you have the link to the benchmark tests and the scores BEFORE and AFTER applying this change?
zh...@xiaomi.com <zh...@xiaomi.com> #9
About 45000 before modification
About 49000 after modification
Thanks!
vi...@google.com <vi...@google.com> #10
Thanks for the above information, we have shared this with our product and engineering team and will update this issue with more information as it becomes available.
vi...@google.com <vi...@google.com> #11
Thanks again for the feedback! Our product and engineering teams have evaluated the request and responded:
However, I can't find the source codes of the Antutu benchmarks.
Here are my suggestions, and you can consider one of the following options:
-
Can you provide the source code of benchmark to reproduce the result? Particularly, why do you mention that it improves the performance of JSON parsing? It would be great that we can reproduce the result and runs the benchmark continuously if the benchmark result is important
-
If you know how to change the code, you can consider uploading a patch to AOSP directly at
http://r.android.com/ . We will review it and consider accepting it.
vi...@google.com <vi...@google.com> #12
Please provide the requested information to proceed further. Unfortunately the issue will be closed within 7 days if there is no further update.
vi...@google.com <vi...@google.com> #13
We are closing this issue since we didn't receive a response. If you are still facing this problem, please open a new issue and add the relevant information along with reference to this issue.
Description
In the process of Antutu, we found that modifying the KXmlParser.java file on the ssi side (replacing the string<name expected> with variable) can improve Antutu's score of processing xml, so we want to ask whether this is a bug.
Thanks!