Added function AppErrorsRecordActivity and support native crash message

This commit is contained in:
2022-05-12 04:18:00 +08:00
parent d097054cb0
commit 443220a078
20 changed files with 571 additions and 23 deletions

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
android:color="#777777">
<item>
<shape android:shape="rectangle">
<solid android:color="#66E4E4E4" />
<corners android:radius="15dp" />
</shape>
</item>
</ripple>

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="#EF5350" />
<corners android:radius="5dp" />
</shape>

View File

@@ -0,0 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="150dp"
android:height="150dp"
android:viewportWidth="1024"
android:viewportHeight="1024">
<path
android:pathData="M785.8,927.4h-64.9c-9.7,0 -16.9,-9.7 -14.3,-19.5 0,-0.6 0,-0.6 0.6,-1.3 4.5,-16.9 -18.1,-26.6 -27.2,-11.7 -7.2,11 -13,20.2 -16.9,26a14.8,14.8 0,0 1,-12.3 6.5h-56.5c-9.7,0 -16.9,-9.7 -14.3,-19.5 0,-0.6 0,-0.6 0.6,-1.3 4.5,-16.9 -18.2,-26.6 -27.3,-11.7 -7.1,11 -13,20.2 -16.9,26a14.8,14.8 0,0 1,-12.3 6.5h-55.8c-9.7,0 -16.9,-9.7 -14.3,-19.5 0,-0.6 0,-0.6 0.6,-1.3 4.5,-16.9 -18.2,-26.6 -27.3,-11.7 -7.1,11 -13,20.2 -16.9,26a14.8,14.8 0,0 1,-12.3 6.5H360c-9.7,0 -16.9,-9.7 -14.3,-19.5 0,-0.6 0,-0.6 0.6,-1.3 4.5,-16.9 -18.2,-26.6 -27.3,-11.7 -7.1,11 -13,20.2 -16.9,26a14.8,14.8 0,0 1,-12.4 6.5H207.5a13.1,13.1 0,0 1,-7.1 -1.9c-43.5,-25.3 -62.9,-84.4 0.6,-138.9 42.2,-36.4 46.7,-94.8 45.4,-147.3 0,-8.4 6.5,-15.6 14.9,-15.6h526.4c7.1,0 13,4.5 14.3,11.7 14.9,64.9 20.1,116.2 32.4,205.8 8.4,65.5 -48.7,86.3 -48.7,86.3zM215.3,570.4c-20.1,0 -29.2,-14.9 -20.8,-32.5l70.8,-150.6c8.4,-18.2 31.8,-32.5 51.3,-32.5h113.6a14.7,14.7 0,0 0,14.9 -14.9V147.8c0.6,-28.6 23.4,-51.3 51.3,-51.3h42.2c27.9,0 51.3,22.7 51.3,51.3v190.8c0,8.4 6.5,14.9 14.9,14.9h109.7c20.1,0 42.8,14.9 51.3,32.4l70.7,150.6c8.5,18.2 -0.6,32.4 -20.7,32.4l-600.4,1.3z"
android:fillColor="#ffffff"/>
</vector>

View File

@@ -0,0 +1,11 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:width="250dp"
android:height="250dp"
android:viewportWidth="1024"
android:viewportHeight="1024"
tools:ignore="VectorRaster">
<path
android:fillColor="#ffffff"
android:pathData="M510.9,1024c123.9,0 231.8,-67.1 289.8,-168.2h194.3v-111.4L841.6,744.4c2.3,-18.2 4.5,-36.4 4.5,-55.7v-55.7h148.9v-111.4h-147.7L847.3,466c0,-19.3 -2.3,-37.5 -4.5,-55.7h154.6v-111.4L801.8,298.9c-25,-43.2 -60.2,-80.7 -102.3,-109.1l113.7,-109.1L734.8,0 590.4,138.7c-26.1,-5.7 -52.3,-9.1 -79.6,-9.1 -27.3,0 -53.4,3.4 -78.4,9.1L291.5,0l-78.4,78.4 110.2,109.1c-40.9,28.4 -76.1,65.9 -101.1,109.1L26.7,296.6L26.7,409.1h154.6c-2.3,18.2 -4.5,37.5 -4.5,55.7v55.7L26.7,520.5v111.4h148.9v55.7c0,19.3 2.3,37.5 4.5,55.7L26.7,743.3v111.4h194.3c58,101.1 165.9,169.3 289.8,169.3zM399.5,409.1h223.9v111.4L399.5,520.5L399.5,409.1zM399.5,631.9h223.9v111.4L399.5,743.3v-111.4z" />
</vector>