Hi,
I'm from the Android dev team of Houzz.
We're encountering the following crash for Xiaomi users only. It happens for users using Android 6 /6.0.1 / 7.0 on various Xiaomi devices.
We want to guard this crash but we're unable to do so. It seems that the custom Xiaomi ROM creates a custom status bar icon and we're unable to avoid this.
Do you have any clue of how to solve this?
Fatal Exception: android.app.RemoteServiceException
Bad notification posted from package com.houzz.app: Couldn't create icon: StatusBarIcon(icon=Icon(typ=RESOURCE pkg=com.houzz.app id=0x7f0200ad) visible user=0 )
android.app.ActivityThread$H.handleMessage (ActivityThread.java:1563)
android.os.Handler.dispatchMessage (Handler.java:102)
android.os.Looper.loop (Looper.java:157)
android.app.ActivityThread.main (ActivityThread.java:5603)
java.lang.reflect.Method.invoke (Method.java)
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:774)
com.android.internal.os.ZygoteInit.main (ZygoteInit.java:652)
Thanks,
Alon.
I'm from the Android dev team of Houzz.
We're encountering the following crash for Xiaomi users only. It happens for users using Android 6 /6.0.1 / 7.0 on various Xiaomi devices.
We want to guard this crash but we're unable to do so. It seems that the custom Xiaomi ROM creates a custom status bar icon and we're unable to avoid this.
Do you have any clue of how to solve this?
Fatal Exception: android.app.RemoteServiceException
Bad notification posted from package com.houzz.app: Couldn't create icon: StatusBarIcon(icon=Icon(typ=RESOURCE pkg=com.houzz.app id=0x7f0200ad) visible user=0 )
android.app.ActivityThread$H.handleMessage (ActivityThread.java:1563)
android.os.Handler.dispatchMessage (Handler.java:102)
android.os.Looper.loop (Looper.java:157)
android.app.ActivityThread.main (ActivityThread.java:5603)
java.lang.reflect.Method.invoke (Method.java)
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:774)
com.android.internal.os.ZygoteInit.main (ZygoteInit.java:652)
Thanks,
Alon.