commercetest / commercetest/android-stability-analysis

Add facility to match lines in a folder of stack traces extracted from Android Vitals mobile analytics tool

Open
#3 0 comments 0 reactions 1 assignee Claimed by @julianharty View on GitHub
enhancement
Dominant language
TypeScript
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

This is fairly specific, nonetheless it'd be useful given Android Vitals now provides an easy way to copy the stack trace from a crash cluster and vitals scraper no longer works with the current UI of Google Play Console with Android Vitals. Here's one example of the stack trace copied. It does not include the meta-data (e.g. the device model, Android version, etc.) or the analytics so the data is incomplete in terms of being able to analyse it.

```
java.lang.SecurityException:
at android.os.Parcel.createException (Parcel.java:1959)
at android.os.Parcel.readException (Parcel.java:1927)
at android.database.DatabaseUtils.readExceptionFromParcel (DatabaseUtils.java:183)
at android.database.DatabaseUtils.readExceptionFromParcel (DatabaseUtils.java:135)
at android.content.ContentProviderProxy.insert (ContentProviderNative.java:476)
at android.content.ContentResolver.insert (ContentResolver.java:1611)
at android.app.DownloadManager.enqueue (DownloadManager.java:1025)
at org.catrobat.catroid.ui.WebViewActivity.lambda$onCreate$0$WebViewActivity (WebViewActivity.java:145)
at org.catrobat.catroid.ui.-$$Lambda$WebViewActivity$XQ1jslfWfPHXzdBSoiz66nIi1vs.onDownloadStart (Unknown Source:7)
at Jz.handleMessage (chromium-Monochrome.aab-stable-466410420:146)
at android.os.Handler.dispatchMessage (Handler.java:112)
at android.os.Looper.loop (Looper.java:216)
at android.app.ActivityThread.main (ActivityThread.java:7625)
at java.lang.reflect.Method.invoke (Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:524)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:987)
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.