Added show app process when crashed and remove background process judge

This commit is contained in:
2022-06-01 05:11:35 +08:00
parent 5c0ef34e49
commit 5697a7c780
12 changed files with 56 additions and 25 deletions

View File

@@ -6,6 +6,19 @@
android:orientation="vertical"
android:padding="10dp">
<TextView
android:id="@+id/process_name_text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="10dp"
android:ellipsize="end"
android:paddingLeft="14dp"
android:paddingRight="14dp"
android:singleLine="true"
android:textColor="@color/colorTextDark"
android:textSize="12sp"
android:visibility="gone" />
<com.fankes.apperrorstracking.ui.view.ItemLinearLayout
android:id="@+id/app_info_item"
android:layout_width="match_parent"

View File

@@ -70,4 +70,5 @@
<string name="day_ago">日前</string>
<string name="month_ago">月前</string>
<string name="year_ago">年前</string>
<string name="crash_process">エラープロセス「%1$s」</string>
</resources>

View File

@@ -70,4 +70,5 @@
<string name="day_ago">天前</string>
<string name="month_ago">月前</string>
<string name="year_ago">年前</string>
<string name="crash_process">异常进程 \"%1$s\"</string>
</resources>

View File

@@ -70,4 +70,5 @@
<string name="day_ago">天前</string>
<string name="month_ago">月前</string>
<string name="year_ago">年前</string>
<string name="crash_process">異常進程 \"%1$s\"</string>
</resources>

View File

@@ -70,4 +70,5 @@
<string name="day_ago">天前</string>
<string name="month_ago">月前</string>
<string name="year_ago">年前</string>
<string name="crash_process">異常進程 \"%1$s\"</string>
</resources>

View File

@@ -70,4 +70,5 @@
<string name="day_ago">天前</string>
<string name="month_ago">月前</string>
<string name="year_ago">年前</string>
<string name="crash_process">異常進程 \"%1$s\"</string>
</resources>

View File

@@ -70,4 +70,5 @@
<string name="day_ago">days ago</string>
<string name="month_ago">month ago</string>
<string name="year_ago">year ago</string>
<string name="crash_process">Crash Process \"%1$s\"</string>
</resources>