Changed: Move com.termux.app.utils.CrashUtils to com.termux.shared.termux.crash.TermuxCrashUtils so that plugins trigger plugin notifications too

Calls to `notifyAppCrashFromCrashLogFile()` will now be synchronized as well.
This commit is contained in:
agnostic-apollo
2022-03-16 21:13:41 +05:00
parent 4dbfc1fac8
commit 5f00531381
7 changed files with 350 additions and 248 deletions

View File

@@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools"
tools:keep="@drawable/ic_error_notification"/>