Tgkill com.android.chrome-2/base.apk

i dont know if this problem is cocos related in any way or in wich category it should belong.

Lately we suffer from an increasing problem of crashes with almost no crash logs.

backtrace:

#00 pc 000000000004bb74 /system/lib/libc.so (tgkill+12)
#01 pc 000000000001aa13 /system/lib/libc.so (abort+54)
#02 pc 00000000007c1ecf /data/app/com.android.chrome-2/base.apk

It forms almost 90% of all crashes of the app.
I know you cant help me based on those crash logs but my question is:
If i call chrome from my app using:

theContext().startActivity(new android.content.Intent(android.content.Intent.ACTION_VIEW,
                            android.net.Uri.parse(String.format("market://details?id=%s", pkgname))));

and chrome crashes then. will the crash in chrome result in a report for my app since i started chrome from my app? (same for if any advertisment service opens chrome or google play)