Obsolete
Status Update
Comments
vi...@google.com <vi...@google.com>
vi...@google.com <vi...@google.com> #2
Thank you for reporting this issue.
Could you please confirm if the issue is seen in pixel device as well.
For us to further investigate this issue, please provide the following additional information:
* APK/App Name that you're developing and affected by this issue (*Required)
* Related API or developer doc (*Required)
Which Android pixel build are you using? (e.g. PPP5.180610.010)
Which pixel device did you use to reproduce this issue?
Please provide sample project or apk to reproduce the issue. Also mention the steps to be followed for reproducing the issue with the given sample project or apk.
How frequently does this issue occur? (e.g 100% of the time, 10% of the time)
What is the expected output?
What is the current output?
Android bug report (to be captured after reproducing the issue)
For steps to capture a bug report, please refer:https://developer.android.com/studio/debug/bug-report#bugreportdevice
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.
Screen Record of the Issue
Please capture screen record or video of the issue using following steps:
adb shell screenrecord /sdcard/video.mp4
Subsequently use following command to pull the recorded file:
adb pull /sdcard/video.mp4
Attach the file to this issue.
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.
Could you please confirm if the issue is seen in pixel device as well.
For us to further investigate this issue, please provide the following additional information:
* APK/App Name that you're developing and affected by this issue (*Required)
* Related API or developer doc (*Required)
Which Android pixel build are you using? (e.g. PPP5.180610.010)
Which pixel device did you use to reproduce this issue?
Please provide sample project or apk to reproduce the issue. Also mention the steps to be followed for reproducing the issue with the given sample project or apk.
How frequently does this issue occur? (e.g 100% of the time, 10% of the time)
What is the expected output?
What is the current output?
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.
Screen Record of the Issue
Please capture screen record or video of the issue using following steps:
adb shell screenrecord /sdcard/video.mp4
Subsequently use following command to pull the recorded file:
adb pull /sdcard/video.mp4
Attach the file to this issue.
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.
do...@gmail.com <do...@gmail.com> #3
I have an update on 2021-02-02. The error has gone.
But there is another issue with Samsung Galaxy S9 from Pre-launch report. I may create another issue report later. Thanks.
But there is another issue with Samsung Galaxy S9 from Pre-launch report. I may create another issue report later. Thanks.
vi...@google.com <vi...@google.com> #4
Closing the issue as per the above comment;.
Description
I believe this is a new false alarm from Pre-launch report because the error never happens to my game before.
Samsung Galaxy S9
Android 8.0 (SDK 26)
ARM64_V8
FATAL EXCEPTION: main
Process: com.samsung.android.app.aodservice, PID: 5392
java.lang.RuntimeException: Unable to start receiver com.samsung.android.app.aodservice.AODBroadcastReceiver: java.lang.ArrayIndexOutOfBoundsException: length=174; index=185
at android.app.ActivityThread.handleReceiver(ActivityThread.java:3397)
at android.app.ActivityThread.-wrap18(Unknown Source:0)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1780)
at android.os.Handler.dispatchMessage(Handler.java:105)
at android.os.Looper.loop(Looper.java:164)
at android.app.ActivityThread.main(ActivityThread.java:6938)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:327)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1374)
Caused by: java.lang.ArrayIndexOutOfBoundsException: length=174; index=185
at com.samsung.android.app.aodbase.manager.WorldClockManager.loadCities(WorldClockManager.java:76)
at com.samsung.android.app.aodbase.manager.WorldClockManager.initCity(WorldClockManager.java:47)
at com.samsung.android.app.aodbase.manager.WorldClockManager.<init>(WorldClockManager.java:42)
at com.samsung.android.app.aodservice.AODBroadcastReceiver.onReceive(AODBroadcastReceiver.java:253)
at android.app.ActivityThread.handleReceiver(ActivityThread.java:3390)
... 8 more