mirror of
https://github.com/KitsunePie/AppErrorsTracking.git
synced 2025-09-04 02:05:16 +08:00
Modify change app errors log's "App" to "Application" in FrameworkHooker
This commit is contained in:
@@ -261,7 +261,7 @@ object FrameworkHooker : YukiBaseHooker() {
|
|||||||
appUserIdRecords[pid] = userId
|
appUserIdRecords[pid] = userId
|
||||||
/** 打印错误日志 */
|
/** 打印错误日志 */
|
||||||
if (isApp) loggerE(
|
if (isApp) loggerE(
|
||||||
msg = "App \"$packageName\"${if (packageName != processName) " --process \"$processName\"" else ""}" +
|
msg = "Application \"$packageName\"${if (packageName != processName) " --process \"$processName\"" else ""}" +
|
||||||
"${if (userId != 0) " --user $userId" else ""} --pid $pid has crashed${if (isRepeating) " again" else ""}"
|
"${if (userId != 0) " --user $userId" else ""} --pid $pid has crashed${if (isRepeating) " again" else ""}"
|
||||||
) else loggerE(msg = "Process \"$processName\" --pid $pid has crashed${if (isRepeating) " again" else ""}")
|
) else loggerE(msg = "Process \"$processName\" --pid $pid has crashed${if (isRepeating) " again" else ""}")
|
||||||
/** 判断是否为模块自身崩溃 */
|
/** 判断是否为模块自身崩溃 */
|
||||||
|
Reference in New Issue
Block a user