How can I tell what I've did wrong in my 'Launcher' app?

the stack trace reported in Google play console Android vitals center is as 
below:

backtrace:
native: pc 0000000000049c44 /system/lib/libc.so (tgkill+12)
native: pc 00000000000473e3 /system/lib/libc.so (pthread_kill+34)
native: pc 000000000001d535 /system/lib/libc.so (raise+10)
native: pc 0000000000019081 /system/lib/libc.so (__libc_android_abort+34)
native: pc 00000000000170e4 /system/lib/libc.so (abort+4)
native: pc 000000000000c3a1 /system/lib/libcutils.so 
(__android_log_assert+112)
native: pc 000000000009c28f /system/lib/libandroid_runtime.so 
(_ZNK7android6Bitmap11assertValidEv+18)
native: pc 000000000009c2a5 /system/lib/libandroid_runtime.so 
(_ZNK7android6Bitmap14peekAtPixelRefEv+4)
native: pc 000000000009c2d9 /system/lib/libandroid_runtime.so
native: pc 00000000018d9fc5 /system/framework/arm/boot-framework.oat 
(android.graphics.Bitmap.nativeGenerationId+88)
native: pc 00000000018db831 /system/framework/arm/boot-framework.oat 
(android.graphics.Bitmap.getGenerationId+100)
native: pc 00000000022cc9dd 
/data/app/com.ksmobile.launcher-1/oat/arm/base.odex

mainly infected Android version is above sdk 24, that's to say >=7.0

I've check through Bitmap.cpp source code and the framework project 
structure, what I've found is that Notification my invoke this issue.

What stack me most is why this be only aroused only above 7.0, what >7.x 
version android have done to Launcher app?

this problems take a very high ratio in my crash cases, so we team are 
waiting for any solutions.

Best wishes.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/a3f0e4bc-3069-449f-9de5-24877662e385%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to