Status Update
Comments
ku...@google.com <ku...@google.com>
ku...@google.com <ku...@google.com> #2
Can you provide the below requested information to better understand the issue:
Android build
Which Android build are you using? (e.g. OPM1.171019.011)
Android bug report
After reproducing the issue, press the volume up, volume down, and power button simultaneously. This will capture a bug report on your device in the “bug reports” directory. Attach the bug report file to this issue.
Alternate method:
After reproducing the issue, navigate to developer settings, ensure ‘USB debugging’ is enabled, then enable ‘Bug report shortcut’. To take bug report, hold the power button and select the ‘Take bug report’ option.
Android build
Which Android build are you using? (e.g. OPM1.171019.011)
Android bug report
After reproducing the issue, press the volume up, volume down, and power button simultaneously. This will capture a bug report on your device in the “bug reports” directory. Attach the bug report file to this issue.
Alternate method:
After reproducing the issue, navigate to developer settings, ensure ‘USB debugging’ is enabled, then enable ‘Bug report shortcut’. To take bug report, hold the power button and select the ‘Take bug report’ option.
ko...@gmail.com <ko...@gmail.com> #3
Unfortunately, I didn't succeed to reproduce the issue even on OnePlus One device.
So I can't send you the information you have asked for.
All I have it is Fabric crash reports (Attached).
As you can see it is a lot of exception.
So I can't send you the information you have asked for.
All I have it is Fabric crash reports (Attached).
As you can see it is a lot of exception.
ko...@gmail.com <ko...@gmail.com> #4
It looks like the same issue: https://github.com/firebase/quickstart-android/issues/394
I will try to reproduce the crash by following the step below.:
Steps to reproduce:
push a message to old version app
upgrade the new app from google play store
click the message push to the device before
app crash
*My OnePlus One device is at work, so I will do it on Sunday.
I will try to reproduce the crash by following the step below.:
Steps to reproduce:
push a message to old version app
upgrade the new app from google play store
click the message push to the device before
app crash
*My OnePlus One device is at work, so I will do it on Sunday.
ko...@gmail.com <ko...@gmail.com> #5
I tried to reproduce the issue by following the steps above but without success.
After the app is updated notifications are disappeared, so I couldn't click on the notification.
After the app is updated notifications are disappeared, so I couldn't click on the notification.
Description
Send push notification
What happened:
App crashed. Based on crashes received from Fabric.
Mostly happens on:
- OnePlus One device with Android 6.0.1 (99% OnePlus but also appeared on LGE, Samsung, Xiaomi and others)
- Various Samsung devices with Android 7.0
- Galaxy Tab /Tab 3 devices with Android 4.4.4
Crash:
Fatal Exception: android.app.RemoteServiceException: Bad notification posted from package com.xx.yy: Couldn't expand RemoteViews for: StatusBarNotification(pkg=com.xx.yy user=UserHandle{0} id=753962216 tag=null score=10 key=0|com.xx.yy|753962216|null|10117: Notification(pri=1 contentView=com.xx.yy/0x7f0a006f vibrate=null sound=null defaults=0x4 flags=0x11 color=0x00000000 vis=PRIVATE))
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1526)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:148)
at android.app.ActivityThread.main(ActivityThread.java:5461)
at java.lang.reflect.Method.invoke(Method.java)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
XML files of content view and big content view are attached.
All the images are in PNG format (hdpi,xhdpi,xxhdpi).